|
|||||||||
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 | |
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 ExceptionHugin
ExceptionHugin
public ExpressionList getOperands() throws ExceptionObjectNotAlive
ExceptionObjectNotAlive
public boolean isCompositeExpression() throws ExceptionObjectNotAlive
isCompositeExpression
in class Expression
ExceptionObjectNotAlive
public abstract java.lang.Object clone()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |