Uses of Interface
org.atlanmod.graph.Graph
| Package | Description |
|---|---|
| org.atlanmod.graph | |
| org.atlanmod.graph.impl | |
| org.atlanmod.graph.util |
-
Uses of Graph in org.atlanmod.graph
Methods in org.atlanmod.graph that return Graph Modifier and Type Method Description GraphGraphFactory. createGraph()Returns a new object of class 'Graph'.GraphVertex. getOwner()Returns the value of the 'Owner' container reference.Methods in org.atlanmod.graph with parameters of type Graph Modifier and Type Method Description voidVertex. setOwner(Graph value)Sets the value of the 'Owner' container reference. -
Uses of Graph in org.atlanmod.graph.impl
Classes in org.atlanmod.graph.impl that implement Graph Modifier and Type Class Description classGraphImplAn implementation of the model object 'Graph'.Methods in org.atlanmod.graph.impl that return Graph Modifier and Type Method Description GraphVertexImpl. basicGetOwner()GraphGraphFactoryImpl. createGraph()GraphVertexImpl. getOwner()Methods in org.atlanmod.graph.impl with parameters of type Graph Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainVertexImpl. basicSetOwner(Graph newOwner, org.eclipse.emf.common.notify.NotificationChain msgs)voidVertexImpl. setOwner(Graph newOwner) -
Uses of Graph in org.atlanmod.graph.util
Methods in org.atlanmod.graph.util with parameters of type Graph Modifier and Type Method Description TGraphSwitch. caseGraph(Graph object)Returns the result of interpreting the object as an instance of 'Graph'.