|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Canvas
A representation of the model object 'Canvas'.
The following features are supported:
GMFGraphPackage.getCanvas()
Method Summary | |
---|---|
org.eclipse.emf.common.util.EList<Compartment> |
getCompartments()
Returns the value of the 'Compartments' containment reference list. |
org.eclipse.emf.common.util.EList<Connection> |
getConnections()
Returns the value of the 'Connections' containment reference list. |
org.eclipse.emf.common.util.EList<FigureGallery> |
getFigures()
Returns the value of the 'Figures' containment reference list. |
org.eclipse.emf.common.util.EList<DiagramLabel> |
getLabels()
Returns the value of the 'Labels' containment reference list. |
org.eclipse.emf.common.util.EList<Node> |
getNodes()
Returns the value of the 'Nodes' containment reference list. |
Methods inherited from interface org.eclipse.gmf.gmfgraph.Identity |
---|
getName, setName |
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 |
Method Detail |
---|
org.eclipse.emf.common.util.EList<FigureGallery> getFigures()
FigureGallery
.
If the meaning of the 'Figures' containment reference list isn't clear, there really should be more of a description here...
containment here doesn't restrict nodes/connection from using figure galeries defined elsewhere. No assumption should be made whether or not node/connection figure is defined in the galery beloning to this canvas
GMFGraphPackage.getCanvas_Figures()
org.eclipse.emf.common.util.EList<Node> getNodes()
Node
.
If the meaning of the 'Nodes' containment reference list isn't clear, there really should be more of a description here...
GMFGraphPackage.getCanvas_Nodes()
org.eclipse.emf.common.util.EList<Connection> getConnections()
Connection
.
If the meaning of the 'Connections' containment reference list isn't clear, there really should be more of a description here...
GMFGraphPackage.getCanvas_Connections()
org.eclipse.emf.common.util.EList<Compartment> getCompartments()
Compartment
.
If the meaning of the 'Compartments' containment reference list isn't clear, there really should be more of a description here...
GMFGraphPackage.getCanvas_Compartments()
org.eclipse.emf.common.util.EList<DiagramLabel> getLabels()
DiagramLabel
.
If the meaning of the 'Labels' containment reference list isn't clear, there really should be more of a description here...
GMFGraphPackage.getCanvas_Labels()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |