Uses of Interface
org.eclipse.ohf.stem.tests.util.decorators.TestScenarioGraphDecorator1

Packages that use TestScenarioGraphDecorator1
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 TestScenarioGraphDecorator1 in org.eclipse.ohf.stem.tests.util.decorators
 

Methods in org.eclipse.ohf.stem.tests.util.decorators that return TestScenarioGraphDecorator1
 TestScenarioGraphDecorator1 DecoratorsFactory.createTestScenarioGraphDecorator1()
          Returns a new object of class 'Test Scenario Graph Decorator1'.
 

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

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

Methods in org.eclipse.ohf.stem.tests.util.decorators.impl that return TestScenarioGraphDecorator1
 TestScenarioGraphDecorator1 DecoratorsFactoryImpl.createTestScenarioGraphDecorator1()
           
 

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

Methods in org.eclipse.ohf.stem.tests.util.decorators.util with parameters of type TestScenarioGraphDecorator1
 T DecoratorsSwitch.caseTestScenarioGraphDecorator1(TestScenarioGraphDecorator1 object)
          Returns the result of interpretting the object as an instance of 'Test Scenario Graph Decorator1'.