Class mheg5.OBJ.BooleanVariable
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class mheg5.OBJ.BooleanVariable

java.lang.Object
   |
   +----mheg5.UTL.ListNode
           |
           +----mheg5.REF.ObjectRef
                   |
                   +----mheg5.OBJ.Root
                           |
                           +----mheg5.OBJ.Ingredient
                                   |
                                   +----mheg5.OBJ.Variable
                                           |
                                           +----mheg5.OBJ.BooleanVariable

public class BooleanVariable
extends Variable
implements AIBooleanVariable

Constructor Index

 o BooleanVariable()
Constructor for a BooleanVariable Object

Method Index

 o SetInternalAttributes()
 o SetVariable(boolean)
SetVariable (NewVariable­Value) note: in this implementation, the dereferenciation is already done in ActionCore.java.
 o TestVariable(boolean, int)
(this encoding was moved from Variable Class to BooleanVariable Class!) TestVariable (Target, Operator, ComparisonValue)
 o toString()

Constructors

 o BooleanVariable
  public BooleanVariable()
Constructor for a BooleanVariable Object

Methods

 o SetInternalAttributes
  public void SetInternalAttributes()
Overrides:
SetInternalAttributes in class Ingredient
 o SetVariable
  public void SetVariable(boolean newValue)
SetVariable (NewVariable­Value) note: in this implementation, the dereferenciation is already done in ActionCore.java.
 o TestVariable
  public void TestVariable(boolean cmpValue,
                           int op)
(this encoding was moved from Variable Class to BooleanVariable Class!) TestVariable (Target, Operator, ComparisonValue)
 o toString
  public String toString()
Overrides:
toString in class Root

All Packages  Class Hierarchy  This Package  Previous  Next  Index