Uses of Interface
org.eclipse.ohf.stem.core.common.Identifiable

Packages that use Identifiable
org.eclipse.ohf.stem.core.common.impl   
org.eclipse.ohf.stem.core.common.util   
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.core.model.util   
org.eclipse.ohf.stem.core.scenario   
org.eclipse.ohf.stem.core.scenario.impl   
org.eclipse.ohf.stem.core.scenario.util   
org.eclipse.ohf.stem.core.sequencer   
org.eclipse.ohf.stem.core.sequencer.impl   
org.eclipse.ohf.stem.core.sequencer.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.definitions.nodes   
org.eclipse.ohf.stem.definitions.nodes.impl   
org.eclipse.ohf.stem.definitions.nodes.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.internal.data   
org.eclipse.ohf.stem.tests.util   
org.eclipse.ohf.stem.tests.util.decorators   
org.eclipse.ohf.stem.tests.util.decorators.impl   
org.eclipse.ohf.stem.tests.util.decorators.util   
org.eclipse.ohf.stem.tests.util.labels   
org.eclipse.ohf.stem.tests.util.labels.impl   
org.eclipse.ohf.stem.tests.util.labels.util   
org.eclipse.ohf.stem.ui   
 

Uses of Identifiable in org.eclipse.ohf.stem.core.common.impl
 

Classes in org.eclipse.ohf.stem.core.common.impl that implement Identifiable
 class IdentifiableImpl
          An implementation of the model object 'Identifiable'.
 

Uses of Identifiable in org.eclipse.ohf.stem.core.common.util
 

Methods in org.eclipse.ohf.stem.core.common.util with parameters of type Identifiable
 T CommonSwitch.caseIdentifiable(Identifiable object)
          Returns the result of interpretting the object as an instance of 'Identifiable'.
 

Uses of Identifiable in org.eclipse.ohf.stem.core.graph
 

Subinterfaces of Identifiable 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 LabelValues instead of one.
 interface DynamicNodeLabel
          A DynamicNodeLabel is a DynamicLabel that specifically labels a Node.
 interface Edge
          An Edge represents a relationship between two Nodes.
 interface EdgeLabel
          An EdgeLabel is a Label that provides attributes to an Edge.
 interface Graph
          A Graph serves two roles in the STEM system.
 interface Label
          A Label represents attributes of either a Node, Edge, or Graph.
 interface Node
          A Node represents a real or abstract entity.
 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 Identifiable
 Identifiable UnresolvedIdentifiable.getGraph()
          This is the Graph that contains the Edge or Label that has the unresolved URI.
 Identifiable UnresolvedIdentifiable.getIdentifiable()
           
 Identifiable Label.getIdentifiable()
           
 Identifiable UnresolvedIdentifiable.getModel()
          This is the Model that was creating the canonical Graph when the unresolved URI was encountered.
 Identifiable UnresolvedIdentifiable.getScenario()
          This is the Scenario that contains the Model that is creating the canonical Graph.
 

Methods in org.eclipse.ohf.stem.core.graph with parameters of type Identifiable
 void UnresolvedIdentifiable.setGraph(Identifiable value)
          Sets the value of the 'Graph' reference.
 void UnresolvedIdentifiable.setIdentifiable(Identifiable value)
          Sets the value of the 'Identifiable' reference.
 void Label.setIdentifiable(Identifiable value)
          Sets the value of the 'Identifiable' reference.
 void UnresolvedIdentifiable.setModel(Identifiable value)
          Sets the value of the 'Model' reference.
 void UnresolvedIdentifiable.setScenario(Identifiable value)
          Sets the value of the 'Scenario' reference.
 

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

