Uses of Interface
org.eclipse.ohf.stem.core.model.NodeDecorator

Packages that use NodeDecorator
org.eclipse.ohf.stem.core.model   
org.eclipse.ohf.stem.core.model.impl   
org.eclipse.ohf.stem.core.model.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.decorators   
org.eclipse.ohf.stem.tests.util.decorators.impl   
org.eclipse.ohf.stem.tests.util.decorators.util   
 

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

Methods in org.eclipse.ohf.stem.core.model that return NodeDecorator
 NodeDecorator ModelFactory.createNodeDecorator()
          Returns a new object of class 'Node Decorator'.
 

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

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

Classes in org.eclipse.ohf.stem.core.model.impl that implement NodeDecorator
 class NodeDecoratorImpl
          An implementation of the model object 'Node Decorator'.
 

Methods in org.eclipse.ohf.stem.core.model.impl that return NodeDecorator
 NodeDecorator ModelFactoryImpl.createNodeDecorator()
           
 

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

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

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

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

Subinterfaces of NodeDecorator 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 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 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 SIR
          A DiseaseModel with three states Susceptible, Infectious and Recovered(SIR).
 interface StandardDiseaseModel
          This interface defines a class in an EMF model for a Standard disease model.
 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 NodeDecorator in org.eclipse.ohf.stem.diseasemodels.standard.impl
 

Classes in org.eclipse.ohf.stem.diseasemodels.standard.impl that implement NodeDecorator
 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 InfectorImpl
          An implementation of the model object 'Infector'.
 class SEIRImpl
          An implementation of the model object 'SEIR'.
 class SIImpl
          An implementation of the model object 'SI'.
 class SIInfectorImpl
          An implementation of the model object 'SI Infector'.
 class SIRImpl
          An implementation of the model object 'SIR'.
 class StandardDiseaseModelImpl
          An implementation of the model object 'Disease Model'.
 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 NodeDecorator in org.eclipse.ohf.stem.diseasemodels.standard.util
 

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

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

Subinterfaces of NodeDecorator in org.eclipse.ohf.stem.tests.util.decorators
 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.
 

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

Classes in org.eclipse.ohf.stem.tests.util.decorators.impl that implement NodeDecorator
 class TestNodeDecorator1Impl
          An implementation of the model object 'Test Node Decorator1'.
 

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

Methods in org.eclipse.ohf.stem.tests.util.decorators.util with parameters of type NodeDecorator
 T DecoratorsSwitch.caseNodeDecorator_1(NodeDecorator object)
          Returns the result of interpretting the object as an instance of 'Node Decorator'.
 T DecoratorsSwitch.caseNodeDecorator(NodeDecorator object)
          Returns the result of interpretting the object as an instance of 'Node Decorator'.