Uses of Class
de.uni_marburg.mdo_over.model.modelgraph.ModelGraphElement
-
Packages that use ModelGraphElement Package Description de.uni_marburg.mdo_over.model de.uni_marburg.mdo_over.model.modelgraph -
-
Uses of ModelGraphElement in de.uni_marburg.mdo_over.model
Methods in de.uni_marburg.mdo_over.model that return ModelGraphElement Modifier and Type Method Description ModelGraphElement
ModelGraphMapping. getImage(ModelGraphElement element)
Returns the image ofelement
ifelement
is the origin of a mapping.ModelGraphElement
ModelGraphMapping. getOrigin(ModelGraphElement element)
Returns the origin ofelement
ifelement
is the image of a mapping.Methods in de.uni_marburg.mdo_over.model with parameters of type ModelGraphElement Modifier and Type Method Description void
ModelGraphMapping. addMapping(ModelGraphElement origin, ModelGraphElement image)
Adds a mapping from origin to image and vice versa.ModelGraphElement
ModelGraphMapping. getImage(ModelGraphElement element)
Returns the image ofelement
ifelement
is the origin of a mapping.ModelGraphElement
ModelGraphMapping. getOrigin(ModelGraphElement element)
Returns the origin ofelement
ifelement
is the image of a mapping.void
ModelGraphMapping. removeMapping(ModelGraphElement origin, ModelGraphElement image)
Removes the mapping between origin and image if this mapping exists. -
Uses of ModelGraphElement in de.uni_marburg.mdo_over.model.modelgraph
Subclasses of ModelGraphElement in de.uni_marburg.mdo_over.model.modelgraph Modifier and Type Class Description class
ModelEdge
class
ModelNode
Methods in de.uni_marburg.mdo_over.model.modelgraph that return types with arguments of type ModelGraphElement Modifier and Type Method Description Set<ModelGraphElement>
ModelGraph. getElements()
Returns all elements of the graph.Set<ModelGraphElement>
ModelGraph. getElements(org.eclipse.emf.ecore.EObject object)
Returns the set ofelements
of the graph referencing the given object.Constructors in de.uni_marburg.mdo_over.model.modelgraph with parameters of type ModelGraphElement Constructor Description ModelGraphElement(ModelGraphElement toCopy)
Creates a copy of the given element.
-