Classes in org.eclipse.ohf.stem.core.graph.impl that implement Identifiable
 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 EdgeImpl
          An implementation of the model object 'Edge'.
 class EdgeLabelImpl
          An implementation of the model object 'Edge Label'.
 class GraphImpl
          An implementation of the model object 'Graph'.
 class LabelImpl
          An implementation of the model object 'Label'.
 class NodeImpl
          An implementation of the model object 'Node'.
 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 Identifiable
 Identifiable UnresolvedIdentifiableImpl.basicGetGraph()
           
 Identifiable UnresolvedIdentifiableImpl.basicGetIdentifiable()
           
 Identifiable LabelImpl.basicGetIdentifiable()
           
 Identifiable UnresolvedIdentifiableImpl.basicGetModel()
           
 Identifiable UnresolvedIdentifiableImpl.basicGetScenario()
           
 Identifiable UnresolvedIdentifiableImpl.getGraph()
           
 Identifiable UnresolvedIdentifiableImpl.getIdentifiable()
           
 Identifiable StaticNodeLabelImpl.getIdentifiable()
           
 Identifiable StaticEdgeLabelImpl.getIdentifiable()
           
 Identifiable LabelImpl.getIdentifiable()
           
 Identifiable DynamicNodeLabelImpl.getIdentifiable()
           
 Identifiable DynamicEdgeLabelImpl.getIdentifiable()
           
 Identifiable UnresolvedIdentifiableImpl.getModel()
           
 Identifiable UnresolvedIdentifiableImpl.getScenario()
           
 Identifiable URIToIdentifiableMapEntryImpl.getTypedValue()
           
 Identifiable URIToIdentifiableMapEntryImpl.getValue()
           
 Identifiable URIToIdentifiableMapEntryImpl.setValue(Identifiable value)
           
 

Methods in org.eclipse.ohf.stem.core.graph.impl that return types with arguments of type Identifiable
 java.util.Map.Entry<org.eclipse.emf.common.util.URI,Identifiable> GraphFactoryImpl.createURIToIdentifiableMapEntry()
           
 org.eclipse.emf.common.util.EMap<org.eclipse.emf.common.util.URI,Identifiable> URIToIdentifiableMapEntryImpl.getEMap()
           
 

