public class DiagramDeltaContainer
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DIAGRAM_DELTA_CONTAINER |
Constructor and Description |
---|
DiagramDeltaContainer(org.eclipse.emf.ecore.EObject diag)
Constructs a new DiagramDeltaContainer
|
Modifier and Type | Method and Description |
---|---|
void |
addNotationalDelta(java.lang.Object o)
Adds a notation delta to this diagramDeltaContainer.
|
CompositeDelta |
getCompositeDelta()
Retrieves the compositeDelta.
|
org.eclipse.emf.ecore.EObject |
getDiagram()
Retrieves the diagram
|
java.lang.String |
getDiagramType()
Retrieves the diagramType
|
java.lang.Object |
getExtendedContainer(java.lang.Object key)
Retrieves an extended container of this diagramDeltaContainer based on a
unique key.
|
java.util.List |
getNotationalDeltas()
Retrieves a list of notational deltas.
|
org.eclipse.emf.ecore.EObject |
getParent()
Retrieves the parent of the diagram associated with this container.
|
java.util.Iterator |
notationalDeltaIterator()
Returns an iterator used to traverse all the notational deltas contained
within this container
|
boolean |
putExtendedContainer(java.lang.Object key,
java.lang.Object container)
Adds an extended container to this diagramDeltaContainer.
|
void |
setCompositeDelta(CompositeDelta compositeDelta)
Sets the compositeDelta
|
void |
setDiagramType(java.lang.String diagramType)
Sets the diagramType.
|
void |
setParent(org.eclipse.emf.ecore.EObject parent)
Sets the parent of the diagram associated with this container.
|
public static final java.lang.String DIAGRAM_DELTA_CONTAINER
public DiagramDeltaContainer(org.eclipse.emf.ecore.EObject diag)
diag
- diagram instancepublic CompositeDelta getCompositeDelta()
public void setCompositeDelta(CompositeDelta compositeDelta)
compositeDelta
- The compositeDelta to set.public java.lang.String getDiagramType()
public void setDiagramType(java.lang.String diagramType)
diagramType
- The diagramType to set.public org.eclipse.emf.ecore.EObject getDiagram()
public org.eclipse.emf.ecore.EObject getParent()
public void setParent(org.eclipse.emf.ecore.EObject parent)
parent
- --
the diagram's parentpublic java.util.List getNotationalDeltas()
public void addNotationalDelta(java.lang.Object o)
o
- notational deltapublic java.util.Iterator notationalDeltaIterator()
public java.lang.Object getExtendedContainer(java.lang.Object key)
key
- key used to uniquely identify the extended container.public boolean putExtendedContainer(java.lang.Object key, java.lang.Object container)
key
- unique key used to identify the extended container.container
- the extended container