Uses of Interface
org.eclipse.ocl.examples.domain.utilities.StandaloneProjectMap.IResourceLoadStrategy

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

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

Classes in org.eclipse.ocl.examples.domain.utilities that implement StandaloneProjectMap.IResourceLoadStrategy
protected static class StandaloneProjectMap.AbstractResourceLoadStrategy
           
static class StandaloneProjectMap.LoadBothStrategy
          The LoadBothStrategy permits metamodel schizophrenia and so access to the namespace URI resolves to an installed resource while access to the platform plugin or resource URI resolve to a dynamically loaded resource.
static class StandaloneProjectMap.LoadDynamicResourceStrategy
          The LoadDynamicResourceStrategy uses the dynamic EPackage referenced by the platform resource/plugin URI for all kinds of access, and then changes the strategy to LoadedStrategy for all further accesses.
static class StandaloneProjectMap.LoadFirstStrategy
          The LoadFirstStrategy uses the EPackage corresponding to the first access as either a namespace URI or platform plugin.resource URI.Thereafter accesses to the same URI use the first loaded EPackage.
static class StandaloneProjectMap.LoadGeneratedPackageStrategy
          The LoadGeneratedPackageStrategy uses the generated EPackage referenced by the namespace URI for all kinds of access, and then changes the strategy to the LoadedStrategy for all further accesses.
static class StandaloneProjectMap.LoadingBothLoadedDynamicResourceStrategy
          The LoadingBothLoadedDynamicResourceStrategy supports the using-model behaviour following a LoadBothStrategy that has loaded a dynamic resource.
 

Fields in org.eclipse.ocl.examples.domain.utilities declared as StandaloneProjectMap.IResourceLoadStrategy
static StandaloneProjectMap.IResourceLoadStrategy StandaloneProjectMap.LoadBothStrategy.INSTANCE
           
static StandaloneProjectMap.IResourceLoadStrategy StandaloneProjectMap.LoadingBothLoadedDynamicResourceStrategy.INSTANCE
           
static StandaloneProjectMap.IResourceLoadStrategy StandaloneProjectMap.LoadGeneratedPackageStrategy.INSTANCE
           
static StandaloneProjectMap.IResourceLoadStrategy StandaloneProjectMap.LoadFirstStrategy.INSTANCE
           
static StandaloneProjectMap.IResourceLoadStrategy StandaloneProjectMap.LoadDynamicResourceStrategy.INSTANCE
           
protected  StandaloneProjectMap.IResourceLoadStrategy StandaloneProjectMap.AbstractResourceLoadStatus.resourceLoadStrategy
          The strategy to be used to resolve further URI to EPackage mappings.
 

Methods in org.eclipse.ocl.examples.domain.utilities that return StandaloneProjectMap.IResourceLoadStrategy
 StandaloneProjectMap.IResourceLoadStrategy StandaloneProjectMap.IResourceLoadStatus.getResourceLoadStrategy()
          Return the configured resource loading strategy.
 StandaloneProjectMap.IResourceLoadStrategy StandaloneProjectMap.AbstractResourceLoadStatus.getResourceLoadStrategy()
           
 StandaloneProjectMap.IResourceLoadStrategy StandaloneProjectMap.PackageLoadStatus.getResourceLoadStrategy()
           
 

Methods in org.eclipse.ocl.examples.domain.utilities with parameters of type StandaloneProjectMap.IResourceLoadStrategy
 void StandaloneProjectMap.configure(org.eclipse.emf.ecore.resource.ResourceSet resourceSet, StandaloneProjectMap.IResourceLoadStrategy resourceLoadStrategy, StandaloneProjectMap.IConflictHandler conflictHandler)
          Configure the PackageRegistry associated with ResourceSet to use a resourceLoadStrategy and conflictHandler when resolving namespace ansd platform URIs.
 void StandaloneProjectMap.IResourceDescriptor.configure(org.eclipse.emf.ecore.resource.ResourceSet resourceSet, StandaloneProjectMap.IResourceLoadStrategy resourceLoadStrategy, StandaloneProjectMap.IConflictHandler conflictHandler)
           
 void StandaloneProjectMap.IPackageDescriptor.configure(org.eclipse.emf.ecore.resource.ResourceSet resourceSet, StandaloneProjectMap.IResourceLoadStrategy strategy, StandaloneProjectMap.IConflictHandler conflictHandler)
          Configure the resourceSet-specific resource status of for this package to use a strategy and a conflictHandler.
 void StandaloneProjectMap.IProjectDescriptor.configure(org.eclipse.emf.ecore.resource.ResourceSet resourceSet, StandaloneProjectMap.IResourceLoadStrategy resourceLoadStrategy, StandaloneProjectMap.IConflictHandler conflictHandler)
          Configure the resourceSet-specific status of for this resource to use a strategy and a conflictHandler.
 void StandaloneProjectMap.AbstractResourceDescriptor.configure(org.eclipse.emf.ecore.resource.ResourceSet resourceSet, StandaloneProjectMap.IResourceLoadStrategy resourceLoadStrategy, StandaloneProjectMap.IConflictHandler conflictHandler)
           
 void StandaloneProjectMap.PackageDescriptor.configure(org.eclipse.emf.ecore.resource.ResourceSet resourceSet, StandaloneProjectMap.IResourceLoadStrategy resourceLoadStrategy, StandaloneProjectMap.IConflictHandler conflictHandler)
           
 void StandaloneProjectMap.ProjectDescriptor.configure(org.eclipse.emf.ecore.resource.ResourceSet resourceSet, StandaloneProjectMap.IResourceLoadStrategy resourceLoadStrategy, StandaloneProjectMap.IConflictHandler conflictHandler)
           
 void StandaloneProjectMap.IResourceLoadStatus.setResourceLoadStrategy(StandaloneProjectMap.IResourceLoadStrategy resourceLoadStrategy)
          Define a new package load strategy.
 void StandaloneProjectMap.AbstractResourceLoadStatus.setResourceLoadStrategy(StandaloneProjectMap.IResourceLoadStrategy resourceLoadStrategy)
           
 

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

Methods in org.eclipse.ocl.examples.pivot.manager with parameters of type StandaloneProjectMap.IResourceLoadStrategy
 void MetaModelManager.configureLoadStrategy(StandaloneProjectMap.IResourceLoadStrategy packageLoadStrategy, StandaloneProjectMap.IConflictHandler conflictHandler)
          Configure the PackageRegistry associated with the externalResourceSet to use a packageLoadStrategy and conflictHandler when resolving namespace ansd platform URIs.