|
|||||||||
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.NodeExpression
An expression representing the value of a discrete chance node or decision node.
Field Summary |
Constructor Summary | |
NodeExpression(Node node)
|
Method Summary | |
java.lang.Object |
clone()
Clones this NodeExpression. |
Node |
getNode()
Returns the node used to build the expression. |
int |
getOperator()
|
Node |
getValue()
Returns the node used to build the expression. |
boolean |
isNodeExpression()
Tests if the the expression is a NodeExpression. |
Methods inherited from class COM.hugin.HAPI.Expression |
delete, expressionToString, isCompositeExpression, isConstantExpression, stringToExpression, stringToExpression |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NodeExpression(Node node) throws ExceptionHugin
Method Detail |
public Node getValue() throws ExceptionObjectNotAlive
ExceptionObjectNotAlive
public Node getNode() throws ExceptionObjectNotAlive
ExceptionObjectNotAlive
public boolean isNodeExpression() throws ExceptionObjectNotAlive
isNodeExpression
in class Expression
ExceptionObjectNotAlive
public java.lang.Object clone()
public int getOperator() throws ExceptionObjectNotAlive
ExceptionObjectNotAlive
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |