Uses of Interface
org.eclipse.ohf.stem.definitions.labels.TransportRelationshipLabel

Packages that use TransportRelationshipLabel
org.eclipse.ohf.stem.definitions.labels   
org.eclipse.ohf.stem.definitions.labels.impl   
org.eclipse.ohf.stem.definitions.labels.util   
 

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

Methods in org.eclipse.ohf.stem.definitions.labels that return TransportRelationshipLabel
 TransportRelationshipLabel LabelsFactory.createTransportRelationshipLabel()
          Returns a new object of class 'Transport Relationship Label'.
 

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

Classes in org.eclipse.ohf.stem.definitions.labels.impl that implement TransportRelationshipLabel
 class TransportRelationshipLabelImpl
          An implementation of the model object 'Transport Relationship Label'.
 

Methods in org.eclipse.ohf.stem.definitions.labels.impl that return TransportRelationshipLabel
 TransportRelationshipLabel LabelsFactoryImpl.createTransportRelationshipLabel()
           
 

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

Methods in org.eclipse.ohf.stem.definitions.labels.util with parameters of type TransportRelationshipLabel
 T LabelsSwitch.caseTransportRelationshipLabel(TransportRelationshipLabel object)
          Returns the result of interpretting the object as an instance of 'Transport Relationship Label'.