Uses of Interface
org.eclipse.ohf.stem.tests.util.labels.TestStaticEdgeLabel

Packages that use TestStaticEdgeLabel
org.eclipse.ohf.stem.tests.util.labels   
org.eclipse.ohf.stem.tests.util.labels.impl   
org.eclipse.ohf.stem.tests.util.labels.util   
 

Uses of TestStaticEdgeLabel in org.eclipse.ohf.stem.tests.util.labels
 

Methods in org.eclipse.ohf.stem.tests.util.labels that return TestStaticEdgeLabel
 TestStaticEdgeLabel LabelsFactory.createTestStaticEdgeLabel()
          Returns a new object of class 'Test Static Edge Label'.
 

Uses of TestStaticEdgeLabel in org.eclipse.ohf.stem.tests.util.labels.impl
 

Classes in org.eclipse.ohf.stem.tests.util.labels.impl that implement TestStaticEdgeLabel
 class TestStaticEdgeLabelImpl
          An implementation of the model object 'Test Static Edge Label'.
 

Methods in org.eclipse.ohf.stem.tests.util.labels.impl that return TestStaticEdgeLabel
 TestStaticEdgeLabel LabelsFactoryImpl.createTestStaticEdgeLabel()
           
 

Uses of TestStaticEdgeLabel in org.eclipse.ohf.stem.tests.util.labels.util
 

Methods in org.eclipse.ohf.stem.tests.util.labels.util with parameters of type TestStaticEdgeLabel
 T LabelsSwitch.caseTestStaticEdgeLabel(TestStaticEdgeLabel object)
          Returns the result of interpretting the object as an instance of 'Test Static Edge Label'.