|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectCOM.hugin.HAPI.Expression
COM.hugin.HAPI.CompositeExpression
COM.hugin.HAPI.GammaDistribution
Expression class representing the Gamma distribution function.
Field Summary |
Constructor Summary | |
GammaDistribution(Expression shape,
Expression scale)
Constructs a new GammaDistribution |
Method Summary | |
java.lang.Object |
clone()
Clones this Expression. |
int |
getOperator()
Returns the operator of this Expression. |
Methods inherited from class COM.hugin.HAPI.CompositeExpression |
getOperands, isCompositeExpression |
Methods inherited from class COM.hugin.HAPI.Expression |
delete, expressionToString, isConstantExpression, isNodeExpression, stringToExpression, stringToExpression |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public GammaDistribution(Expression shape, Expression scale) throws ExceptionHugin
Method Detail |
public int getOperator() throws ExceptionObjectNotAlive
getOperator
in class CompositeExpression
ExceptionObjectNotAlive
public java.lang.Object clone()
clone
in class CompositeExpression
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |