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

Packages that use NodeLabel
org.eclipse.ohf.stem.core.graph   
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.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 NodeLabel in org.eclipse.ohf.stem.core.graph
 

Subinterfaces of NodeLabel in org.eclipse.ohf.stem.core.graph
 interface DynamicNodeLabel
          A DynamicNodeLabel is a DynamicLabel that specifically labels a Node.
 interface StaticNodeLabel
          A StaticNodeLabel is a NodeLabel that only has a single "current" LabelValue.
 

Methods in org.eclipse.ohf.stem.core.graph that return NodeLabel
 NodeLabel Graph.getNodeLabel(org.eclipse.emf.common.util.URI uri)
          Get the Node Label from the graph.
 

Methods in org.eclipse.ohf.stem.core.graph that return types with arguments of type NodeLabel
 org.eclipse.emf.common.util.EList<NodeLabel> Node.getLabels()
          the Labels that represent attributes of this Node.
 org.eclipse.emf.common.util.EMap<org.eclipse.emf.common.util.URI,NodeLabel> Graph.getNodeLabels()
           
 org.eclipse.emf.common.util.EList<NodeLabel> Graph.getNodeLabelsByTypeURI(org.eclipse.emf.common.util.URI typeURI)
           
 

Methods in org.eclipse.ohf.stem.core.graph with parameters of type NodeLabel
 void Graph.putNodeLabel(NodeLabel label)
          Put the Node Label into the graph.
 

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

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

Methods in org.eclipse.ohf.stem.core.graph.impl that return NodeLabel
 NodeLabel GraphImpl.getNodeLabel(org.eclipse.emf.common.util.URI uri)
           
 NodeLabel URIToNodeLabelMapEntryImpl.getTypedValue()
           
 NodeLabel URIToNodeLabelMapEntryImpl.getValue()
           
 NodeLabel URIToNodeLabelMapEntryImpl.setValue(NodeLabel value)
           
 

Methods in org.eclipse.ohf.stem.core.graph.impl that return types with arguments of type NodeLabel
 java.util.Map.Entry<org.eclipse.emf.common.util.URI,NodeLabel> GraphFactoryImpl.createURIToNodeLabelMapEntry()
           
 org.eclipse.emf.common.util.EMap<org.eclipse.emf.common.util.URI,NodeLabel> URIToNodeLabelMapEntryImpl.getEMap()
           
 org.eclipse.emf.common.util.EList<NodeLabel> NodeImpl.getLabels()
           
 org.eclipse.emf.common.util.EMap<org.eclipse.emf.common.util.URI,NodeLabel> GraphImpl.getNodeLabels()
           
 

Methods in org.eclipse.ohf.stem.core.graph.impl with parameters of type NodeLabel
 org.eclipse.emf.common.notify.NotificationChain URIToNodeLabelMapEntryImpl.basicSetTypedValue(NodeLabel newValue, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void GraphImpl.putNodeLabel(NodeLabel label)
           
 void URIToNodeLabelMapEntryImpl.setTypedValue(NodeLabel newValue)
           
 NodeLabel URIToNodeLabelMapEntryImpl.setValue(NodeLabel value)
           
 

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

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

Method parameters in org.eclipse.ohf.stem.core.graph.util with type arguments of type NodeLabel
 T GraphSwitch.caseURIToNodeLabelMapEntry(java.util.Map.Entry<org.eclipse.emf.common.util.URI,NodeLabel> object)
          Returns the result of interpretting the object as an instance of 'URI To Node Label Map Entry'.
 

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

Subinterfaces of NodeLabel 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 NodeLabel in org.eclipse.ohf.stem.definitions.labels.impl
 

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

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

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

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

Subinterfaces of NodeLabel 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 NodeLabel in org.eclipse.ohf.stem.diseasemodels.standard.impl
 

Classes in org.eclipse.ohf.stem.diseasemodels.standard.impl that implement NodeLabel
 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 NodeLabel in org.eclipse.ohf.stem.diseasemodels.standard.util
 

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

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

Subinterfaces of NodeLabel in org.eclipse.ohf.stem.tests.util.labels
 interface TestDynamicNodeLabel
          This interface is for testing.
 interface TestStaticNodeLabel
          This is a test class.
 

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

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

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

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