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

Packages that use StandaloneProjectMap.AbstractResourceLoadStrategy
org.eclipse.ocl.examples.domain.utilities   
 

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

Subclasses of StandaloneProjectMap.AbstractResourceLoadStrategy in org.eclipse.ocl.examples.domain.utilities
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.