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

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

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

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

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

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

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

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