org.ptolemy.moml.impl
Class DocumentRootImpl

java.lang.Object
  extended by org.eclipse.emf.common.notify.impl.BasicNotifierImpl
      extended by org.eclipse.emf.ecore.impl.BasicEObjectImpl
          extended by org.eclipse.emf.ecore.impl.EObjectImpl
              extended by org.ptolemy.moml.impl.DocumentRootImpl
All Implemented Interfaces:
Notifier, EObject, InternalEObject, DocumentRoot

public class DocumentRootImpl
extends EObjectImpl
implements DocumentRoot

An implementation of the model object 'Document Root'.

The following features are implemented:

Rating red
Generated:
This code was automatically generated.

Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
BasicEObjectImpl.EPropertiesHolder, BasicEObjectImpl.EPropertiesHolderBaseImpl, BasicEObjectImpl.EPropertiesHolderImpl
 
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
BasicNotifierImpl.EAdapterList<E extends Object & Adapter>, BasicNotifierImpl.EObservableAdapterList
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject
InternalEObject.EStore
 
Field Summary
protected  FeatureMap mixed
          The cached value of the 'Mixed' attribute list.
protected  EMap<String,String> xMLNSPrefixMap
          The cached value of the 'XMLNS Prefix Map' map.
protected  EMap<String,String> xSISchemaLocation
          The cached value of the 'XSI Schema Location' map.
 
Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
eAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY
 
Fields inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
EVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSET
 
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject
EOPPOSITE_FEATURE_BASE
 
Constructor Summary
protected DocumentRootImpl()
           
 
Method Summary
 NotificationChain basicSetClass(ClassType newClass, NotificationChain msgs)
           
 NotificationChain basicSetConfigure(ConfigureType newConfigure, NotificationChain msgs)
           
 NotificationChain basicSetDeleteEntity(DeleteEntityType newDeleteEntity, NotificationChain msgs)
           
 NotificationChain basicSetDeletePort(DeletePortType newDeletePort, NotificationChain msgs)
           
 NotificationChain basicSetDeleteProperty(DeletePropertyType newDeleteProperty, NotificationChain msgs)
           
 NotificationChain basicSetDeleteRelation(DeleteRelationType newDeleteRelation, NotificationChain msgs)
           
 NotificationChain basicSetDirector(DirectorType newDirector, NotificationChain msgs)
           
 NotificationChain basicSetDisplay(DisplayType newDisplay, NotificationChain msgs)
           
 NotificationChain basicSetDoc(DocType newDoc, NotificationChain msgs)
           
 NotificationChain basicSetEntity(EntityType newEntity, NotificationChain msgs)
           
 NotificationChain basicSetGroup(GroupType newGroup, NotificationChain msgs)
           
 NotificationChain basicSetImport(ImportType newImport, NotificationChain msgs)
           
 NotificationChain basicSetInput(InputType newInput, NotificationChain msgs)
           
 NotificationChain basicSetLink(LinkType newLink, NotificationChain msgs)
           
 NotificationChain basicSetLocation(LocationType newLocation, NotificationChain msgs)
           
 NotificationChain basicSetModel(ModelType newModel, NotificationChain msgs)
           
 NotificationChain basicSetPort(PortType newPort, NotificationChain msgs)
           
 NotificationChain basicSetProperty(PropertyType newProperty, NotificationChain msgs)
           
 NotificationChain basicSetRelation(RelationType newRelation, NotificationChain msgs)
           
 NotificationChain basicSetRename(RenameType newRename, NotificationChain msgs)
           
 NotificationChain basicSetRendition(RenditionType newRendition, NotificationChain msgs)
           
 NotificationChain basicSetUnlink(UnlinkType newUnlink, NotificationChain msgs)
           
 NotificationChain basicSetVertex(VertexType newVertex, NotificationChain msgs)
           
 Object eGet(int featureID, boolean resolve, boolean coreType)
           
 NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 boolean eIsSet(int featureID)
           
 void eSet(int featureID, Object newValue)
           
protected  EClass eStaticClass()
           
 void eUnset(int featureID)
           
 ClassType getClass_()
           
 ConfigureType getConfigure()
           
 DeleteEntityType getDeleteEntity()
           
 DeletePortType getDeletePort()
           
 DeletePropertyType getDeleteProperty()
           
 DeleteRelationType getDeleteRelation()
           
 DirectorType getDirector()
           
 DisplayType getDisplay()
           
 DocType getDoc()
           
 EntityType getEntity()
           
 GroupType getGroup()
           
 ImportType getImport()
           
 InputType getInput()
           
 LinkType getLink()
           
 LocationType getLocation()
           
 FeatureMap getMixed()
           
 ModelType getModel()
           
 PortType getPort()
           
 PropertyType getProperty()
           
 RelationType getRelation()
           
 RenameType getRename()
           
 RenditionType getRendition()
           
 UnlinkType getUnlink()
           
 VertexType getVertex()
           
 EMap<String,String> getXMLNSPrefixMap()
           
 EMap<String,String> getXSISchemaLocation()
           
 void setClass(ClassType newClass)
           
 void setConfigure(ConfigureType newConfigure)
           
 void setDeleteEntity(DeleteEntityType newDeleteEntity)
           
 void setDeletePort(DeletePortType newDeletePort)
           
 void setDeleteProperty(DeletePropertyType newDeleteProperty)
           
 void setDeleteRelation(DeleteRelationType newDeleteRelation)
           
 void setDirector(DirectorType newDirector)
           
 void setDisplay(DisplayType newDisplay)
           
 void setDoc(DocType newDoc)
           
 void setEntity(EntityType newEntity)
           
 void setGroup(GroupType newGroup)
           
 void setImport(ImportType newImport)
           
 void setInput(InputType newInput)
           
 void setLink(LinkType newLink)
           
 void setLocation(LocationType newLocation)
           
 void setModel(ModelType newModel)
           
 void setPort(PortType newPort)
           
 void setProperty(PropertyType newProperty)
           
 void setRelation(RelationType newRelation)
           
 void setRename(RenameType newRename)
           
 void setRendition(RenditionType newRendition)
           
 void setUnlink(UnlinkType newUnlink)
           
 void setVertex(VertexType newVertex)
           
 String toString()
           
 
Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI
 
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicClass, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eHasSettings, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInvocationDelegate, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetDirectResource, eSetResource, eSetStore, eSetting, eSettingDelegate, eSettings, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStaticOperationCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues
 
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
eBasicAdapterArray, eBasicHasAdapters, eNotificationRequired, eNotify
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 
Methods inherited from interface org.eclipse.emf.ecore.InternalEObject
eNotificationRequired
 

Field Detail

mixed

protected FeatureMap mixed
The cached value of the 'Mixed' attribute list.

See Also:
getMixed()
Generated:
This code was automatically generated.
Ordered

xMLNSPrefixMap

protected EMap<String,String> xMLNSPrefixMap
The cached value of the 'XMLNS Prefix Map' map.

See Also:
getXMLNSPrefixMap()
Generated:
This code was automatically generated.
Ordered

xSISchemaLocation

protected EMap<String,String> xSISchemaLocation
The cached value of the 'XSI Schema Location' map.

See Also:
getXSISchemaLocation()
Generated:
This code was automatically generated.
Ordered
Constructor Detail

DocumentRootImpl

protected DocumentRootImpl()

Generated:
This code was automatically generated.
Method Detail

eStaticClass

protected EClass eStaticClass()

Overrides:
eStaticClass in class EObjectImpl
Generated:
This code was automatically generated.

getMixed

public FeatureMap getMixed()

Specified by:
getMixed in interface DocumentRoot
Returns:
the value of the 'Mixed' attribute list.
See Also:
MomlPackage.getDocumentRoot_Mixed()
Generated:
This code was automatically generated.

getXMLNSPrefixMap

public EMap<String,String> getXMLNSPrefixMap()

Specified by:
getXMLNSPrefixMap in interface DocumentRoot
Returns:
the value of the 'XMLNS Prefix Map' map.
See Also:
MomlPackage.getDocumentRoot_XMLNSPrefixMap()
Generated:
This code was automatically generated.

getXSISchemaLocation

public EMap<String,String> getXSISchemaLocation()

Specified by:
getXSISchemaLocation in interface DocumentRoot
Returns:
the value of the 'XSI Schema Location' map.
See Also:
MomlPackage.getDocumentRoot_XSISchemaLocation()
Generated:
This code was automatically generated.

getClass_

public ClassType getClass_()

Specified by:
getClass_ in interface DocumentRoot
Returns:
the value of the 'Class' containment reference.
See Also:
DocumentRoot.setClass(ClassType), MomlPackage.getDocumentRoot_Class()
Generated:
This code was automatically generated.

basicSetClass

public NotificationChain basicSetClass(ClassType newClass,
                                       NotificationChain msgs)

Generated:
This code was automatically generated.

setClass

public void setClass(ClassType newClass)

Specified by:
setClass in interface DocumentRoot
Parameters:
newClass - the new value of the 'Class' containment reference.
See Also:
DocumentRoot.getClass_()
Generated:
This code was automatically generated.

getConfigure

public ConfigureType getConfigure()

Specified by:
getConfigure in interface DocumentRoot
Returns:
the value of the 'Configure' containment reference.
See Also:
DocumentRoot.setConfigure(ConfigureType), MomlPackage.getDocumentRoot_Configure()
Generated:
This code was automatically generated.

basicSetConfigure

public NotificationChain basicSetConfigure(ConfigureType newConfigure,
                                           NotificationChain msgs)

Generated:
This code was automatically generated.

setConfigure

public void setConfigure(ConfigureType newConfigure)

Specified by:
setConfigure in interface DocumentRoot
Parameters:
newConfigure - the new value of the 'Configure' containment reference.
See Also:
DocumentRoot.getConfigure()
Generated:
This code was automatically generated.

getDeleteEntity

public DeleteEntityType getDeleteEntity()

Specified by:
getDeleteEntity in interface DocumentRoot
Returns:
the value of the 'Delete Entity' containment reference.
See Also:
DocumentRoot.setDeleteEntity(DeleteEntityType), MomlPackage.getDocumentRoot_DeleteEntity()
Generated:
This code was automatically generated.

basicSetDeleteEntity

public NotificationChain basicSetDeleteEntity(DeleteEntityType newDeleteEntity,
                                              NotificationChain msgs)

Generated:
This code was automatically generated.

setDeleteEntity

public void setDeleteEntity(DeleteEntityType newDeleteEntity)

Specified by:
setDeleteEntity in interface DocumentRoot
Parameters:
newDeleteEntity - the new value of the 'Delete Entity' containment reference.
See Also:
DocumentRoot.getDeleteEntity()
Generated:
This code was automatically generated.

getDeletePort

public DeletePortType getDeletePort()

Specified by:
getDeletePort in interface DocumentRoot
Returns:
the value of the 'Delete Port' containment reference.
See Also:
DocumentRoot.setDeletePort(DeletePortType), MomlPackage.getDocumentRoot_DeletePort()
Generated:
This code was automatically generated.

basicSetDeletePort

public NotificationChain basicSetDeletePort(DeletePortType newDeletePort,
                                            NotificationChain msgs)

Generated:
This code was automatically generated.

setDeletePort

public void setDeletePort(DeletePortType newDeletePort)

Specified by:
setDeletePort in interface DocumentRoot
Parameters:
newDeletePort - the new value of the 'Delete Port' containment reference.
See Also:
DocumentRoot.getDeletePort()
Generated:
This code was automatically generated.

getDeleteProperty

public DeletePropertyType getDeleteProperty()

Specified by:
getDeleteProperty in interface DocumentRoot
Returns:
the value of the 'Delete Property' containment reference.
See Also:
DocumentRoot.setDeleteProperty(DeletePropertyType), MomlPackage.getDocumentRoot_DeleteProperty()
Generated:
This code was automatically generated.

basicSetDeleteProperty

public NotificationChain basicSetDeleteProperty(DeletePropertyType newDeleteProperty,
                                                NotificationChain msgs)

Generated:
This code was automatically generated.

setDeleteProperty

public void setDeleteProperty(DeletePropertyType newDeleteProperty)

Specified by:
setDeleteProperty in interface DocumentRoot
Parameters:
newDeleteProperty - the new value of the 'Delete Property' containment reference.
See Also:
DocumentRoot.getDeleteProperty()
Generated:
This code was automatically generated.

getDeleteRelation

public DeleteRelationType getDeleteRelation()

Specified by:
getDeleteRelation in interface DocumentRoot
Returns:
the value of the 'Delete Relation' containment reference.
See Also:
DocumentRoot.setDeleteRelation(DeleteRelationType), MomlPackage.getDocumentRoot_DeleteRelation()
Generated:
This code was automatically generated.

basicSetDeleteRelation

public NotificationChain basicSetDeleteRelation(DeleteRelationType newDeleteRelation,
                                                NotificationChain msgs)

Generated:
This code was automatically generated.

setDeleteRelation

public void setDeleteRelation(DeleteRelationType newDeleteRelation)