Methods in org.eclipse.ohf.stem.core.graph.impl with parameters of type Identifiable
 org.eclipse.emf.common.notify.NotificationChain URIToIdentifiableMapEntryImpl.basicSetTypedValue(Identifiable newValue, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void UnresolvedIdentifiableImpl.setGraph(Identifiable newGraph)
           
 void UnresolvedIdentifiableImpl.setIdentifiable(Identifiable newIdentifiable)
           
 void StaticNodeLabelImpl.setIdentifiable(Identifiable newIdentifiable)
           
 void StaticEdgeLabelImpl.setIdentifiable(Identifiable newIdentifiable)
           
 void LabelImpl.setIdentifiable(Identifiable newIdentifiable)
           
 void DynamicNodeLabelImpl.setIdentifiable(Identifiable newIdentifiable)
           
 void DynamicEdgeLabelImpl.setIdentifiable(Identifiable newIdentifiable)
           
 void UnresolvedIdentifiableImpl.setModel(Identifiable newModel)
           
 void UnresolvedIdentifiableImpl.setScenario(Identifiable newScenario)
           
 void URIToIdentifiableMapEntryImpl.setTypedValue(Identifiable newValue)
           
 Identifiable URIToIdentifiableMapEntryImpl.setValue(Identifiable value)
           
 

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

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

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

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

Subinterfaces of Identifiable in org.eclipse.ohf.stem.core.model
 interface Decorator
          A Decorator represents a computational component that can modify or "decorate" a Graph.
 interface EdgeDecorator
          An EdgeDecorator is a Decorator that specifically modifies Edges and their Labels.
 interface GraphDecorator
          An GraphDecorator is a Decorator that specifically modifies Edges and their Labels.
 interface Model
          A Model contains all of the components necessary to create a canonical Graph suitable for simulation.
 interface NodeDecorator
          An GraphDecorator is a Decorator that specifically modifies Edges and their Labels.
 

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

Classes in org.eclipse.ohf.stem.core.model.impl that implement Identifiable
 class DecoratorImpl
          An implementation of the model object 'Decorator'.
 class EdgeDecoratorImpl
          An implementation of the model object 'Edge Decorator'.
 class GraphDecoratorImpl
          An implementation of the model object 'Graph Decorator'.
 class ModelImpl
          An implementation of the model object 'Model'.
 class NodeDecoratorImpl
          An implementation of the model object 'Node Decorator'.
 

Uses of Identifiable in org.eclipse.ohf.stem.core.model.util
 

Methods in org.eclipse.ohf.stem.core.model.util with parameters of type Identifiable
 T ModelSwitch.caseIdentifiable(Identifiable object)
          Returns the result of interpretting the object as an instance of 'Identifiable'.
 

Uses of Identifiable in org.eclipse.ohf.stem.core.scenario
 

Subinterfaces of Identifiable in org.eclipse.ohf.stem.core.scenario
 interface Scenario
          A Scenario combines all of the components required to create and execute a simulation.
 

Uses of Identifiable in org.eclipse.ohf.stem.core.scenario.impl
 

Classes in org.eclipse.ohf.stem.core.scenario.impl that implement Identifiable
 class ScenarioImpl
          An implementation of the model object 'Scenario'.
 

Uses of Identifiable in org.eclipse.ohf.stem.core.scenario.util
 

Methods in org.eclipse.ohf.stem.core.scenario.util with parameters of type Identifiable
 T ScenarioSwitch.caseIdentifiable(Identifiable object)
          Returns the result of interpretting the object as an instance of 'Identifiable'.
 

Uses of Identifiable in org.eclipse.ohf.stem.core.sequencer
 

Subinterfaces of Identifiable in org.eclipse.ohf.stem.core.sequencer
 interface RealTimeSequencer
          A RealTimeSequencer is a SequentialSequencer that always as a starting time equal to the current time.
 interface Sequencer
          A Sequencer is the computational unit that determines the sequence of time points at which the state of the canonical Graph is determined.
 interface SequentialSequencer
          A SequentialSequencer is a Sequencer that generates sequential time points that are uniformly spaced at a constant interval of time.
 

Uses of Identifiable in org.eclipse.ohf.stem.core.sequencer.impl
 

Classes in org.eclipse.ohf.stem.core.sequencer.impl that implement Identifiable
 class RealTimeSequencerImpl
          An implementation of the model object 'Real Time Sequencer'.
 class SequencerImpl
          An implementation of the model object 'Sequencer'.
 class SequentialSequencerImpl
          An implementation of the model object 'Sequential Sequencer'.
 

Uses of Identifiable in org.eclipse.ohf.stem.core.sequencer.util
 

Methods in org.eclipse.ohf.stem.core.sequencer.util with parameters of type Identifiable
 T SequencerSwitch.caseIdentifiable(Identifiable object)
          Returns the result of interpretting the object as an instance of 'Identifiable'.
 

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

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

Classes in org.eclipse.ohf.stem.definitions.labels.impl that implement Identifiable
 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 Identifiable in org.eclipse.ohf.stem.definitions.labels.util
 

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

Uses of Identifiable in org.eclipse.ohf.stem.definitions.nodes
 

Subinterfaces of Identifiable in org.eclipse.ohf.stem.definitions.nodes
 interface GeographicFeature
          This interface defines a class in an EMF model for a Geographic Feature node.
 interface Region
          This interface defines a class in an EMF model for a Region node.
 

Uses of Identifiable in org.eclipse.ohf.stem.definitions.nodes.impl
 

Classes in org.eclipse.ohf.stem.definitions.nodes.impl that implement Identifiable
 class GeographicFeatureImpl
          An implementation of the model object 'Geographic Feature'.
 class RegionImpl
          An implementation of the model object 'Region'.
 

Uses of Identifiable in org.eclipse.ohf.stem.definitions.nodes.util
 

Methods in org.eclipse.ohf.stem.definitions.nodes.util with parameters of type Identifiable
 T NodesSwitch.caseIdentifiable(Identifiable object)
          Returns the result of interpretting the object as an instance of 'Identifiable'.
 

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

Subinterfaces of Identifiable in org.eclipse.ohf.stem.diseasemodels.standard
 interface AggregatingSEIRDiseaseModel
          This interface defines a class in an EMF model for an aggregating SEIR disease model.
 interface AggregatingSIDiseaseModel
          This interface defines a class in an EMF model for an aggregating SI disease model.
 interface AggregatingSIRDiseaseModel
          This interface defines a class in an EMF model for an aggregating SIR disease model.
 interface DeterministicSEIRDiseaseModel
          This interface defines a class in an EMF model for an Deterministic SEIR disease model.
 interface DeterministicSIDiseaseModel
          This interface defines a class in an EMF model for an Deterministic SI disease model.
 interface DeterministicSIRDiseaseModel
          This interface defines a class in an EMF model for an Deterministic SIR disease model.
 interface DiseaseModel
          This interface defines a class in an EMF model for an STEM Disease model.
 interface DiseaseModelLabel
          This interface defines a class in an EMF model for an STEM Disease model label.
 interface Infector
          This interface defines a class in an EMF model for the initialization of an infectious population in a disease model.
 interface SEIR
          A DiseaseModel with four states Susceptible, Exposed, Infectious and Recovered(SEIR).
 interface SEIRLabel
          This interface defines a class in an EMF model for a standard SEIR disease model dynamic label.
 interface SI
          A DiseaseModel with two states Susceptible and Infectious (SI).
 interface SIInfector
          This interface defines a class in an EMF model for the initialization of an infectious population in a Standard disease model.
 interface SILabel
          This interface defines a class in an EMF model for an SI disease model dynamic label.
 interface SIR
          A DiseaseModel with three states Susceptible, Infectious and Recovered(SIR).
 interface SIRLabel
          This interface defines a class in an EMF model for an SIR disease model dynamic label.
 interface StandardDiseaseModel
          This interface defines a class in an EMF model for a Standard disease model.
 interface StandardDiseaseModelLabel
          This interface defines a class in an EMF model for a Standard Disease model label.
 interface StandardInfector
          This interface defines a class in an EMF model for the initialization of an infectious population in a Standard disease model.
 interface StandardStochasticDiseaseModel
          This interface is an EMF model.
 interface StochasticDiseaseModel
          This interface defines an EMF model
 interface StochasticSEIRDiseaseModel
          This interface defines a class in an EMF model for an Stochastic SEIR disease model.
 interface StochasticSIDiseaseModel
          This interface defines a class in an EMF model for an Stochastic SI disease model.
 interface StochasticSIRDiseaseModel
          This interface defines a class in an EMF model for an Stochastic SIR disease model.
 

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

Classes in org.eclipse.ohf.stem.diseasemodels.standard.impl that implement Identifiable
 class AggregatingSEIRDiseaseModelImpl
          An implementation of the model object 'Aggregating SEIR Disease Model'.
 class AggregatingSIDiseaseModelImpl
          An implementation of the model object 'Aggregating SI Disease Model'.
 class AggregatingSIRDiseaseModelImpl
          An implementation of the model object 'Aggregating SIR Disease Model'.
 class DeterministicSEIRDiseaseModelImpl
          An implementation of the model object 'Deterministic SEIR Disease Model'.
 class DeterministicSIDiseaseModelImpl
          An implementation of the model object 'Deterministic SI Disease Model'.
 class DeterministicSIRDiseaseModelImpl
          An implementation of the model object 'Deterministic SIR Disease Model'.
 class DiseaseModelImpl
          An implementation of the model object 'Disease Model'.
 class DiseaseModelLabelImpl
          An implementation of the model object 'Disease Model Label'.
 class InfectorImpl
          An implementation of the model object 'Infector'.
 class SEIRImpl
          An implementation of the model object 'SEIR'.
 class SEIRLabelImpl
          An implementation of the model object 'SEIR Label'.
 class SIImpl
          An implementation of the model object 'SI'.
 class SIInfectorImpl
          An implementation of the model object 'SI Infector'.
 class SILabelImpl
          An implementation of the model object 'SI Label'.
 class SIRImpl
          An implementation of the model object 'SIR'.
 class SIRLabelImpl
          An implementation of the model object 'SIR Label'.
 class StandardDiseaseModelImpl
          An implementation of the model object 'Disease Model'.
 class StandardDiseaseModelLabelImpl
          An implementation of the model object 'Disease Model Label'.
 class StandardInfectorImpl
          An implementation of the model object 'Infector'.
 class StandardStochasticDiseaseModelImpl
          An implementation of the model object 'Stochastic Disease Model'.
 class StochasticDiseaseModelImpl
          An implementation of the model object 'Stochastic Disease Model'.
 class StochasticSEIRDiseaseModelImpl
          An implementation of the model object 'Stochastic SEIR Disease Model'.
 class StochasticSIDiseaseModelImpl
          An implementation of the model object 'Stochastic SI Disease Model'.
 class StochasticSIRDiseaseModelImpl
          An implementation of the model object 'Stochastic SIR Disease Model'.
 

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

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

Uses of Identifiable in org.eclipse.ohf.stem.internal.data
 

Methods in org.eclipse.ohf.stem.internal.data that return Identifiable
 Identifiable IdentifiableRecord.getIdentifiable()
           
 

Methods in org.eclipse.ohf.stem.internal.data with parameters of type Identifiable
static void IdentifiableRecord.serializeIdentifiable(Identifiable identifiable, org.eclipse.emf.common.util.URI fileURI)
          Serialize an Identifiable
 void IdentifiableRecord.setIdentifiable(Identifiable identifiable)
           
 

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

Methods in org.eclipse.ohf.stem.tests.util with parameters of type Identifiable
static void TestUtil.serializeIdentifiable(Identifiable identifiable, org.eclipse.emf.common.util.URI fileURI)
          Serialize an Identifiable
 

Uses of Identifiable in org.eclipse.ohf.stem.tests.util.decorators
 

Subinterfaces of Identifiable in org.eclipse.ohf.stem.tests.util.decorators
 interface TestEdgeDecorator1
          This interface represents the model of an abstract class in an EMF model that is an example of a EdgeDecorator implementation used for test purposes.
 interface TestGraphDecorator1
          This interface represents the model of an abstract class in an EMF model that is an example of a GraphDecorator implementation used for test purposes.
 interface TestNodeDecorator1
          This interface represents the model of an abstract class in an EMF model that is an example of a NodeDecorator implementation used for test purposes.
 interface TestScenarioGraphDecorator1
          This class represents a Graph decorator that decorates the canonical graph at Scenario initialization.
 

Uses of Identifiable in org.eclipse.ohf.stem.tests.util.decorators.impl
 

Classes in org.eclipse.ohf.stem.tests.util.decorators.impl that implement Identifiable
 class TestEdgeDecorator1Impl
          An implementation of the model object 'Test Edge Decorator1'.
 class TestGraphDecorator1Impl
          An implementation of the model object 'Test Graph Decorator1'.
 class TestNodeDecorator1Impl
          An implementation of the model object 'Test Node Decorator1'.
 class TestScenarioGraphDecorator1Impl
          An implementation of the model object 'Test Scenario Graph Decorator1'.
 

Uses of Identifiable in org.eclipse.ohf.stem.tests.util.decorators.util
 

Methods in org.eclipse.ohf.stem.tests.util.decorators.util with parameters of type Identifiable
 T DecoratorsSwitch.caseIdentifiable(Identifiable object)
          Returns the result of interpretting the object as an instance of 'Identifiable'.
 

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

Subinterfaces of Identifiable 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 Identifiable in org.eclipse.ohf.stem.tests.util.labels.impl
 

Classes in org.eclipse.ohf.stem.tests.util.labels.impl that implement Identifiable
 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 Identifiable in org.eclipse.ohf.stem.tests.util.labels.util
 

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

Uses of Identifiable in org.eclipse.ohf.stem.ui
 

Methods in org.eclipse.ohf.stem.ui that return Identifiable
static Identifiable Utility.getIdentifiable(org.eclipse.core.resources.IFile file)
           
static Identifiable Utility.getIdentifiable(org.eclipse.emf.common.util.URI identifableURI)