|
|||||||||
| 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.AggregateExpression
Expression class representing the aggregate() operator.
| Field Summary |
| Constructor Summary | |
AggregateExpression(Expression frequency,
Expression severity)
Constructs a new AggregateExpression. |
|
| Method Summary | |
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 |
clone, expressionToString, isConstantExpression, isNodeExpression, stringToExpression |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AggregateExpression(Expression frequency,
Expression severity)
throws ExceptionHugin
frequency argument (which must be a numbered
node), and the distribution of each random variable in the sum
is specified by the severity argument (which must
be an interval node).
This expression is only allowed for DiscreteFunctionNodes of interval subtype.
frequency - the distribution of the number of variables in the sumseverity - the distribution of each random variable in the sum| 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 | ||||||||