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

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

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

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

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

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

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

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