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

Packages that use Model
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.internal.data   
 

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

Methods in org.eclipse.ohf.stem.core.model that return Model
 Model ModelFactory.createModel()
          Returns a new object of class 'Model'.
 

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

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

Classes in org.eclipse.ohf.stem.core.model.impl that implement Model
 class ModelImpl
          An implementation of the model object 'Model'.
 

Methods in org.eclipse.ohf.stem.core.model.impl that return Model
 Model ModelFactoryImpl.createModel()
           
 

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

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

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

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

Methods in org.eclipse.ohf.stem.core.scenario that return Model
 Model Scenario.getModel()
          The Model contains all of the details required to construct the canonical graph that the scenario will use to represent the state of a simulation.
 

Methods in org.eclipse.ohf.stem.core.scenario with parameters of type Model
 void Scenario.setModel(Model value)
          Sets the value of the 'Model' reference.
 

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

Methods in org.eclipse.ohf.stem.core.scenario.impl that return Model
 Model ScenarioImpl.basicGetModel()
           
 Model ScenarioImpl.getModel()
           
 

Methods in org.eclipse.ohf.stem.core.scenario.impl with parameters of type Model
 void ScenarioImpl.setModel(Model newModel)
           
 

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

Methods in org.eclipse.ohf.stem.internal.data that return Model
 Model ModelRecord.getModel()