Specified by:
setDeleteRelation in interface DocumentRoot
Parameters:
newDeleteRelation - the new value of the 'Delete Relation' containment reference.
See Also:
DocumentRoot.getDeleteRelation()
Generated:
This code was automatically generated.

getDirector

public DirectorType getDirector()

Specified by:
getDirector in interface DocumentRoot
Returns:
the value of the 'Director' containment reference.
See Also:
DocumentRoot.setDirector(DirectorType), MomlPackage.getDocumentRoot_Director()
Generated:
This code was automatically generated.

basicSetDirector

public NotificationChain basicSetDirector(DirectorType newDirector,
                                          NotificationChain msgs)

Generated:
This code was automatically generated.

setDirector

public void setDirector(DirectorType newDirector)

Specified by:
setDirector in interface DocumentRoot
Parameters:
newDirector - the new value of the 'Director' containment reference.
See Also:
DocumentRoot.getDirector()
Generated:
This code was automatically generated.

getDisplay

public DisplayType getDisplay()

Specified by:
getDisplay in interface DocumentRoot
Returns:
the value of the 'Display' containment reference.
See Also:
DocumentRoot.setDisplay(DisplayType), MomlPackage.getDocumentRoot_Display()
Generated:
This code was automatically generated.

basicSetDisplay

public NotificationChain basicSetDisplay(DisplayType newDisplay,
                                         NotificationChain msgs)

Generated:
This code was automatically generated.

setDisplay

public void setDisplay(DisplayType newDisplay)

Specified by:
setDisplay in interface DocumentRoot
Parameters:
newDisplay - the new value of the 'Display' containment reference.
See Also:
DocumentRoot.getDisplay()
Generated:
This code was automatically generated.

getDoc

public DocType getDoc()

Specified by:
getDoc in interface DocumentRoot
Returns:
the value of the 'Doc' containment reference.
See Also:
DocumentRoot.setDoc(DocType), MomlPackage.getDocumentRoot_Doc()
Generated:
This code was automatically generated.

basicSetDoc

public NotificationChain basicSetDoc(DocType newDoc,
                                     NotificationChain msgs)

Generated:
This code was automatically generated.

setDoc

public void setDoc(DocType newDoc)

Specified by:
setDoc in interface DocumentRoot
Parameters:
newDoc - the new value of the 'Doc' containment reference.
See Also:
DocumentRoot.getDoc()
Generated:
This code was automatically generated.

getEntity

public EntityType getEntity()

Specified by:
getEntity in interface DocumentRoot
Returns:
the value of the 'Entity' containment reference.
See Also:
DocumentRoot.setEntity(EntityType), MomlPackage.getDocumentRoot_Entity()
Generated:
This code was automatically generated.

basicSetEntity

public NotificationChain basicSetEntity(EntityType newEntity,
                                        NotificationChain msgs)

Generated:
This code was automatically generated.

setEntity

public void setEntity(EntityType newEntity)

Specified by:
setEntity in interface DocumentRoot
Parameters:
newEntity - the new value of the 'Entity' containment reference.
See Also:
DocumentRoot.getEntity()
Generated:
This code was automatically generated.

getGroup

public GroupType getGroup()

Specified by:
getGroup in interface DocumentRoot
Returns:
the value of the 'Group' containment reference.
See Also:
DocumentRoot.setGroup(GroupType), MomlPackage.getDocumentRoot_Group()
Generated:
This code was automatically generated.

basicSetGroup

public NotificationChain basicSetGroup(GroupType newGroup,
                                       NotificationChain msgs)

Generated:
This code was automatically generated.

setGroup

public void setGroup(GroupType newGroup)

Specified by:
setGroup in interface DocumentRoot
Parameters:
newGroup - the new value of the 'Group' containment reference.
See Also:
DocumentRoot.getGroup()
Generated:
This code was automatically generated.

getImport

public ImportType getImport()

Specified by:
getImport in interface DocumentRoot
Returns:
the value of the 'Import' containment reference.
See Also:
DocumentRoot.setImport(ImportType), MomlPackage.getDocumentRoot_Import()
Generated:
This code was automatically generated.

basicSetImport

public NotificationChain basicSetImport(ImportType newImport,
                                        NotificationChain msgs)

Generated:
This code was automatically generated.

setImport

public void setImport(ImportType newImport)

Specified by:
setImport in interface DocumentRoot
Parameters:
newImport - the new value of the 'Import' containment reference.
See Also:
DocumentRoot.getImport()
Generated:
This code was automatically generated.

getInput

public InputType getInput()

Specified by:
getInput in interface DocumentRoot
Returns:
the value of the 'Input' containment reference.
See Also:
DocumentRoot.setInput(InputType), MomlPackage.getDocumentRoot_Input()
Generated:
This code was automatically generated.

basicSetInput

public NotificationChain basicSetInput(InputType newInput,
                                       NotificationChain msgs)

Generated:
This code was automatically generated.

setInput

public void setInput(InputType newInput)

Specified by:
setInput in interface DocumentRoot
Parameters:
newInput - the new value of the 'Input' containment reference.
See Also:
DocumentRoot.getInput()
Generated:
This code was automatically generated.

getLink

public LinkType getLink()

Specified by:
getLink in interface DocumentRoot
Returns:
the value of the 'Link' containment reference.
See Also:
DocumentRoot.setLink(LinkType), MomlPackage.getDocumentRoot_Link()
Generated:
This code was automatically generated.

basicSetLink

public NotificationChain basicSetLink(LinkType newLink,
                                      NotificationChain msgs)

Generated:
This code was automatically generated.

setLink

public void setLink(LinkType newLink)

Specified by:
setLink in interface DocumentRoot
Parameters:
newLink - the new value of the 'Link' containment reference.
See Also:
DocumentRoot.getLink()
Generated:
This code was automatically generated.

getLocation

public LocationType getLocation()

Specified by:
getLocation in interface DocumentRoot
Returns:
the value of the 'Location' containment reference.
See Also:
DocumentRoot.setLocation(LocationType), MomlPackage.getDocumentRoot_Location()
Generated:
This code was automatically generated.

basicSetLocation

public NotificationChain basicSetLocation(LocationType newLocation,
                                          NotificationChain msgs)

Generated:
This code was automatically generated.

setLocation

public void setLocation(LocationType newLocation)

Specified by:
setLocation in interface DocumentRoot
Parameters:
newLocation - the new value of the 'Location' containment reference.
See Also:
DocumentRoot.getLocation()
Generated:
This code was automatically generated.

getModel

public ModelType getModel()

Specified by:
getModel in interface DocumentRoot
Returns:
the value of the 'Model' containment reference.
See Also:
DocumentRoot.setModel(ModelType), MomlPackage.getDocumentRoot_Model()
Generated:
This code was automatically generated.

basicSetModel

public NotificationChain basicSetModel(ModelType newModel,
                                       NotificationChain msgs)

Generated:
This code was automatically generated.

setModel

public void setModel(ModelType newModel)

Specified by:
setModel in interface DocumentRoot
Parameters:
newModel - the new value of the 'Model' containment reference.
See Also:
DocumentRoot.getModel()
Generated:
This code was automatically generated.

getPort

public PortType getPort()

Specified by:
getPort in interface DocumentRoot
Returns:
the value of the 'Port' containment reference.
See Also:
DocumentRoot.setPort(PortType), MomlPackage.getDocumentRoot_Port()
Generated:
This code was automatically generated.

basicSetPort

public NotificationChain basicSetPort(PortType newPort,
                                      NotificationChain msgs)

Generated:
This code was automatically generated.

setPort

public void setPort(PortType newPort)

Specified by:
setPort in interface DocumentRoot
Parameters:
newPort - the new value of the 'Port' containment reference.
See Also:
DocumentRoot.getPort()
Generated:
This code was automatically generated.

getProperty

public PropertyType getProperty()

Specified by:
getProperty in interface DocumentRoot
Returns:
the value of the 'Property' containment reference.
See Also:
DocumentRoot.setProperty(PropertyType), MomlPackage.getDocumentRoot_Property()
Generated:
This code was automatically generated.

basicSetProperty

public NotificationChain basicSetProperty(PropertyType newProperty,
                                          NotificationChain msgs)

Generated:
This code was automatically generated.

setProperty

public void setProperty(PropertyType newProperty)

Specified by:
setProperty in interface DocumentRoot
Parameters:
newProperty - the new value of the 'Property' containment reference.
See Also:
DocumentRoot.getProperty()
Generated:
This code was automatically generated.

getRelation

public RelationType getRelation()

Specified by:
getRelation in interface DocumentRoot
Returns:
the value of the 'Relation' containment reference.
See Also:
DocumentRoot.setRelation(RelationType), MomlPackage.getDocumentRoot_Relation()
Generated:
This code was automatically generated.

basicSetRelation

public NotificationChain basicSetRelation(RelationType newRelation,
                                          NotificationChain msgs)

Generated:
This code was automatically generated.

setRelation

public void setRelation(RelationType newRelation)

Specified by:
setRelation in interface DocumentRoot
Parameters:
newRelation - the new value of the 'Relation' containment reference.
See Also:
DocumentRoot.getRelation()
Generated:
This code was automatically generated.

getRename

public RenameType getRename()

Specified by:
getRename in interface DocumentRoot
Returns:
the value of the 'Rename' containment reference.
See Also:
DocumentRoot.setRename(RenameType), MomlPackage.getDocumentRoot_Rename()
Generated:
This code was automatically generated.

basicSetRename

public NotificationChain basicSetRename(RenameType newRename,
                                        NotificationChain msgs)

Generated:
This code was automatically generated.

setRename

public void setRename(RenameType newRename)

Specified by:
setRename in interface DocumentRoot
Parameters:
newRename - the new value of the 'Rename' containment reference.
See Also:
DocumentRoot.getRename()
Generated:
This code was automatically generated.

getRendition

public RenditionType getRendition()

Specified by:
getRendition in interface DocumentRoot
Returns:
the value of the 'Rendition' containment reference.
See Also:
DocumentRoot.setRendition(RenditionType), MomlPackage.getDocumentRoot_Rendition()
Generated:
This code was automatically generated.

basicSetRendition

public NotificationChain basicSetRendition(RenditionType newRendition,
                                           NotificationChain msgs)

Generated:
This code was automatically generated.

setRendition

public void setRendition(RenditionType newRendition)

Specified by:
setRendition in interface DocumentRoot
Parameters:
newRendition - the new value of the 'Rendition' containment reference.
See Also:
DocumentRoot.getRendition()
Generated:
This code was automatically generated.

getUnlink

public UnlinkType getUnlink()

Specified by:
getUnlink in interface DocumentRoot
Returns:
the value of the 'Unlink' containment reference.
See Also:
DocumentRoot.setUnlink(UnlinkType), MomlPackage.getDocumentRoot_Unlink()
Generated:
This code was automatically generated.

basicSetUnlink

public NotificationChain basicSetUnlink(UnlinkType newUnlink,
                                        NotificationChain msgs)

Generated:
This code was automatically generated.

setUnlink

public void setUnlink(UnlinkType newUnlink)

Specified by:
setUnlink in interface DocumentRoot
Parameters:
newUnlink - the new value of the 'Unlink' containment reference.
See Also:
DocumentRoot.getUnlink()
Generated:
This code was automatically generated.

getVertex

public VertexType getVertex()

Specified by:
getVertex in interface DocumentRoot
Returns:
the value of the 'Vertex' containment reference.
See Also:
DocumentRoot.setVertex(VertexType), MomlPackage.getDocumentRoot_Vertex()
Generated:
This code was automatically generated.

basicSetVertex

public NotificationChain basicSetVertex(VertexType newVertex,
                                        NotificationChain msgs)

Generated:
This code was automatically generated.

setVertex

public void setVertex(VertexType newVertex)

Specified by:
setVertex in interface DocumentRoot
Parameters:
newVertex - the new value of the 'Vertex' containment reference.
See Also:
DocumentRoot.getVertex()
Generated:
This code was automatically generated.

eInverseRemove

public NotificationChain eInverseRemove(InternalEObject otherEnd,
                                        int featureID,
                                        NotificationChain msgs)

Overrides:
eInverseRemove in class BasicEObjectImpl
Generated:
This code was automatically generated.

eGet

public Object eGet(int featureID,
                   boolean resolve,
                   boolean coreType)

Specified by:
eGet in interface InternalEObject
Overrides:
eGet in class BasicEObjectImpl
Generated:
This code was automatically generated.

eSet

public void eSet(int featureID,
                 Object newValue)

Specified by:
eSet in interface InternalEObject
Overrides:
eSet in class BasicEObjectImpl
Generated:
This code was automatically generated.

eUnset

public void eUnset(int featureID)

Specified by:
eUnset in interface InternalEObject
Overrides:
eUnset in class BasicEObjectImpl
Generated:
This code was automatically generated.

eIsSet

public boolean eIsSet(int featureID)

Specified by:
eIsSet in interface InternalEObject
Overrides:
eIsSet in class BasicEObjectImpl
Generated:
This code was automatically generated.

toString

public String toString()

Overrides:
toString in class BasicEObjectImpl
Generated:
This code was automatically generated.