| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'Mapping'.
The following features are supported:
Method Summary | |
EList | getBottoms()
This returns the same as either getInputs() or getOutputs() depending on the mapping root's isTopToBottom. |
MappingHelper | getEffectiveHelper()
This returns the mapping helper for this mapping, if it has one. |
MappingHelper | getHelper()
Returns the value of the 'Helper' containment reference. |
EList | getInputs()
Returns the value of the 'Inputs' reference list. |
Collection | getMappedObjects()
This returns a set containing the results of getInputs() and getOutputs(). |
MappingRoot | getMappingRoot()
This returns either the containing mapping root or the object itself, if it is a mapping root. |
EList | getNested()
Returns the value of the 'Nested' containment reference list. |
Mapping | getNestedIn()
Returns the value of the 'Nested In' container reference. |
EList | getOutputs()
Returns the value of the 'Outputs' reference list. |
EList | getReceivers()
This returns the same as getOutputs() if isReverse() returns false. |
EList | getSenders()
This returns the same as getInputs() if isReverse() returns false. |
EList | getTops()
This returns the same as either getInputs() or getOutputs() depending on the mapping root's isTopToBottom. |
Mapping | getTypeMapping()
Returns the value of the 'Type Mapping' reference |
boolean | isReverse()
This method is delegated to the containing mapping if one exists, or returns false otherwise. |
void | setHelper(MappingHelper value)
Sets the value of the 'Helper' containment reference |
void | setNestedIn(Mapping value)
Sets the value of the 'Nested In' container reference |
void | setTypeMapping(Mapping value)
Sets the value of the 'Type Mapping' reference |
TreeIterator | treeIterator()
This returns a tree iterator that iterates over this mapping, all it's nested mappings, and their nested mappings, and so on. |
TreeIterator | treeIterator(boolean includeRoot)
This returns a tree iterator that iterates over this mapping (but only if includeRoot is true), all it's nested mappings, and their nested mappings, and so on. |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
public MappingHelper getHelper()
If the meaning of the 'Helper' containment reference isn't clear, there really should be more of a description here...
public void setHelper(MappingHelper value)
public EList getNested()
If the meaning of the 'Nested' containment reference list isn't clear, there really should be more of a description here...
public Mapping getNestedIn()
If the meaning of the 'Nested In' container reference isn't clear, there really should be more of a description here...
public void setNestedIn(Mapping value)
public EList getInputs()
If the meaning of the 'Inputs' reference list isn't clear, there really should be more of a description here...
public EList getOutputs()
If the meaning of the 'Outputs' reference list isn't clear, there really should be more of a description here...
public Mapping getTypeMapping()
If the meaning of the 'Type Mapping' reference isn't clear, there really should be more of a description here...
public void setTypeMapping(Mapping value)
public Collection getMappedObjects()
public EList getTops()
public EList getBottoms()
public MappingRoot getMappingRoot()
public boolean isReverse()
public EList getSenders()
public EList getReceivers()
public MappingHelper getEffectiveHelper()
public TreeIterator treeIterator()
public TreeIterator treeIterator(boolean includeRoot)
|
Copyright 2001-2004 IBM Corporation and others. All Rights Reserved. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |