Uses of Interface
bpsim.Scenario
-
Packages that use Scenario Package Description bpsim bpsim.impl bpsim.util -
-
Uses of Scenario in bpsim
Methods in bpsim that return Scenario Modifier and Type Method Description ScenarioBpsimFactory. createScenario()Returns a new object of class 'Scenario'.Methods in bpsim that return types with arguments of type Scenario Modifier and Type Method Description org.eclipse.emf.common.util.EList<Scenario>BPSimDataType. getScenario()Returns the value of the 'Scenario' containment reference list. -
Uses of Scenario in bpsim.impl
Classes in bpsim.impl that implement Scenario Modifier and Type Class Description classScenarioImplAn implementation of the model object 'Scenario'.Methods in bpsim.impl that return Scenario Modifier and Type Method Description ScenarioBpsimFactoryImpl. createScenario()Methods in bpsim.impl that return types with arguments of type Scenario Modifier and Type Method Description org.eclipse.emf.common.util.EList<Scenario>BPSimDataTypeImpl. getScenario() -
Uses of Scenario in bpsim.util
Methods in bpsim.util with parameters of type Scenario Modifier and Type Method Description TBpsimSwitch. caseScenario(Scenario object)Returns the result of interpreting the object as an instance of 'Scenario'.
-