|
|||||||||
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
The ancestor class of all composite expression (for example arithmetic operators or standard distribution functions).
Field Summary |
Method Summary | |
ExpressionList |
getOperands()
Returns an ExpressionList containing the Expressions of this CompositeExpression. |
boolean |
isCompositeExpression()
Tests if this Expression is a CompositeExpression. |
Methods inherited from class COM.hugin.HAPI.Expression |
clone, delete, expressionToString, getOperator, isConstantExpression, isNodeExpression, stringToExpression, stringToExpression |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public ExpressionList getOperands()
public boolean isCompositeExpression()
isCompositeExpression
in class Expression
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |