Class mheg5.OBJ.Variable
All Packages Class Hierarchy This Package Previous Next Index
Class mheg5.OBJ.Variable
java.lang.Object
|
+----mheg5.UTL.ListNode
|
+----mheg5.REF.ObjectRef
|
+----mheg5.OBJ.Root
|
+----mheg5.OBJ.Ingredient
|
+----mheg5.OBJ.Variable
- public class Variable
- extends Ingredient
- implements AIVariable
-
booleanValue
-
-
crefValue
-
-
EQUAL
-
-
GREATER_OR_EQUAL
-
-
GREATER_THAN
-
-
intValue
- Internal attribute Value
-
LESS_OR_EQUAL
-
-
LESS_THAN
-
-
NOT_EQUAL
-
-
orefValue
-
-
origBoolean
-
-
origCref
-
-
origInt
- Own exchanged attribute OriginalValue
-
origOref
-
-
origString
-
-
stringValue
-
-
testFalse
-
-
testTrue
-
-
Variable()
-
-
Activation()
- Activation
-
CheckEvent(MhegEvent)
-
-
RegisterLink(Link)
-
-
SetVariable()
- SetVariable (NewVariableValue)
-
TestVariable()
- TestVariable (Target, Operator, ComparisonValue)
origInt
public int origInt
- Own exchanged attribute OriginalValue
origBoolean
public boolean origBoolean
origString
public String origString
origOref
public ObjectRef origOref
origCref
public ContentRef origCref
intValue
public int intValue
- Internal attribute Value
booleanValue
public boolean booleanValue
stringValue
public String stringValue
orefValue
public ObjectRef orefValue
crefValue
public ContentRef crefValue
testTrue
protected final static MhegEvent testTrue
testFalse
protected final static MhegEvent testFalse
EQUAL
public final static int EQUAL
NOT_EQUAL
public final static int NOT_EQUAL
LESS_THAN
public final static int LESS_THAN
LESS_OR_EQUAL
public final static int LESS_OR_EQUAL
GREATER_THAN
public final static int GREATER_THAN
GREATER_OR_EQUAL
public final static int GREATER_OR_EQUAL
Variable
public Variable()
RegisterLink
public void RegisterLink(Link link)
- Overrides:
- RegisterLink in class Root
CheckEvent
public void CheckEvent(MhegEvent event)
- Overrides:
- CheckEvent in class Root
Activation
public void Activation()
- Activation
- Overrides:
- Activation in class Root
SetVariable
public void SetVariable()
- SetVariable (NewVariableValue)
TestVariable
public void TestVariable()
- TestVariable (Target, Operator, ComparisonValue)
All Packages Class Hierarchy This Package Previous Next Index