|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NodeMapping | |
---|---|
org.eclipse.gmf.mappings | |
org.eclipse.gmf.mappings.impl | |
org.eclipse.gmf.mappings.util |
Uses of NodeMapping in org.eclipse.gmf.mappings |
---|
Methods in org.eclipse.gmf.mappings that return NodeMapping | |
---|---|
NodeMapping |
GMFMapFactory.createNodeMapping()
Returns a new object of class 'Node Mapping'. |
NodeMapping |
NodeReference.getChild()
Returns the value of the 'Child' reference. |
NodeMapping |
TopNodeReference.getOwnedChild()
Returns the value of the 'Owned Child' containment reference. |
NodeMapping |
ChildReference.getOwnedChild()
Returns the value of the 'Owned Child' containment reference. |
NodeMapping |
ChildReference.getParentNode()
Returns the value of the 'Parent Node' container reference. |
NodeMapping |
CompartmentMapping.getParentNode()
Returns the value of the 'Parent Node' container reference. |
NodeMapping |
ChildReference.getReferencedChild()
Returns the value of the 'Referenced Child' reference. |
Methods in org.eclipse.gmf.mappings with parameters of type NodeMapping | |
---|---|
void |
TopNodeReference.setOwnedChild(NodeMapping value)
Sets the value of the ' Owned Child ' containment reference. |
void |
ChildReference.setOwnedChild(NodeMapping value)
Sets the value of the ' Owned Child ' containment reference. |
void |
ChildReference.setParentNode(NodeMapping value)
Sets the value of the ' Parent Node ' container reference. |
void |
ChildReference.setReferencedChild(NodeMapping value)
Sets the value of the ' Referenced Child ' reference. |
Uses of NodeMapping in org.eclipse.gmf.mappings.impl |
---|
Classes in org.eclipse.gmf.mappings.impl that implement NodeMapping | |
---|---|
class |
NodeMappingImpl
An implementation of the model object 'Node Mapping'. |
Fields in org.eclipse.gmf.mappings.impl declared as NodeMapping | |
---|---|
protected NodeMapping |
ChildReferenceImpl.ownedChild
The cached value of the ' Owned Child ' containment reference. |
protected NodeMapping |
TopNodeReferenceImpl.ownedChild
The cached value of the ' Owned Child ' containment reference. |
protected NodeMapping |
ChildReferenceImpl.referencedChild
The cached value of the ' Referenced Child ' reference. |
Methods in org.eclipse.gmf.mappings.impl that return NodeMapping | |
---|---|
NodeMapping |
ChildReferenceImpl.basicGetReferencedChild()
|
NodeMapping |
GMFMapFactoryImpl.createNodeMapping()
|
NodeMapping |
ChildReferenceImpl.getChild()
|
abstract NodeMapping |
NodeReferenceImpl.getChild()
|
NodeMapping |
TopNodeReferenceImpl.getChild()
|
NodeMapping |
ChildReferenceImpl.getOwnedChild()
|
NodeMapping |
TopNodeReferenceImpl.getOwnedChild()
|
NodeMapping |
ChildReferenceImpl.getParentNode()
|
NodeMapping |
CompartmentMappingImpl.getParentNode()
|
NodeMapping |
ChildReferenceImpl.getReferencedChild()
|
Methods in org.eclipse.gmf.mappings.impl with parameters of type NodeMapping | |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
ChildReferenceImpl.basicSetOwnedChild(NodeMapping newOwnedChild,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
TopNodeReferenceImpl.basicSetOwnedChild(NodeMapping newOwnedChild,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
ChildReferenceImpl.basicSetParentNode(NodeMapping newParentNode,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
void |
ChildReferenceImpl.setOwnedChild(NodeMapping newOwnedChild)
|
void |
TopNodeReferenceImpl.setOwnedChild(NodeMapping newOwnedChild)
|
void |
ChildReferenceImpl.setParentNode(NodeMapping newParentNode)
|
void |
ChildReferenceImpl.setReferencedChild(NodeMapping newReferencedChild)
|
Uses of NodeMapping in org.eclipse.gmf.mappings.util |
---|
Methods in org.eclipse.gmf.mappings.util with parameters of type NodeMapping | |
---|---|
T |
GMFMapSwitch.caseNodeMapping(NodeMapping object)
Returns the result of interpreting the object as an instance of 'Node Mapping'. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |