|
|||||||||
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.ConstantExpression
COM.hugin.HAPI.BooleanExpression
A Boolean constant expression is used to compare state values of Boolean discrete chance or decision nodes.
Field Summary |
Constructor Summary | |
BooleanExpression(boolean bool)
Constructs a BooleanExpression from a boolean. |
Method Summary | |
boolean |
getBoolean()
Returns the value of this BooleanExpression. |
int |
getOperator()
Returns the Operator for this Expression. |
boolean |
getValue()
Returns the value of this Expression. |
Methods inherited from class COM.hugin.HAPI.ConstantExpression |
isConstantExpression |
Methods inherited from class COM.hugin.HAPI.Expression |
clone, delete, expressionToString, isCompositeExpression, isNodeExpression, stringToExpression, stringToExpression |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BooleanExpression(boolean bool)
Method Detail |
public boolean getValue()
public boolean getBoolean()
public int getOperator()
getOperator
in class Expression
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |