|
EGF Engine Release 0.1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.egf.mapping.data.MappingElement
public class MappingElement
A MappingElement is a data holder. It stores both sources and targets for a specified EModelElement
instance in a mapping request.
Sources contain the specified EModelElement
instance and its sibling EModelElement
elements if any.
Targets contain the result of the mapping request.
MappingServices
Constructor Summary | |
---|---|
MappingElement()
|
Method Summary | |
---|---|
void |
addSources(Collection<EObject> sources_p)
Add given sources to this mapping element. |
void |
addTargets(Collection<EObject> targets_p)
Add given targets to this mapping element. |
Collection<EObject> |
getSources()
Return the specified EModelElement in a mapping request and it sibling elements if any. |
Collection<EObject> |
getTargets()
Return the result of a mapping request. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MappingElement()
Method Detail |
---|
public void addSources(Collection<EObject> sources_p)
sources_p
- public void addTargets(Collection<EObject> targets_p)
targets_p
- public Collection<EObject> getSources()
EModelElement
in a mapping request and it sibling elements if any.
Collection
.public Collection<EObject> getTargets()
Collection
.
|
EGF Engine Release 0.1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) Thales Corporate Services S.A.S, 2009.
This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.