|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--COM.hugin.HAPI.Expression
|
+--COM.hugin.HAPI.CompositeExpression
The ancestor class of all composite expression (for example arithmetic operators or standard distribution functions).
| Method Summary | |
abstract java.lang.Object |
clone()
Returns a clone of this Expression. |
ExpressionList |
getOperands()
Returns an ExpressionList containing the Expressions in this CompositeExpression. |
int |
getOperator()
Returns the operator of this Expression. |
boolean |
isCompositeExpression()
Tests if this Expression is a CompositeExpression. |
| 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 |
| Method Detail |
public int getOperator()
throws ExceptionObjectNotAlive
public ExpressionList getOperands()
throws ExceptionObjectNotAlive,
ExceptionHugin
public boolean isCompositeExpression()
throws ExceptionObjectNotAlive
public abstract java.lang.Object clone()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||