Uses of Class
de.uni_marburg.mdo_over.model.modelgraph.ModelEdge
-
Packages that use ModelEdge Package Description de.uni_marburg.mdo_over.graphtools de.uni_marburg.mdo_over.graphtools.emf de.uni_marburg.mdo_over.model.modelgraph -
-
Uses of ModelEdge in de.uni_marburg.mdo_over.graphtools
Methods in de.uni_marburg.mdo_over.graphtools that return ModelEdge Modifier and Type Method Description ModelEdge
SubGraphConstructor. addEdgeCopy(ModelEdge edge)
Adds a copy of an edge of the complete graph to the subgraph if the edge is not already represented there.Methods in de.uni_marburg.mdo_over.graphtools with parameters of type ModelEdge Modifier and Type Method Description ModelEdge
SubGraphConstructor. addEdgeCopy(ModelEdge edge)
Adds a copy of an edge of the complete graph to the subgraph if the edge is not already represented there. -
Uses of ModelEdge in de.uni_marburg.mdo_over.graphtools.emf
Methods in de.uni_marburg.mdo_over.graphtools.emf with parameters of type ModelEdge Modifier and Type Method Description protected void
HenshinRuleAdapter. addModelEdgeToRule(ModelEdge edge, org.eclipse.emf.henshin.model.compact.CRule cRule, org.eclipse.emf.henshin.model.Action action)
-
Uses of ModelEdge in de.uni_marburg.mdo_over.model.modelgraph
Methods in de.uni_marburg.mdo_over.model.modelgraph that return types with arguments of type ModelEdge Modifier and Type Method Description Set<ModelEdge>
ModelGraph. getEdges()
The edges of the graph are returned in the order of their insertion.Set<ModelEdge>
ModelGraph. getEdges(org.eclipse.emf.ecore.EObject object)
Returns the set ofedges
of the graph referencing the given object.Set<ModelEdge>
ModelNode. getIncomingEdges()
Returns the incoming edges of this node.Set<ModelEdge>
ModelNode. getOutgoingEdges()
Returns the outgoing edges of this node.Methods in de.uni_marburg.mdo_over.model.modelgraph with parameters of type ModelEdge Modifier and Type Method Description boolean
ModelGraph. addEdge(ModelEdge edge)
Adds anedge
to the graph if the edge is not already in the graph and its source and target nodes are part of the graph.boolean
ModelGraph. removeEdge(ModelEdge edge)
Removes the edge from the graph.Constructors in de.uni_marburg.mdo_over.model.modelgraph with parameters of type ModelEdge Constructor Description ModelEdge(ModelEdge toCopy)
Creates a shallow copy of this edge carrying the same name and referencing the sameEObject
.
-