|
|||||||||
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.NumberExpression
A numeric constant expression is used to compare state value of numbered or interval discrete chance nodes or decision nodes.
Field Summary |
Constructor Summary | |
NumberExpression(double number)
Constructor |
Method Summary | |
java.lang.Object |
clone()
Clones this Expression. |
double |
getNumber()
Returns the number represented by the expression. |
int |
getOperator()
Returns the Operator for this Expression. |
double |
getValue()
Returns the number respresented by the expression. |
boolean |
isNumberExpression()
Tests if the expression is a NumberExpression |
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 NumberExpression(double number) throws ExceptionHugin
Method Detail |
public double getValue() throws ExceptionObjectNotAlive
ExceptionObjectNotAlive
public double getNumber() throws ExceptionObjectNotAlive
ExceptionObjectNotAlive
public int getOperator() throws ExceptionObjectNotAlive
ExceptionObjectNotAlive
public java.lang.Object clone()
public boolean isNumberExpression() throws ExceptionObjectNotAlive
ExceptionObjectNotAlive
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |