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

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

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

Classes in org.eclipse.ocl.examples.domain.utilities that implement StandaloneProjectMap.IPackageLoadStatus
static class StandaloneProjectMap.PackageLoadStatus
           
 

Fields in org.eclipse.ocl.examples.domain.utilities declared as StandaloneProjectMap.IPackageLoadStatus
protected  StandaloneProjectMap.IPackageLoadStatus StandaloneProjectMap.EPackageDescriptor.packageLoadStatus
           
protected  StandaloneProjectMap.IPackageLoadStatus StandaloneProjectMap.DelegatedSinglePackageResource.packageLoadStatus
           
 

Methods in org.eclipse.ocl.examples.domain.utilities that return StandaloneProjectMap.IPackageLoadStatus
 StandaloneProjectMap.IPackageLoadStatus StandaloneProjectMap.IResourceLoadStatus.getPackageLoadStatus(StandaloneProjectMap.IPackageDescriptor packageDescriptor)
          Return the package load status for the package identified by packageDescriptor
 StandaloneProjectMap.IPackageLoadStatus StandaloneProjectMap.AbstractResourceLoadStatus.getPackageLoadStatus(StandaloneProjectMap.IPackageDescriptor packageDescriptor)
           
 

Methods in org.eclipse.ocl.examples.domain.utilities with parameters of type StandaloneProjectMap.IPackageLoadStatus
 void StandaloneProjectMap.IResourceLoadStrategy.addedGeneratedPackage(StandaloneProjectMap.IPackageLoadStatus packageLoadStatus, org.eclipse.emf.ecore.EPackage ePackage)
          Respond to the explicit addition of a generated EPackage in the user's ResourceSet.
 void StandaloneProjectMap.AbstractResourceLoadStrategy.addedGeneratedPackage(StandaloneProjectMap.IPackageLoadStatus packageLoadStatus, org.eclipse.emf.ecore.EPackage ePackage)
           
 void StandaloneProjectMap.LoadBothStrategy.addedGeneratedPackage(StandaloneProjectMap.IPackageLoadStatus packageLoadStatus, org.eclipse.emf.ecore.EPackage ePackage)
           
 void StandaloneProjectMap.LoadingBothLoadedDynamicResourceStrategy.addedGeneratedPackage(StandaloneProjectMap.IPackageLoadStatus packageLoadStatus, org.eclipse.emf.ecore.EPackage ePackage)
           
 void StandaloneProjectMap.LoadGeneratedPackageStrategy.addedGeneratedPackage(StandaloneProjectMap.IPackageLoadStatus packageLoadStatus, org.eclipse.emf.ecore.EPackage ePackage)
           
 void StandaloneProjectMap.LoadFirstStrategy.addedGeneratedPackage(StandaloneProjectMap.IPackageLoadStatus packageLoadStatus, org.eclipse.emf.ecore.EPackage ePackage)
           
 org.eclipse.emf.ecore.EPackage StandaloneProjectMap.IResourceLoadStrategy.getEPackage(StandaloneProjectMap.IPackageLoadStatus packageLoadStatus)
          Load and return the EPackage in response to an EPackage.Registry access through an EPackageDescriptor.
 org.eclipse.emf.ecore.EPackage StandaloneProjectMap.LoadBothStrategy.getEPackage(StandaloneProjectMap.IPackageLoadStatus packageLoadStatus)
           
 org.eclipse.emf.ecore.EPackage StandaloneProjectMap.LoadingBothLoadedDynamicResourceStrategy.getEPackage(StandaloneProjectMap.IPackageLoadStatus packageLoadStatus)
           
 org.eclipse.emf.ecore.EPackage StandaloneProjectMap.LoadGeneratedPackageStrategy.getEPackage(StandaloneProjectMap.IPackageLoadStatus packageLoadStatus)
           
 org.eclipse.emf.ecore.EPackage StandaloneProjectMap.LoadFirstStrategy.getEPackage(StandaloneProjectMap.IPackageLoadStatus packageLoadStatus)
           
 org.eclipse.emf.ecore.EPackage StandaloneProjectMap.LoadDynamicResourceStrategy.getEPackage(StandaloneProjectMap.IPackageLoadStatus packageLoadStatus)
           
 org.eclipse.emf.ecore.EPackage StandaloneProjectMap.AbstractResourceLoadStatus.handleConflictingGeneratedPackage(StandaloneProjectMap.IPackageLoadStatus packageLoadStatus)
           
 org.eclipse.emf.ecore.EPackage StandaloneProjectMap.IConflictHandler.handleConflictingGeneratedPackage(StandaloneProjectMap.IPackageLoadStatus packageLoadStatus, org.eclipse.emf.ecore.resource.Resource resource)
          Return the EPackage to be used for a namespace URI reference after the model EPackage has already been used.
 org.eclipse.emf.ecore.EPackage StandaloneProjectMap.MapToFirstConflictHandler.handleConflictingGeneratedPackage(StandaloneProjectMap.IPackageLoadStatus packageLoadStatus, org.eclipse.emf.ecore.resource.Resource resource)
           
 org.eclipse.emf.ecore.EPackage StandaloneProjectMap.MapToFirstConflictHandlerWithLog.handleConflictingGeneratedPackage(StandaloneProjectMap.IPackageLoadStatus packageLoadStatus, org.eclipse.emf.ecore.resource.Resource resource)
           
protected  org.eclipse.emf.ecore.EPackage StandaloneProjectMap.AbstractResourceLoadStrategy.loadEPackage(StandaloneProjectMap.IPackageLoadStatus packageLoadStatus, boolean configureURImap)
           
protected  org.eclipse.emf.ecore.EPackage StandaloneProjectMap.AbstractResourceLoadStrategy.loadModel(StandaloneProjectMap.IPackageLoadStatus packageLoadStatus)
           
protected  org.eclipse.emf.ecore.EPackage StandaloneProjectMap.AbstractResourceLoadStrategy.returnEPackage(StandaloneProjectMap.IPackageLoadStatus packageLoadStatus, org.eclipse.emf.ecore.EPackage ePackage)
           
 

Constructors in org.eclipse.ocl.examples.domain.utilities with parameters of type StandaloneProjectMap.IPackageLoadStatus
StandaloneProjectMap.DelegatedSinglePackageResource(org.eclipse.emf.common.util.URI uri, StandaloneProjectMap.IPackageLoadStatus packageLoadStatus)
           
StandaloneProjectMap.EPackageDescriptor(StandaloneProjectMap.IPackageLoadStatus packageLoadStatus, org.eclipse.emf.ecore.EPackage.Registry packageRegistry)