|
|||||||||
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 | |
java.lang.Object |
clone()
Clones this Expression. |
boolean |
getBoolean()
Returns the value of this BooleanExpression. |
int |
getOperator()
Returns the Operator for this Expression |
boolean |
getValue()
Returns the value of this Expression. |
boolean |
isBooleanExpression()
Tests if the expression is a BooleanExpression |
Methods inherited from class COM.hugin.HAPI.ConstantExpression |
isConstantExpression |
Methods inherited from class COM.hugin.HAPI.Expression |
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) throws ExceptionHugin
bool
- a booleanMethod Detail |
public boolean getValue() throws ExceptionObjectNotAlive
ExceptionObjectNotAlive
public boolean getBoolean() throws ExceptionObjectNotAlive
ExceptionObjectNotAlive
public int getOperator() throws ExceptionObjectNotAlive
ExceptionObjectNotAlive
public java.lang.Object clone()
public boolean isBooleanExpression() throws ExceptionObjectNotAlive
ExceptionObjectNotAlive
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |