Uses of Class
org.eclipse.ocl.examples.domain.utilities.StandaloneProjectMap

Packages that use StandaloneProjectMap
org.eclipse.ocl.examples.domain.utilities   
org.eclipse.ocl.examples.pivot.manager   
org.eclipse.ocl.examples.pivot.uml   
 

Uses of StandaloneProjectMap in org.eclipse.ocl.examples.domain.utilities
 

Subclasses of StandaloneProjectMap in org.eclipse.ocl.examples.domain.utilities
 class ProjectMap
          ProjectMap extends StandaloneProjectMap to support polymorphic access in either plugin or standalone environments to EMF resources and EPackages.
 

Methods in org.eclipse.ocl.examples.domain.utilities that return StandaloneProjectMap
static StandaloneProjectMap StandaloneProjectMap.findAdapter(org.eclipse.emf.ecore.resource.ResourceSet resourceSet)
          Return any StandaloneProjectMap already installed as an adapter on a resourceSet.
static StandaloneProjectMap StandaloneProjectMap.getAdapter(org.eclipse.emf.ecore.resource.ResourceSet resourceSet)
          Return the StandaloneProjectMap already installed as an adapter on a resourceSet if one exists, else creates, installs, initializes and returns a new StandaloneProjectMap.
 

Uses of StandaloneProjectMap in org.eclipse.ocl.examples.pivot.manager
 

Constructors in org.eclipse.ocl.examples.pivot.manager with parameters of type StandaloneProjectMap
MetaModelManager(StandaloneProjectMap projectMap)
          Construct a MetaModelManager that will use projectMap to assist in locating resources.
 

Uses of StandaloneProjectMap in org.eclipse.ocl.examples.pivot.uml
 

Methods in org.eclipse.ocl.examples.pivot.uml with parameters of type StandaloneProjectMap
static java.lang.String UML2Pivot.initialize(StandaloneProjectMap projectMap)