Uses of Interface
org.eclipse.ohf.stem.core.graph.StaticNodeLabel

Packages that use StaticNodeLabel
org.eclipse.ohf.stem.core.graph.impl   
org.eclipse.ohf.stem.core.graph.util   
org.eclipse.ohf.stem.definitions.labels   
org.eclipse.ohf.stem.definitions.labels.impl   
org.eclipse.ohf.stem.definitions.labels.util   
org.eclipse.ohf.stem.tests.util   
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 StaticNodeLabel in org.eclipse.ohf.stem.core.graph.impl
 

Classes in org.eclipse.ohf.stem.core.graph.impl that implement StaticNodeLabel
 class StaticNodeLabelImpl
          An implementation of the model object 'Static Node Label'.
 

Uses of StaticNodeLabel in org.eclipse.ohf.stem.core.graph.util
 

Methods in org.eclipse.ohf.stem.core.graph.util with parameters of type StaticNodeLabel
 T GraphSwitch.caseStaticNodeLabel(StaticNodeLabel object)
          Returns the result of interpretting the object as an instance of 'Static Node Label'.
 

Uses of StaticNodeLabel in org.eclipse.ohf.stem.definitions.labels
 

Subinterfaces of StaticNodeLabel in org.eclipse.ohf.stem.definitions.labels
 interface AreaLabel
          This interface defines a class in an EMF model for AreaLabel.
 interface PopulationLabel
          This interface defines a class in an EMF model for PopulationLabel.
 

Uses of StaticNodeLabel in org.eclipse.ohf.stem.definitions.labels.impl
 

Classes in org.eclipse.ohf.stem.definitions.labels.impl that implement StaticNodeLabel
 class AreaLabelImpl
          An implementation of the model object 'Area Label'.
 class PopulationLabelImpl
          An implementation of the model object 'Population Label'.
 

Uses of StaticNodeLabel in org.eclipse.ohf.stem.definitions.labels.util
 

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

Uses of StaticNodeLabel in org.eclipse.ohf.stem.tests.util
 

Methods in org.eclipse.ohf.stem.tests.util that return StaticNodeLabel
static StaticNodeLabel TestUtil.createStaticNodeLabel(org.eclipse.emf.common.util.URI labelURI, org.eclipse.emf.common.util.URI uriOfIdentifiableToBeLabeled)
           
 

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

Subinterfaces of StaticNodeLabel in org.eclipse.ohf.stem.tests.util.labels
 interface TestStaticNodeLabel
          This is a test class.
 

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

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

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

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