|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Label in org.eclipse.ohf.stem.core.graph |
---|
Subinterfaces of Label in org.eclipse.ohf.stem.core.graph | |
---|---|
interface |
DynamicEdgeLabel
A DynamicEdgeLabel is a DynamicLabel that specifically
labels an Edge . |
interface |
DynamicLabel
A DynamicLabel is a Label that has two
LabelValue s instead of one. |
interface |
DynamicNodeLabel
A DynamicNodeLabel is a DynamicLabel that specifically
labels a Node . |
interface |
EdgeLabel
An EdgeLabel is a Label that provides attributes to an
Edge . |
interface |
NodeLabel
A NodeLabel is a Label that provides attributes to a
Node . |
interface |
StaticEdgeLabel
A StaticEdgeLabel is an EdgeLabel that only has a
single "current" LabelValue . |
interface |
StaticNodeLabel
A StaticNodeLabel is a NodeLabel that only has a
single "current" LabelValue . |
Methods in org.eclipse.ohf.stem.core.graph that return Label | |
---|---|
Label |
Graph.getGraphLabel(org.eclipse.emf.common.util.URI uri)
Put the Graph Label into the graph. |
Methods in org.eclipse.ohf.stem.core.graph that return types with arguments of type Label | |
---|---|
org.eclipse.emf.common.util.EMap<org.eclipse.emf.common.util.URI,Label> |
Graph.getGraphLabels()
|
Methods in org.eclipse.ohf.stem.core.graph with parameters of type Label | |
---|---|
void |
Graph.putGraphLabel(Label label)
Put the Graph Label into the graph. |
Uses of Label in org.eclipse.ohf.stem.core.graph.impl |
---|
Classes in org.eclipse.ohf.stem.core.graph.impl that implement Label | |
---|---|
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'. |
class |
EdgeLabelImpl
An implementation of the model object 'Edge Label'. |
class |
LabelImpl
An implementation of the model object 'Label'. |
class |
NodeLabelImpl
An implementation of the model object 'Node Label'. |
class |
StaticEdgeLabelImpl
An implementation of the model object 'Static Edge Label'. |
class |
StaticNodeLabelImpl
An implementation of the model object 'Static Node Label'. |
Methods in org.eclipse.ohf.stem.core.graph.impl that return Label | |
---|---|
Label |
GraphImpl.getGraphLabel(org.eclipse.emf.common.util.URI uri)
|
Label |
URIToLabelMapEntryImpl.getTypedValue()
|
Label |
URIToLabelMapEntryImpl.getValue()
|
Label |
URIToLabelMapEntryImpl.setValue(Label value)
|
Methods in org.eclipse.ohf.stem.core.graph.impl that return types with arguments of type Label | |
---|---|
java.util.Map.Entry<org.eclipse.emf.common.util.URI,Label> |
GraphFactoryImpl.createURIToLabelMapEntry()
|
org.eclipse.emf.common.util.EMap<org.eclipse.emf.common.util.URI,Label> |
URIToLabelMapEntryImpl.getEMap()
|
org.eclipse.emf.common.util.EMap<org.eclipse.emf.common.util.URI,Label> |
GraphImpl.getGraphLabels()
|
Methods in org.eclipse.ohf.stem.core.graph.impl with parameters of type Label | |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
URIToLabelMapEntryImpl.basicSetTypedValue(Label newValue,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
void |
GraphImpl.putGraphLabel(Label label)
|
void |
URIToLabelMapEntryImpl.setTypedValue(Label newValue)
|
Label |
URIToLabelMapEntryImpl.setValue(Label value)
|
Uses of Label in org.eclipse.ohf.stem.core.graph.util |
---|
Methods in org.eclipse.ohf.stem.core.graph.util with parameters of type Label | |
---|---|
T |
GraphSwitch.caseLabel(Label object)
Returns the result of interpretting the object as an instance of 'Label'. |
Method parameters in org.eclipse.ohf.stem.core.graph.util with type arguments of type Label | |
---|---|
T |
GraphSwitch.caseURIToLabelMapEntry(java.util.Map.Entry<org.eclipse.emf.common.util.URI,Label> object)
Returns the result of interpretting the object as an instance of 'URI To Label Map Entry'. |
Uses of Label in org.eclipse.ohf.stem.definitions.labels |
---|
Subinterfaces of Label in org.eclipse.ohf.stem.definitions.labels | |
---|---|
interface |
AreaLabel
This interface defines a class in an EMF model for AreaLabel. |
interface |
CommonBorderRelationshipLabel
This interface is an EMF definition of a class that represents a label for an Edge that represents a the relationship of two nodes sharing a common border |
interface |
PhysicalRelationshipLabel
This interface is an EMF definition of a class that represents a label for an Edge that represents a physical relationship between two nodes. |
interface |
PopulationLabel
This interface defines a class in an EMF model for PopulationLabel. |
interface |
RelativePhysicalRelationshipLabel
This interface is an EMF definition of a class that represents a label for an Edge that represents a relatvie physical relationship between two nodes. |
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 Label in org.eclipse.ohf.stem.definitions.labels.impl |
---|
Classes in org.eclipse.ohf.stem.definitions.labels.impl that implement Label | |
---|---|
class |
AreaLabelImpl
An implementation of the model object 'Area Label'. |
class |
CommonBorderRelationshipLabelImpl
An implementation of the model object 'Common Border Relationship Label'. |
class |
PhysicalRelationshipLabelImpl
An implementation of the model object 'Physical Relationship Label'. |
class |
PopulationLabelImpl
An implementation of the model object 'Population Label'. |
class |
RelativePhysicalRelationshipLabelImpl
An implementation of the model object 'Relative Physical Relationship Label'. |
class |
TransportRelationshipLabelImpl
An implementation of the model object 'Transport Relationship Label'. |
Uses of Label in org.eclipse.ohf.stem.definitions.labels.util |
---|
Methods in org.eclipse.ohf.stem.definitions.labels.util with parameters of type Label | |
---|---|
T |
LabelsSwitch.caseLabel(Label object)
Returns the result of interpretting the object as an instance of 'Label'. |
Uses of Label in org.eclipse.ohf.stem.diseasemodels.standard |
---|
Subinterfaces of Label 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 Label in org.eclipse.ohf.stem.diseasemodels.standard.impl |
---|
Classes in org.eclipse.ohf.stem.diseasemodels.standard.impl that implement Label | |
---|---|
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 Label in org.eclipse.ohf.stem.diseasemodels.standard.util |
---|
Methods in org.eclipse.ohf.stem.diseasemodels.standard.util with parameters of type Label | |
---|---|
T |
StandardSwitch.caseLabel(Label object)
Returns the result of interpretting the object as an instance of 'Label'. |
Uses of Label in org.eclipse.ohf.stem.tests.util |
---|
Methods in org.eclipse.ohf.stem.tests.util that return Label | |
---|---|
static Label |
TestUtil.createStaticLabel()
|
static Label |
TestUtil.createStaticLabel(org.eclipse.emf.common.util.URI uriOfIdentifiableToBeLabeled)
|
static Label |
TestUtil.createStaticLabel(org.eclipse.emf.common.util.URI labelURI,
org.eclipse.emf.common.util.URI uriOfIdentifiableToBeLabeled)
|
Uses of Label in org.eclipse.ohf.stem.tests.util.labels |
---|
Subinterfaces of Label 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. |
interface |
TestLabel
This interface represents the model of an abstract class in an EMF model that is an example of a Label implementation used for test purposes. |
interface |
TestStaticEdgeLabel
This is a test class. |
interface |
TestStaticNodeLabel
This is a test class. |
Uses of Label in org.eclipse.ohf.stem.tests.util.labels.impl |
---|
Classes in org.eclipse.ohf.stem.tests.util.labels.impl that implement Label | |
---|---|
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'. |
class |
TestLabelImpl
An implementation of the model object 'Test Label'. |
class |
TestStaticEdgeLabelImpl
An implementation of the model object 'Test Static Edge Label'. |
class |
TestStaticNodeLabelImpl
An implementation of the model object 'Test Static Node Label'. |
Uses of Label in org.eclipse.ohf.stem.tests.util.labels.util |
---|
Methods in org.eclipse.ohf.stem.tests.util.labels.util with parameters of type Label | |
---|---|
T |
LabelsSwitch.caseLabel(Label object)
Returns the result of interpretting the object as an instance of 'Label'. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |