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

Packages that use EdgeDecorator
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 EdgeDecorator in org.eclipse.ohf.stem.core.model
 

Methods in org.eclipse.ohf.stem.core.model that return EdgeDecorator
 EdgeDecorator ModelFactory.createEdgeDecorator()
          Returns a new object of class 'Edge Decorator'.
 

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

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

Classes in org.eclipse.ohf.stem.core.model.impl that implement EdgeDecorator
 class EdgeDecoratorImpl
          An implementation of the model object 'Edge Decorator'.
 

Methods in org.eclipse.ohf.stem.core.model.impl that return EdgeDecorator
 EdgeDecorator ModelFactoryImpl.createEdgeDecorator()
           
 

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

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

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

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

Subinterfaces of EdgeDecorator in org.eclipse.ohf.stem.tests.util.decorators
 interface TestEdgeDecorator1
          This interface represents the model of an abstract class in an EMF model that is an example of a EdgeDecorator implementation used for test purposes.
 

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

Classes in org.eclipse.ohf.stem.tests.util.decorators.impl that implement EdgeDecorator
 class TestEdgeDecorator1Impl
          An implementation of the model object 'Test Edge Decorator1'.
 

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

Methods in org.eclipse.ohf.stem.tests.util.decorators.util with parameters of type EdgeDecorator
 T DecoratorsSwitch.caseEdgeDecorator_1(EdgeDecorator object)
          Returns the result of interpretting the object as an instance of 'Edge Decorator'.
 T DecoratorsSwitch.caseEdgeDecorator(EdgeDecorator object)
          Returns the result of interpretting the object as an instance of 'Edge Decorator'.