Uses of Interface
org.atlanmod.graph.Edge
| Package | Description |
|---|---|
| org.atlanmod.graph | |
| org.atlanmod.graph.impl | |
| org.atlanmod.graph.util |
-
Uses of Edge in org.atlanmod.graph
Methods in org.atlanmod.graph that return Edge Modifier and Type Method Description EdgeGraphFactory. createEdge()Returns a new object of class 'Edge'.Methods in org.atlanmod.graph that return types with arguments of type Edge Modifier and Type Method Description org.eclipse.emf.common.util.EList<Edge>Graph. getEdges()Returns the value of the 'Edges' containment reference list. -
Uses of Edge in org.atlanmod.graph.impl
Classes in org.atlanmod.graph.impl that implement Edge Modifier and Type Class Description classEdgeImplAn implementation of the model object 'Edge'.Fields in org.atlanmod.graph.impl with type parameters of type Edge Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<Edge>GraphImpl. edgesThe cached value of the 'Edges' containment reference list.Methods in org.atlanmod.graph.impl that return Edge Modifier and Type Method Description EdgeGraphFactoryImpl. createEdge()Methods in org.atlanmod.graph.impl that return types with arguments of type Edge Modifier and Type Method Description org.eclipse.emf.common.util.EList<Edge>GraphImpl. getEdges() -
Uses of Edge in org.atlanmod.graph.util
Methods in org.atlanmod.graph.util with parameters of type Edge Modifier and Type Method Description TGraphSwitch. caseEdge(Edge object)Returns the result of interpreting the object as an instance of 'Edge'.