Class mheg5.OBJ.ContentRefVar
All Packages Class Hierarchy This Package Previous Next Index
Class mheg5.OBJ.ContentRefVar
java.lang.Object
|
+----mheg5.UTL.ListNode
|
+----mheg5.REF.ObjectRef
|
+----mheg5.OBJ.Root
|
+----mheg5.OBJ.Ingredient
|
+----mheg5.OBJ.Variable
|
+----mheg5.OBJ.ContentRefVar
- public class ContentRefVar
- extends Variable
- implements AIContentRefVariable
-
ContentRefVar()
- Constructor for a ContentRefVar Object
-
SetInternalAttributes()
-
-
SetVariable(ContentRef)
- SetVariable (NewVariableValue)
note: in this implementation, the dereferenceiation is already
done in ActionCore.java.
-
TestVariable(ContentRef, int)
- (this encoding was moved from Variable Class to
ContentRefVar Class!)
TestVariable (Target, Operator, ComparisonValue)
-
toString()
-
ContentRefVar
public ContentRefVar()
- Constructor for a ContentRefVar Object
SetInternalAttributes
public void SetInternalAttributes()
- Overrides:
- SetInternalAttributes in class Ingredient
SetVariable
public void SetVariable(ContentRef cref)
- SetVariable (NewVariableValue)
note: in this implementation, the dereferenceiation is already
done in ActionCore.java.
TestVariable
public void TestVariable(ContentRef cmpValue,
int op)
- (this encoding was moved from Variable Class to
ContentRefVar Class!)
TestVariable (Target, Operator, ComparisonValue)
toString
public String toString()
- Overrides:
- toString in class Root
All Packages Class Hierarchy This Package Previous Next Index