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

All Known Implementing Classes:
ExampleInstanceModel, MofReflection

public interface ReflectionFactory

Enables the reflective access to the meta-level of the model.

Author:
fchabar

Method Summary
 Reflector getReflector(ClassifierDescriptor type)
          Produces a Reflector reflecting the specified classifier.
 

Method Detail

getReflector

public Reflector getReflector(ClassifierDescriptor type)
Produces a Reflector reflecting the specified classifier.

Parameters:
type - a classifier of the model.
Returns:
a Reflector reflecting the specified classifier.