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

Packages that use OclAnyInstance
de.tuberlin.cs.cis.ocl.eval.instance Provides classes for representing the instance level of OCL.  
de.tuberlin.cs.cis.ocl.example.eval Provides classes implementing an example instance level of a model.  
de.tuberlin.cs.cis.ocl.model.eval Provides classes to describe the instance level of arbitrary models in terms of OCL.  
de.tuberlin.cs.cis.ocl.model.mofbridge Provides classes bridging MOF model information to implement this framework's model interface and thus supporting validation of OCL constraints on MOF compliant metamodels.  
 

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

Subclasses of OclAnyInstance in de.tuberlin.cs.cis.ocl.eval.instance
 class BooleanInstance
          Represents an instance of the OCL type Boolean.
 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 OclStateInstance
          Represents an instance of the OCL type OclState.
 class RealInstance
          Represents an instance of the OCL type Real.
 class StringInstance
          Represents an instance of the OCL type String.
 

Uses of OclAnyInstance in de.tuberlin.cs.cis.ocl.example.eval
 

Methods in de.tuberlin.cs.cis.ocl.example.eval that return OclAnyInstance
 OclAnyInstance ExampleInstanceDesc.getPredefinedParent()
           
 

Uses of OclAnyInstance in de.tuberlin.cs.cis.ocl.model.eval
 

Methods in de.tuberlin.cs.cis.ocl.model.eval that return OclAnyInstance
 OclAnyInstance InstanceDescriptor.getPredefinedParent()
          Defines the predefined parent of this instance.
 

Uses of OclAnyInstance in de.tuberlin.cs.cis.ocl.model.mofbridge
 

Methods in de.tuberlin.cs.cis.ocl.model.mofbridge that return OclAnyInstance
 OclAnyInstance MofInstance.getPredefinedParent()