|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object COM.hugin.HAPI.Expression COM.hugin.HAPI.ConstantExpression COM.hugin.HAPI.LabelExpression
A label constant expression is used to compare state labels of labelled discrete chance nodes or decision nodes.
Field Summary |
Constructor Summary | |
LabelExpression(java.lang.String label)
Constructs a LabelExpression from a string. |
Method Summary | |
java.lang.String |
getLabel()
Returns the label of the expression. |
int |
getOperator()
Returns the operator for this Expression. |
java.lang.String |
getValue()
Returns the label of the expression. |
Methods inherited from class COM.hugin.HAPI.ConstantExpression |
isConstantExpression |
Methods inherited from class COM.hugin.HAPI.Expression |
clone, expressionToString, isCompositeExpression, isNodeExpression, stringToExpression |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LabelExpression(java.lang.String label) throws ExceptionHugin
Method Detail |
public java.lang.String getValue()
public java.lang.String getLabel()
public int getOperator()
getOperator
in class Expression
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |