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

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

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

Classes in org.eclipse.ocl.examples.domain.utilities that implement StandaloneProjectMap.IResourceLoadStatus
static class StandaloneProjectMap.AbstractResourceLoadStatus
           
static class StandaloneProjectMap.MultiplePackageResourceLoadStatus
           
static class StandaloneProjectMap.SinglePackageResourceLoadStatus
           
 

Fields in org.eclipse.ocl.examples.domain.utilities declared as StandaloneProjectMap.IResourceLoadStatus
protected  StandaloneProjectMap.IResourceLoadStatus StandaloneProjectMap.DelegatedMultiplePackageResource.resourceLoadStatus
           
 

Methods in org.eclipse.ocl.examples.domain.utilities that return StandaloneProjectMap.IResourceLoadStatus
protected abstract  StandaloneProjectMap.IResourceLoadStatus StandaloneProjectMap.AbstractResourceDescriptor.createResourceLoadStatus(org.eclipse.emf.ecore.resource.ResourceSet resourceSet)
           
protected  StandaloneProjectMap.IResourceLoadStatus StandaloneProjectMap.SinglePackageResourceDescriptor.createResourceLoadStatus(org.eclipse.emf.ecore.resource.ResourceSet resourceSet)
           
protected  StandaloneProjectMap.IResourceLoadStatus StandaloneProjectMap.MultiplePackageResourceDescriptor.createResourceLoadStatus(org.eclipse.emf.ecore.resource.ResourceSet resourceSet)
           
 StandaloneProjectMap.IResourceLoadStatus StandaloneProjectMap.IPackageLoadStatus.getResourceLoadStatus()
          Get the status of the resource containing this package.
 StandaloneProjectMap.IResourceLoadStatus StandaloneProjectMap.PackageLoadStatus.getResourceLoadStatus()
           
 StandaloneProjectMap.IResourceLoadStatus StandaloneProjectMap.IResourceDescriptor.getResourceLoadStatus(org.eclipse.emf.ecore.resource.ResourceSet resourceSet)
          Return IResourceLoadStatus for this resource in conjunction with resourceSet.
 StandaloneProjectMap.IResourceLoadStatus StandaloneProjectMap.AbstractResourceDescriptor.getResourceLoadStatus(org.eclipse.emf.ecore.resource.ResourceSet resourceSet)
           
 

Methods in org.eclipse.ocl.examples.domain.utilities with parameters of type StandaloneProjectMap.IResourceLoadStatus
 void StandaloneProjectMap.IResourceLoadStrategy.addedDynamicResource(StandaloneProjectMap.IResourceLoadStatus resourceLoadStatus, org.eclipse.emf.ecore.resource.Resource resource)
          Respond to the explicit addition of a yet to be loaded Ecore model in the user's ResourceSet.
 void StandaloneProjectMap.AbstractResourceLoadStrategy.addedDynamicResource(StandaloneProjectMap.IResourceLoadStatus resourceLoadStatus, org.eclipse.emf.ecore.resource.Resource resource)
           
 void StandaloneProjectMap.LoadBothStrategy.addedDynamicResource(StandaloneProjectMap.IResourceLoadStatus resourceLoadStatus, org.eclipse.emf.ecore.resource.Resource resource)
           
 void StandaloneProjectMap.LoadFirstStrategy.addedDynamicResource(StandaloneProjectMap.IResourceLoadStatus resourceLoadStatus, org.eclipse.emf.ecore.resource.Resource resource)
           
 void StandaloneProjectMap.LoadDynamicResourceStrategy.addedDynamicResource(StandaloneProjectMap.IResourceLoadStatus resourceLoadStatus, org.eclipse.emf.ecore.resource.Resource resource)
           
 void StandaloneProjectMap.IResourceLoadStrategy.configure(StandaloneProjectMap.IResourceLoadStatus resourceLoadStatus, StandaloneProjectMap.IConflictHandler conflictHandler)
          Configure the resourceLoadStatus to udse this strategy and a conflictHandler.
 void StandaloneProjectMap.AbstractResourceLoadStrategy.configure(StandaloneProjectMap.IResourceLoadStatus resourceLoadStatus, StandaloneProjectMap.IConflictHandler conflictHandler)
           
 void StandaloneProjectMap.LoadGeneratedPackageStrategy.configure(StandaloneProjectMap.IResourceLoadStatus resourceLoadStatus, StandaloneProjectMap.IConflictHandler conflictHandler)
           
 void StandaloneProjectMap.IResourceLoadStrategy.handleConflictingDynamicResource(StandaloneProjectMap.IResourceLoadStatus resourceLoadStatus, org.eclipse.emf.ecore.EPackage ePackage)
          Respond to the platform/plugin access to a resource with a resourceLoadStatus containing a package already accessed as the Java generated ePackage,
 void StandaloneProjectMap.AbstractResourceLoadStrategy.handleConflictingDynamicResource(StandaloneProjectMap.IResourceLoadStatus resourceLoadStatus, org.eclipse.emf.ecore.EPackage ePackage)
           
 void StandaloneProjectMap.LoadGeneratedPackageStrategy.handleConflictingDynamicResource(StandaloneProjectMap.IResourceLoadStatus resourceLoadStatus, org.eclipse.emf.ecore.EPackage ePackage)
           
 void StandaloneProjectMap.LoadFirstStrategy.handleConflictingDynamicResource(StandaloneProjectMap.IResourceLoadStatus resourceLoadStatus, org.eclipse.emf.ecore.EPackage ePackage)
           
 org.eclipse.emf.ecore.EPackage StandaloneProjectMap.IConflictHandler.handleConflictingDynamicResource(StandaloneProjectMap.IResourceLoadStatus packageLoadStatus, org.eclipse.emf.ecore.EPackage ePackage)
          Return the EPackage to be used for a model URI reference after the namespace EPackage has already been used.
 org.eclipse.emf.ecore.EPackage StandaloneProjectMap.MapToFirstConflictHandler.handleConflictingDynamicResource(StandaloneProjectMap.IResourceLoadStatus packageLoadStatus, org.eclipse.emf.ecore.EPackage ePackage)
           
 org.eclipse.emf.ecore.EPackage StandaloneProjectMap.MapToFirstConflictHandlerWithLog.handleConflictingDynamicResource(StandaloneProjectMap.IResourceLoadStatus resourceLoadStatus, org.eclipse.emf.ecore.EPackage ePackage)
           
 void StandaloneProjectMap.IResourceLoadStrategy.loadedDynamicResource(StandaloneProjectMap.IResourceLoadStatus packageLoadStatus, org.eclipse.emf.ecore.resource.Resource resource)
          Respond to the loading of a dynamic Ecore model in the user's ResourceSet.
 void StandaloneProjectMap.AbstractResourceLoadStrategy.loadedDynamicResource(StandaloneProjectMap.IResourceLoadStatus packageLoadStatus, org.eclipse.emf.ecore.resource.Resource resource)
           
 void StandaloneProjectMap.IResourceLoadStrategy.unloadedResource(StandaloneProjectMap.IResourceLoadStatus resourceLoadStatus)
          Respond to the notification that the resource has been unloaded.
 void StandaloneProjectMap.LoadBothStrategy.unloadedResource(StandaloneProjectMap.IResourceLoadStatus packageLoadStatus)
           
 void StandaloneProjectMap.LoadingBothLoadedDynamicResourceStrategy.unloadedResource(StandaloneProjectMap.IResourceLoadStatus packageLoadStatus)
           
 void StandaloneProjectMap.LoadGeneratedPackageStrategy.unloadedResource(StandaloneProjectMap.IResourceLoadStatus packageLoadStatus)
           
 void StandaloneProjectMap.LoadFirstStrategy.unloadedResource(StandaloneProjectMap.IResourceLoadStatus packageLoadStatus)
           
 void StandaloneProjectMap.LoadDynamicResourceStrategy.unloadedResource(StandaloneProjectMap.IResourceLoadStatus packageLoadStatus)
           
 void StandaloneProjectMap.IResourceLoadStrategy.useGeneratedResource(StandaloneProjectMap.IResourceLoadStatus resourceLoadStatus, org.eclipse.emf.ecore.resource.Resource resource)
          Respond to the explicit notification of a generated resource.
 void StandaloneProjectMap.AbstractResourceLoadStrategy.useGeneratedResource(StandaloneProjectMap.IResourceLoadStatus resourceLoadStatus, org.eclipse.emf.ecore.resource.Resource resource)
           
 void StandaloneProjectMap.LoadFirstStrategy.useGeneratedResource(StandaloneProjectMap.IResourceLoadStatus resourceLoadStatus, org.eclipse.emf.ecore.resource.Resource resource)
           
 

Constructors in org.eclipse.ocl.examples.domain.utilities with parameters of type StandaloneProjectMap.IResourceLoadStatus
StandaloneProjectMap.DelegatedMultiplePackageResource(org.eclipse.emf.common.util.URI uri, StandaloneProjectMap.IResourceLoadStatus resourceLoadStatus, java.lang.Iterable<StandaloneProjectMap.PackageLoadStatus> packageLoadStatuses)