|
||||||||
| 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.NodeExpression
An expression representing the value of a discrete chance node or decision node.
| 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,
ExceptionArgumentNotAlive
| Method Detail |
public Node getValue()
throws ExceptionObjectNotAlive
public Node getNode()
throws ExceptionObjectNotAlive
public boolean isNodeExpression()
throws ExceptionObjectNotAlive
public java.lang.Object clone()
public int getOperator()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||