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

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

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

Methods in org.eclipse.ocl.examples.modelregistry that return ModelRegistration
 ModelRegistration ModelRegistryFactory.createModelRegistration()
          Returns a new object of class 'Model Registration'.
 

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

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

Classes in org.eclipse.ocl.examples.modelregistry.impl that implement ModelRegistration
 class ModelRegistrationImpl
          An implementation of the model object 'Model Registration'.
 

Fields in org.eclipse.ocl.examples.modelregistry.impl with type parameters of type ModelRegistration
protected  org.eclipse.emf.common.util.EList<ModelRegistration> ModelRegistryImpl.entry
          The cached value of the 'Entry' containment reference list.
 

Methods in org.eclipse.ocl.examples.modelregistry.impl that return ModelRegistration
 ModelRegistration ModelRegistryFactoryImpl.createModelRegistration()
           
 

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

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

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