Uses of Interface
de.tuberlin.cs.cis.ocl.model.eval.ReflectionFactory

Packages that use ReflectionFactory
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 Provides classes to describe 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 ReflectionFactory in de.tuberlin.cs.cis.ocl.eval.instance
 

Constructors in de.tuberlin.cs.cis.ocl.eval.instance with parameters of type ReflectionFactory
OclTypeInstance(Classifier classifier, ReflectionFactory refFacility)
          Constructs an instance of the OCL type OclType.
 

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

Classes in de.tuberlin.cs.cis.ocl.example.eval that implement ReflectionFactory
 class ExampleInstanceModel
          Represents an instance of the model described by the Example Class Diagram of OCL1.5 chapter 6.2.2.
 

Methods in de.tuberlin.cs.cis.ocl.example.eval that return ReflectionFactory
 ReflectionFactory ExampleModel.getReflectionFactory()
           
 

Uses of ReflectionFactory in de.tuberlin.cs.cis.ocl.model
 

Methods in de.tuberlin.cs.cis.ocl.model that return ReflectionFactory
 ReflectionFactory ModelFacade.getReflectionFactory()
          Returns a ReflectionFactory in order to provide reflective informations about the model.
 

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

Classes in de.tuberlin.cs.cis.ocl.model.mofbridge that implement ReflectionFactory
 class MofReflection
          Implements the access to the metalevel of MOF in the context of OCL.
 

Methods in de.tuberlin.cs.cis.ocl.model.mofbridge that return ReflectionFactory
 ReflectionFactory MofFacade.getReflectionFactory()