|
|||||||||||
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:
MappingPackage.getMapping()
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()
Mapper
'.
If the meaning of the 'Helper' containment reference isn't clear, there really should be more of a description here...
setHelper(MappingHelper)
,
MappingPackage.getMapping_Helper()
,
MappingHelper.getMapper()
public void setHelper(MappingHelper value)
Helper
' containment reference.
value
- the new value of the 'Helper' containment reference.getHelper()
public EList getNested()
Mapping
.
It is bidirectional and its opposite is 'Nested In
'.
If the meaning of the 'Nested' containment reference list isn't clear, there really should be more of a description here...
MappingPackage.getMapping_Nested()
,
getNestedIn()
public Mapping getNestedIn()
Nested
'.
If the meaning of the 'Nested In' container reference isn't clear, there really should be more of a description here...
setNestedIn(Mapping)
,
MappingPackage.getMapping_NestedIn()
,
getNested()
public void setNestedIn(Mapping value)
Nested In
' container reference.
value
- the new value of the 'Nested In' container reference.getNestedIn()
public EList getInputs()
EObject
.
If the meaning of the 'Inputs' reference list isn't clear, there really should be more of a description here...
MappingPackage.getMapping_Inputs()
public EList getOutputs()
EObject
.
If the meaning of the 'Outputs' reference list isn't clear, there really should be more of a description here...
MappingPackage.getMapping_Outputs()
public Mapping getTypeMapping()
If the meaning of the 'Type Mapping' reference isn't clear, there really should be more of a description here...
setTypeMapping(Mapping)
,
MappingPackage.getMapping_TypeMapping()
public void setTypeMapping(Mapping value)
Type Mapping
' reference.
value
- the new value of the 'Type Mapping' reference.getTypeMapping()
public Collection getMappedObjects()
getInputs()
and getOutputs()
.
public EList getTops()
getInputs()
or getOutputs()
depending on the mapping root's isTopToBottom.
public EList getBottoms()
getInputs()
or getOutputs()
depending on the mapping root's isTopToBottom.
public MappingRoot getMappingRoot()
public boolean isReverse()
public EList getSenders()
getInputs()
if isReverse()
returns false.
Otherwise it returns the same as getOutputs()
.
public EList getReceivers()
getOutputs()
if isReverse()
returns false.
Otherwise it returns the same as getInputs()
.
public MappingHelper getEffectiveHelper()
public TreeIterator treeIterator()
public TreeIterator treeIterator(boolean includeRoot)
|
Copyright 2001-2006 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |