Class mheg5.OBJ.IntegerVariable
All Packages Class Hierarchy This Package Previous Next Index
Class mheg5.OBJ.IntegerVariable
java.lang.Object
|
+----mheg5.UTL.ListNode
|
+----mheg5.REF.ObjectRef
|
+----mheg5.OBJ.Root
|
+----mheg5.OBJ.Ingredient
|
+----mheg5.OBJ.Variable
|
+----mheg5.OBJ.IntegerVariable
- public class IntegerVariable
- extends Variable
- implements AIIntegerVariable
MHEG-5 object BooleanVariable
Chapter 23 of IS-Standard
-
IntegerVariable()
- Constructor for a IntegerVariable Object
-
Add(int)
- Add(Value)
-
Divide(int)
- Divide (Value)
-
Modulo(int)
- Modulo (Value)
-
Multiply(int)
- Multiply (Value)
-
SetInternalAttributes()
-
-
SetVariable(int)
- SetVariable (NewVariableValue)
-
SetVariable(String)
- SetVariable (NewVariableValue)
-
Subtract(int)
- Subtract (Value)
-
TestVariable(int, int)
- (this encoding was moved from Variable Class to
IntegerVariable Class!)
TestVariable (Target, Operator, ComparisonValue)
-
toString()
-
IntegerVariable
public IntegerVariable()
- Constructor for a IntegerVariable Object
SetInternalAttributes
public void SetInternalAttributes()
- Overrides:
- SetInternalAttributes in class Ingredient
SetVariable
public void SetVariable(String newValue)
- SetVariable (NewVariableValue)
SetVariable
public void SetVariable(int newValue)
- SetVariable (NewVariableValue)
Add
public void Add(int increment)
- Add(Value)
Subtract
public void Subtract(int decrement)
- Subtract (Value)
Multiply
public void Multiply(int value)
- Multiply (Value)
Divide
public void Divide(int value)
- Divide (Value)
Modulo
public void Modulo(int value)
- Modulo (Value)
TestVariable
public void TestVariable(int cmpValue,
int operator)
- (this encoding was moved from Variable Class to
IntegerVariable Class!)
TestVariable (Target, Operator, ComparisonValue)
toString
public String toString()
- Overrides:
- toString in class Root
All Packages Class Hierarchy This Package Previous Next Index