Uses of Class
lij.model.ConstraintComparison.Type

Packages that use ConstraintComparison.Type
lij.model Classes that together constitute the data model of an LCC protocl. 
lij.runtime These runtime classes are the ones that contain most of the code that is used during the execution of the IM by the interpreter. 
 

Uses of ConstraintComparison.Type in lij.model
 

Fields in lij.model declared as ConstraintComparison.Type
private  ConstraintComparison.Type ConstraintComparison.type
           
 

Methods in lij.model that return ConstraintComparison.Type
 ConstraintComparison.Type ConstraintComparison.getType()
          Accessor.
static ConstraintComparison.Type ConstraintComparison.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ConstraintComparison.Type[] ConstraintComparison.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in lij.model with parameters of type ConstraintComparison.Type
ConstraintComparison(ConstraintComparison.Type _type, Argument _argument1, Argument _argument2)
          Constructor.
 

Uses of ConstraintComparison.Type in lij.runtime
 

Methods in lij.runtime with parameters of type ConstraintComparison.Type
private  Result.State ConstraintInstance.ConstraintComparisonInstance.checkValues(java.io.Serializable value1, java.io.Serializable value2, ConstraintComparison.Type type)
          Compares the two specified values.