Uses of Interface
org.eclipse.ohf.stem.core.model.GraphDecorator

Packages that use GraphDecorator
org.eclipse.ohf.stem.core.model   
org.eclipse.ohf.stem.core.model.impl   
org.eclipse.ohf.stem.core.model.util   
org.eclipse.ohf.stem.tests.util.decorators   
org.eclipse.ohf.stem.tests.util.decorators.impl   
org.eclipse.ohf.stem.tests.util.decorators.util   
 

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

Methods in org.eclipse.ohf.stem.core.model that return GraphDecorator
 GraphDecorator ModelFactory.createGraphDecorator()
          Returns a new object of class 'Graph Decorator'.
 

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

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

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

Methods in org.eclipse.ohf.stem.core.model.impl that return GraphDecorator
 GraphDecorator ModelFactoryImpl.createGraphDecorator()
           
 

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

Uses of GraphDecorator in org.eclipse.ohf.stem.core.model.util
 

Methods in org.eclipse.ohf.stem.core.model.util with parameters of type GraphDecorator
 T ModelSwitch.caseGraphDecorator(GraphDecorator object)
          Returns the result of interpretting the object as an instance of 'Graph Decorator'.
 

Uses of GraphDecorator in org.eclipse.ohf.stem.tests.util.decorators
 

Subinterfaces of GraphDecorator in org.eclipse.ohf.stem.tests.util.decorators
 interface TestGraphDecorator1
          This interface represents the model of an abstract class in an EMF model that is an example of a GraphDecorator implementation used for test purposes.
 interface TestScenarioGraphDecorator1
          This class represents a Graph decorator that decorates the canonical graph at Scenario initialization.
 

Uses of GraphDecorator in org.eclipse.ohf.stem.tests.util.decorators.impl
 

Classes in org.eclipse.ohf.stem.tests.util.decorators.impl that implement GraphDecorator
 class TestGraphDecorator1Impl
          An implementation of the model object 'Test Graph Decorator1'.
 class TestScenarioGraphDecorator1Impl
          An implementation of the model object 'Test Scenario Graph Decorator1'.
 

Uses of GraphDecorator in org.eclipse.ohf.stem.tests.util.decorators.util
 

Methods in org.eclipse.ohf.stem.tests.util.decorators.util with parameters of type GraphDecorator
 T DecoratorsSwitch.caseGraphDecorator_1(GraphDecorator object)
          Returns the result of interpretting the object as an instance of 'Graph Decorator'.
 T DecoratorsSwitch.caseGraphDecorator(GraphDecorator object)
          Returns the result of interpretting the object as an instance of 'Graph Decorator'.