Package org.eclipse.gmt.umlx.ecore

Interface Summary
IModelChangeListener  
IModelForCoModelFinder  
IPhantom IPhantom defines an additional interface for Ecore objects whose existence is to suppressed by invocation of EcoreUtils.disablePhantoms() prior to a save.
IResolveEntry An IResolveEntry is queued to request some form of resolve of an EObject.
 

Class Summary
AbstractAdapter  
AdaptedResourceSetImpl AdaptedResourceSetImpl ensures prompt creation of a ResourceAdapter for each Resource and enables EObject instances to detect that they are being read and consequently may need to queue IResolveEntry instances for activation on completion of the read.
CoModelAdapter<M extends GModelElement,CM extends Notifier> CoModelAdapter maintains a per-sheet list of models that reference a particular comodel, thereby making the process of finding all models (in a or all sheets) that reference a given comodel simple.
CopyResource  
CopyResourceAdapter  
DependantAdapter<M extends Notifier> DependantAdapter maintains a list of models that reference a particular model and should be deleted along with it.
EcoreURI EcoreURI maintains a URI and an indication of whether it should be read-only.
ModelChangeAdapter  
NullModelElement NullModelElement provides the model element class that is purported to be created as the co-model of models that need no co-model.
Orphanage An Orphanage resource provides a container for transient model elements, that require a resource to satisfy EMF validity, but which do not actually require saving away.
ResourceAdapter ResourceAdapter extends Resource with externally imposed and internally chosen read-only attributes..
ResourceAdapter.ResourceAdapterImpl