|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NodeMapping
A representation of the model object 'Node Mapping'. Both top-level diagram node and any inner node
The following features are supported:
GMFMapPackage.getNodeMapping()
Method Summary | |
---|---|
org.eclipse.emf.common.util.EList<ChildReference> |
getChildren()
Returns the value of the 'Children' containment reference list. |
org.eclipse.emf.common.util.EList<CompartmentMapping> |
getCompartments()
Returns the value of the 'Compartments' containment reference list. |
Node |
getDiagramNode()
Returns the value of the 'Diagram Node' reference. |
void |
setDiagramNode(Node value)
Sets the value of the ' Diagram Node ' reference. |
Methods inherited from interface org.eclipse.gmf.mappings.MappingEntry |
---|
getDomainContext, getDomainInitializer, getDomainMetaElement, getDomainSpecialization, getLabelMappings, getRelatedDiagrams, getVisualEffects, setDomainInitializer, setDomainMetaElement, setDomainSpecialization |
Methods inherited from interface org.eclipse.gmf.mappings.MenuOwner |
---|
getContextMenu, setContextMenu |
Methods inherited from interface org.eclipse.gmf.mappings.ToolOwner |
---|
getTool, setTool |
Methods inherited from interface org.eclipse.gmf.mappings.AppearanceSteward |
---|
getAppearanceStyle, setAppearanceStyle |
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 |
---|
Node getDiagramNode()
If the meaning of the 'Diagram Node' reference isn't clear, there really should be more of a description here...
setDiagramNode(Node)
,
GMFMapPackage.getNodeMapping_DiagramNode()
void setDiagramNode(Node value)
Diagram Node
' reference.
value
- the new value of the 'Diagram Node' reference.getDiagramNode()
org.eclipse.emf.common.util.EList<ChildReference> getChildren()
ChildReference
.
It is bidirectional and its opposite is 'Parent Node
'.
If the meaning of the 'Children' containment reference list isn't clear, there really should be more of a description here...
GMFMapPackage.getNodeMapping_Children()
,
ChildReference.getParentNode()
org.eclipse.emf.common.util.EList<CompartmentMapping> getCompartments()
CompartmentMapping
.
It is bidirectional and its opposite is 'Parent Node
'.
If the meaning of the 'Compartments' containment reference list isn't clear, there really should be more of a description here...
GMFMapPackage.getNodeMapping_Compartments()
,
CompartmentMapping.getParentNode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |