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 ModelGraphElementModelGraphMapping. getImage(ModelGraphElement element)Returns the image ofelementifelementis the origin of a mapping.ModelGraphElementModelGraphMapping. getOrigin(ModelGraphElement element)Returns the origin ofelementifelementis the image of a mapping.Methods in de.uni_marburg.mdo_over.model with parameters of type ModelGraphElement Modifier and Type Method Description voidModelGraphMapping. addMapping(ModelGraphElement origin, ModelGraphElement image)Adds a mapping from origin to image and vice versa.ModelGraphElementModelGraphMapping. getImage(ModelGraphElement element)Returns the image ofelementifelementis the origin of a mapping.ModelGraphElementModelGraphMapping. getOrigin(ModelGraphElement element)Returns the origin ofelementifelementis the image of a mapping.voidModelGraphMapping. 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 classModelEdgeclassModelNodeMethods 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 ofelementsof 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.
-