|
|||||||||
| 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.TruncateExpression
Expression class representing the truncate() operator.
| Field Summary |
| Constructor Summary | |
TruncateExpression(Expression a,
Expression b)
Constructs a new TruncateExpression. |
|
TruncateExpression(Expression low,
Expression distribution,
Expression high)
Constructs a new TruncateExpression. |
|
| 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, 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 TruncateExpression(Expression low,
Expression distribution,
Expression high)
throws ExceptionHugin
low - the left truncation pointdistribution - the distribution to be truncatedhigh - the right truncation point
public TruncateExpression(Expression a,
Expression b)
throws ExceptionHugin
a - the left truncation point or, in case of right truncation,
the distribution to be truncatedb - the right truncation point or, in case of left truncation,
the distribution to be truncated| 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 | ||||||||