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