Uses of Interface
org.eclipse.ohf.stem.core.graph.Graph

Packages that use Graph
org.eclipse.ohf.stem.core.graph   
org.eclipse.ohf.stem.core.graph.impl   
org.eclipse.ohf.stem.core.graph.provider   
org.eclipse.ohf.stem.core.graph.util   
org.eclipse.ohf.stem.core.model   
org.eclipse.ohf.stem.core.model.impl   
org.eclipse.ohf.stem.core.scenario   
org.eclipse.ohf.stem.core.scenario.impl   
org.eclipse.ohf.stem.internal.data   
 

Uses of Graph in org.eclipse.ohf.stem.core.graph
 

Methods in org.eclipse.ohf.stem.core.graph that return Graph
 Graph GraphFactory.createGraph()
          Returns a new object of class 'Graph'.
 

Methods in org.eclipse.ohf.stem.core.graph with parameters of type Graph
 void Graph.addGraph(Graph graph)
          Add the Edges, Nodes and Labels to this Graph.
 

Uses of Graph in org.eclipse.ohf.stem.core.graph.impl
 

Classes in org.eclipse.ohf.stem.core.graph.impl that implement Graph
 class GraphImpl
          An implementation of the model object 'Graph'.
 

Methods in org.eclipse.ohf.stem.core.graph.impl that return Graph
 Graph GraphFactoryImpl.createGraph()
           
 

Methods in org.eclipse.ohf.stem.core.graph.impl with parameters of type Graph
 void GraphImpl.addGraph(Graph graph)
          This method adds the Edges, Nodes, Labels and Decorator from another graph to the collections maintained by this graph.
 

Uses of Graph in org.eclipse.ohf.stem.core.graph.provider
 

Constructors in org.eclipse.ohf.stem.core.graph.provider with parameters of type Graph
GraphItemProvider.EdgesItemProvider(org.eclipse.emf.common.notify.AdapterFactory adapterFactory, Graph graph)
           
GraphItemProvider.TransientGraphItemProvider(org.eclipse.emf.common.notify.AdapterFactory adapterFactory, Graph graph)
           
 

Uses of Graph in org.eclipse.ohf.stem.core.graph.util
 

Methods in org.eclipse.ohf.stem.core.graph.util with parameters of type Graph
 T GraphSwitch.caseGraph(Graph object)
          Returns the result of interpretting the object as an instance of 'Graph'.
 

Uses of Graph in org.eclipse.ohf.stem.core.model
 

Methods in org.eclipse.ohf.stem.core.model that return Graph
 Graph Model.getCanonicalGraph(org.eclipse.emf.common.util.URI uri)
          Recursively process any models this model contains to obtain their canonical Graphs.
 Graph Decorator.getGraph()
           
 

Methods in org.eclipse.ohf.stem.core.model that return types with arguments of type Graph
 org.eclipse.emf.common.util.EList<Graph> Model.getGraphs()
           
 

Methods in org.eclipse.ohf.stem.core.model with parameters of type Graph
 void Decorator.setGraph(Graph value)
          Sets the value of the 'Graph' container reference.
 

Uses of Graph in org.eclipse.ohf.stem.core.model.impl
 

Methods in org.eclipse.ohf.stem.core.model.impl that return Graph
 Graph ModelImpl.getCanonicalGraph(org.eclipse.emf.common.util.URI uri)
          This method combines all of the graph "fragments" together to make a graph suitable for simulation.
 Graph DecoratorImpl.getGraph()
           
 

Methods in org.eclipse.ohf.stem.core.model.impl that return types with arguments of type Graph
 org.eclipse.emf.common.util.EList<Graph> ModelImpl.getGraphs()
           
 

Methods in org.eclipse.ohf.stem.core.model.impl with parameters of type Graph
 org.eclipse.emf.common.notify.NotificationChain DecoratorImpl.basicSetGraph(Graph newGraph, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DecoratorImpl.setGraph(Graph newGraph)
           
 

Uses of Graph in org.eclipse.ohf.stem.core.scenario
 

Methods in org.eclipse.ohf.stem.core.scenario that return Graph
 Graph Scenario.getCanonicalGraph()
          The canonical Graph is created by the scenario's Model when the method Scenario.initialize() is invoked.
 

Uses of Graph in org.eclipse.ohf.stem.core.scenario.impl
 

Methods in org.eclipse.ohf.stem.core.scenario.impl that return Graph
 Graph ScenarioImpl.getCanonicalGraph()
          The value is set in ScenarioImpl.initialize()
 

Uses of Graph in org.eclipse.ohf.stem.internal.data
 

Methods in org.eclipse.ohf.stem.internal.data that return Graph
 Graph GraphRecord.getGraph()