Uses of Interface
bpsim.ControlParameters
-
Packages that use ControlParameters Package Description bpsim bpsim.impl bpsim.util -
-
Uses of ControlParameters in bpsim
Methods in bpsim that return ControlParameters Modifier and Type Method Description ControlParametersBpsimFactory. createControlParameters()Returns a new object of class 'Control Parameters'.ControlParametersElementParameters. getControlParameters()Returns the value of the 'Control Parameters' containment reference.Methods in bpsim with parameters of type ControlParameters Modifier and Type Method Description voidElementParameters. setControlParameters(ControlParameters value)Sets the value of the 'Control Parameters' containment reference. -
Uses of ControlParameters in bpsim.impl
Classes in bpsim.impl that implement ControlParameters Modifier and Type Class Description classControlParametersImplAn implementation of the model object 'Control Parameters'.Fields in bpsim.impl declared as ControlParameters Modifier and Type Field Description protected ControlParametersElementParametersImpl. controlParametersThe cached value of the 'Control Parameters' containment reference.Methods in bpsim.impl that return ControlParameters Modifier and Type Method Description ControlParametersBpsimFactoryImpl. createControlParameters()ControlParametersElementParametersImpl. getControlParameters()Methods in bpsim.impl with parameters of type ControlParameters Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainElementParametersImpl. basicSetControlParameters(ControlParameters newControlParameters, org.eclipse.emf.common.notify.NotificationChain msgs)voidElementParametersImpl. setControlParameters(ControlParameters newControlParameters) -
Uses of ControlParameters in bpsim.util
Methods in bpsim.util with parameters of type ControlParameters Modifier and Type Method Description TBpsimSwitch. caseControlParameters(ControlParameters object)Returns the result of interpreting the object as an instance of 'Control Parameters'.
-