|
|||||||||
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.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.Object |
clone()
Clones this Expression. |
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. |
boolean |
isLabelExpression()
Tests if the expression is a LabelExpression |
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 LabelExpression(java.lang.String label) throws ExceptionHugin
label
- A standard stringMethod Detail |
public java.lang.String getValue() throws ExceptionHugin
ExceptionHugin
public java.lang.String getLabel() throws ExceptionHugin
ExceptionHugin
public int getOperator() throws ExceptionObjectNotAlive
ExceptionObjectNotAlive
public java.lang.Object clone()
public boolean isLabelExpression() throws ExceptionObjectNotAlive
ExceptionObjectNotAlive
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |