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.
 

Fields in org.eclipse.ocl.examples.domain.utilities declared as StandaloneProjectMap
protected  StandaloneProjectMap StandaloneProjectMap.ProjectDescriptor.projectMap
          The overall ProjectMap
 

Fields in org.eclipse.ocl.examples.domain.utilities with type parameters of type StandaloneProjectMap
static java.util.WeakHashMap<StandaloneProjectMap,java.lang.Object> StandaloneProjectMap.liveStandaloneProjectMaps
          Leak debugging aid.
 

Methods in org.eclipse.ocl.examples.domain.utilities that return StandaloneProjectMap
static StandaloneProjectMap ProjectMap.findAdapter(org.eclipse.emf.ecore.resource.ResourceSet resourceSet)
           
static StandaloneProjectMap StandaloneProjectMap.findAdapter(org.eclipse.emf.ecore.resource.ResourceSet resourceSet)
          Return any StandaloneProjectMap already installed as an adapter on a resourceSet.
static StandaloneProjectMap ProjectMap.getAdapter(org.eclipse.emf.ecore.resource.ResourceSet 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.
 StandaloneProjectMap StandaloneProjectMap.IProjectDescriptor.getProjectMap()
          Return the overall ProjectMap.
 StandaloneProjectMap StandaloneProjectMap.ProjectDescriptor.getProjectMap()
           
 

Constructors in org.eclipse.ocl.examples.domain.utilities with parameters of type StandaloneProjectMap
StandaloneProjectMap.ProjectDescriptor(StandaloneProjectMap projectMap, java.lang.String name, org.eclipse.emf.common.util.URI locationURI)
           
 

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

Methods in org.eclipse.ocl.examples.pivot.manager that return StandaloneProjectMap
 StandaloneProjectMap MetaModelManager.getProjectMap()
          Return the ProjectMap used to resolve EPackages for the extertnalResourceSet.
 

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)