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

Packages that use DynamicLabel
org.eclipse.ohf.stem.core.graph   
org.eclipse.ohf.stem.core.graph.impl   
org.eclipse.ohf.stem.core.graph.util   
org.eclipse.ohf.stem.core.model   
org.eclipse.ohf.stem.core.model.impl   
org.eclipse.ohf.stem.definitions.labels   
org.eclipse.ohf.stem.definitions.labels.impl   
org.eclipse.ohf.stem.definitions.labels.util   
org.eclipse.ohf.stem.diseasemodels.standard   
org.eclipse.ohf.stem.diseasemodels.standard.impl   
org.eclipse.ohf.stem.diseasemodels.standard.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 DynamicLabel in org.eclipse.ohf.stem.core.graph
 

Subinterfaces of DynamicLabel in org.eclipse.ohf.stem.core.graph
 interface DynamicEdgeLabel
          A DynamicEdgeLabel is a DynamicLabel that specifically labels an Edge.
 interface DynamicNodeLabel
          A DynamicNodeLabel is a DynamicLabel that specifically labels a Node.
 

Methods in org.eclipse.ohf.stem.core.graph that return types with arguments of type DynamicLabel
 org.eclipse.emf.common.util.EList<DynamicLabel> Graph.getDynamicLabels()
          This collection of Labels contains references to ALL of the dynamic labels in the Graph.
 

Methods in org.eclipse.ohf.stem.core.graph with parameters of type DynamicLabel
 void Graph.addDynamicLabel(DynamicLabel dynamiclabel)
          Add the Dynamic Label into the graph.
 

Uses of DynamicLabel in org.eclipse.ohf.stem.core.graph.impl
 

Classes in org.eclipse.ohf.stem.core.graph.impl that implement DynamicLabel
 class DynamicEdgeLabelImpl
          An implementation of the model object 'Dynamic Edge Label'.
 class DynamicLabelImpl
          An implementation of the model object 'Dynamic Label'.
 class DynamicNodeLabelImpl
          An implementation of the model object 'Dynamic Node Label'.
 

Methods in org.eclipse.ohf.stem.core.graph.impl that return types with arguments of type DynamicLabel
 org.eclipse.emf.common.util.EList<DynamicLabel> GraphImpl.getDynamicLabels()
           
 

Methods in org.eclipse.ohf.stem.core.graph.impl with parameters of type DynamicLabel
 void GraphImpl.addDynamicLabel(DynamicLabel dynamiclabel)
           
 

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

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

Uses of DynamicLabel in org.eclipse.ohf.stem.core.model
 

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

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

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

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

Subinterfaces of DynamicLabel in org.eclipse.ohf.stem.definitions.labels
 interface TransportRelationshipLabel
          This interface is an EMF definition of a class that represents a label for an Edge that represents the physical transportation of population members between two nodes.
 

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

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

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

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

Uses of DynamicLabel in org.eclipse.ohf.stem.diseasemodels.standard
 

Subinterfaces of DynamicLabel in org.eclipse.ohf.stem.diseasemodels.standard
 interface DiseaseModelLabel
          This interface defines a class in an EMF model for an STEM Disease model label.
 interface SEIRLabel
          This interface defines a class in an EMF model for a standard SEIR disease model dynamic label.
 interface SILabel
          This interface defines a class in an EMF model for an SI disease model dynamic label.
 interface SIRLabel
          This interface defines a class in an EMF model for an SIR disease model dynamic label.
 interface StandardDiseaseModelLabel
          This interface defines a class in an EMF model for a Standard Disease model label.
 

Uses of DynamicLabel in org.eclipse.ohf.stem.diseasemodels.standard.impl
 

Classes in org.eclipse.ohf.stem.diseasemodels.standard.impl that implement DynamicLabel
 class DiseaseModelLabelImpl
          An implementation of the model object 'Disease Model Label'.
 class SEIRLabelImpl
          An implementation of the model object 'SEIR Label'.
 class SILabelImpl
          An implementation of the model object 'SI Label'.
 class SIRLabelImpl
          An implementation of the model object 'SIR Label'.
 class StandardDiseaseModelLabelImpl
          An implementation of the model object 'Disease Model Label'.
 

Uses of DynamicLabel in org.eclipse.ohf.stem.diseasemodels.standard.util
 

Methods in org.eclipse.ohf.stem.diseasemodels.standard.util with parameters of type DynamicLabel
 T StandardSwitch.caseDynamicLabel(DynamicLabel object)
          Returns the result of interpretting the object as an instance of 'Dynamic Label'.
 

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

Subinterfaces of DynamicLabel in org.eclipse.ohf.stem.tests.util.labels
 interface TestDynamicEdgeLabel
          This interface is for testing.
 interface TestDynamicLabel1
          This interface represents the model of an abstract class in an EMF model that is an example of a DynamicLabel implementation used for test purposes.
 interface TestDynamicNodeLabel
          This interface is for testing.
 

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

Classes in org.eclipse.ohf.stem.tests.util.labels.impl that implement DynamicLabel
 class TestDynamicEdgeLabelImpl
          An implementation of the model object 'Test Dynamic Edge Label'.
 class TestDynamicLabel1Impl
          An implementation of the model object 'Test Dynamic Label1'.
 class TestDynamicNodeLabelImpl
          An implementation of the model object 'Test Dynamic Node Label'.
 

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

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