Uses of Class
de.tuberlin.cs.cis.ocl.eval.instance.PredefinedInstance

Packages that use PredefinedInstance
de.tuberlin.cs.cis.ocl.eval.instance Provides classes for representing the instance level of OCL.  
 

Uses of PredefinedInstance in de.tuberlin.cs.cis.ocl.eval.instance
 

Subclasses of PredefinedInstance in de.tuberlin.cs.cis.ocl.eval.instance
 class BagInstance
          Represents an instance of the OCL type Bag.
 class BooleanInstance
          Represents an instance of the OCL type Boolean.
 class CollectionInstance
          Represents an instance of the OCL type Collection.
 class EnumerationInstance
          Represents an instance of the OCL type Enumeration.
 class IntegerInstance
          Represents an instance of the OCL type Integer.
 class ModelInstance
          Represents instances of OCL model types.
 class OclAnyInstance
           
 class OclExpressionInstance
          Represents an instance of the OCL type OclExpression.
 class OclStateInstance
          Represents an instance of the OCL type OclState.
 class OclTypeInstance
          Represents an instance of the OCL type OclType.
 class RealInstance
          Represents an instance of the OCL type Real.
 class SequenceInstance
          Represents an instance of the OCL type Sequence.
 class SetInstance
          Represents an instance of the OCL type Set.
 class StringInstance
          Represents an instance of the OCL type String.