|
|||||||||
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.PERTDistribution
Expression class representing the PERT distribution. A PERT distribution is a Beta distribution specified by the minimum, the most likely (also known as the mode), and the maximum value of the distribution. An extra optional argument can be used to modify the shape of the distribution.
Field Summary |
Constructor Summary | |
PERTDistribution(Expression min,
Expression mode,
Expression max)
Constructs a new PERTDistribution. |
|
PERTDistribution(Expression min,
Expression mode,
Expression max,
Expression shape)
Constructs a new PERTDistribution. |
Method Summary | |
int |
getOperator()
Returns the operator of the expression. |
Methods inherited from class COM.hugin.HAPI.CompositeExpression |
getOperands, isCompositeExpression |
Methods inherited from class COM.hugin.HAPI.Expression |
clone, 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 PERTDistribution(Expression min, Expression mode, Expression max, Expression shape) throws ExceptionHugin
public PERTDistribution(Expression min, Expression mode, Expression max) throws ExceptionHugin
Method Detail |
public int getOperator()
getOperator
in class Expression
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |