public interface NotationModel
extends org.eclipse.emf.ecore.EObject
The following features are supported:
NotationPackage.getNotationModel()
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Containment> |
getContainments()
Returns the value of the 'Containments' containment reference list.
|
org.eclipse.emf.common.util.EList<Edge> |
getEdges()
Returns the value of the 'Edges' containment reference list.
|
java.lang.String |
getId()
Returns the value of the 'Id' attribute.
|
org.eclipse.emf.common.util.EList<Item> |
getItems()
Returns the value of the 'Items' containment reference list.
|
void |
setId(java.lang.String value)
Sets the value of the '
Id ' attribute. |
org.eclipse.emf.common.util.EList<Item> getItems()
Item
.
If the meaning of the 'Items' containment reference list isn't clear, there really should be more of a description here...
NotationPackage.getNotationModel_Items()
org.eclipse.emf.common.util.EList<Edge> getEdges()
Edge
.
If the meaning of the 'Edges' containment reference list isn't clear, there really should be more of a description here...
NotationPackage.getNotationModel_Edges()
org.eclipse.emf.common.util.EList<Containment> getContainments()
Containment
.
If the meaning of the 'Containments' containment reference list isn't clear, there really should be more of a description here...
NotationPackage.getNotationModel_Containments()
java.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String)
,
NotationPackage.getNotationModel_Id()