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

Constructor Index

 o IntegerVariable()
Constructor for a IntegerVariable Object

Method Index

 o Add(int)
Add(Value)
 o Divide(int)
Divide (Value)
 o Modulo(int)
Modulo (Value)
 o Multiply(int)
Multiply (Value)
 o SetInternalAttributes()
 o SetVariable(int)
SetVariable (NewVariable­Value)
 o SetVariable(String)
SetVariable (NewVariable­Value)
 o Subtract(int)
Subtract (Value)
 o TestVariable(int, int)
(this encoding was moved from Variable Class to IntegerVariable Class!) TestVariable (Target, Operator, ComparisonValue)
 o toString()

Constructors

 o IntegerVariable
  public IntegerVariable()
Constructor for a IntegerVariable Object

Methods

 o SetInternalAttributes
  public void SetInternalAttributes()
Overrides:
SetInternalAttributes in class Ingredient
 o SetVariable
  public void SetVariable(String newValue)
SetVariable (NewVariable­Value)
 o SetVariable
  public void SetVariable(int newValue)
SetVariable (NewVariable­Value)
 o Add
  public void Add(int increment)
Add(Value)
 o Subtract
  public void Subtract(int decrement)
Subtract (Value)
 o Multiply
  public void Multiply(int value)
Multiply (Value)
 o Divide
  public void Divide(int value)
Divide (Value)
 o Modulo
  public void Modulo(int value)
Modulo (Value)
 o TestVariable
  public void TestVariable(int cmpValue,
                           int operator)
(this encoding was moved from Variable Class to IntegerVariable Class!) TestVariable (Target, Operator, ComparisonValue)
 o toString
  public String toString()
Overrides:
toString in class Root

All Packages  Class Hierarchy  This Package  Previous  Next  Index