Uses of Interface
org.eclipse.ocl.examples.modelregistry.ModelRegistry

Packages that use ModelRegistry
org.eclipse.ocl.examples.modelregistry   
org.eclipse.ocl.examples.modelregistry.impl   
org.eclipse.ocl.examples.modelregistry.util   
 

Uses of ModelRegistry in org.eclipse.ocl.examples.modelregistry
 

Methods in org.eclipse.ocl.examples.modelregistry that return ModelRegistry
 ModelRegistry ModelRegistryFactory.createModelRegistry()
          Returns a new object of class 'Model Registry'.
 

Methods in org.eclipse.ocl.examples.modelregistry that return types with arguments of type ModelRegistry
 org.eclipse.emf.common.util.EList<ModelRegistry> ModelRegistrySettings.getResource()
          Returns the value of the 'Resource' containment reference list.
 

Uses of ModelRegistry in org.eclipse.ocl.examples.modelregistry.impl
 

Classes in org.eclipse.ocl.examples.modelregistry.impl that implement ModelRegistry
 class ModelRegistryImpl
          An implementation of the model object 'Model Registry'.
 

Fields in org.eclipse.ocl.examples.modelregistry.impl with type parameters of type ModelRegistry
protected  org.eclipse.emf.common.util.EList<ModelRegistry> ModelRegistrySettingsImpl.resource
          The cached value of the 'Resource' containment reference list.
 

Methods in org.eclipse.ocl.examples.modelregistry.impl that return ModelRegistry
 ModelRegistry ModelRegistryFactoryImpl.createModelRegistry()
           
 

Methods in org.eclipse.ocl.examples.modelregistry.impl that return types with arguments of type ModelRegistry
 org.eclipse.emf.common.util.EList<ModelRegistry> ModelRegistrySettingsImpl.getResource()
           
 

Uses of ModelRegistry in org.eclipse.ocl.examples.modelregistry.util
 

Methods in org.eclipse.ocl.examples.modelregistry.util with parameters of type ModelRegistry
 T ModelRegistrySwitch.caseModelRegistry(ModelRegistry object)
          Returns the result of interpreting the object as an instance of 'Model Registry'.