Uses of Interface
bpsim.PropertyParameters
-
Packages that use PropertyParameters Package Description bpsim bpsim.impl bpsim.util -
-
Uses of PropertyParameters in bpsim
Methods in bpsim that return PropertyParameters Modifier and Type Method Description PropertyParametersBpsimFactory. createPropertyParameters()Returns a new object of class 'Property Parameters'.PropertyParametersElementParameters. getPropertyParameters()Returns the value of the 'Property Parameters' containment reference.PropertyParametersScenarioParameters. getPropertyParameters()Returns the value of the 'Property Parameters' containment reference.Methods in bpsim with parameters of type PropertyParameters Modifier and Type Method Description voidElementParameters. setPropertyParameters(PropertyParameters value)Sets the value of the 'Property Parameters' containment reference.voidScenarioParameters. setPropertyParameters(PropertyParameters value)Sets the value of the 'Property Parameters' containment reference. -
Uses of PropertyParameters in bpsim.impl
Classes in bpsim.impl that implement PropertyParameters Modifier and Type Class Description classPropertyParametersImplAn implementation of the model object 'Property Parameters'.Fields in bpsim.impl declared as PropertyParameters Modifier and Type Field Description protected PropertyParametersElementParametersImpl. propertyParametersThe cached value of the 'Property Parameters' containment reference.protected PropertyParametersScenarioParametersImpl. propertyParametersThe cached value of the 'Property Parameters' containment reference.Methods in bpsim.impl that return PropertyParameters Modifier and Type Method Description PropertyParametersBpsimFactoryImpl. createPropertyParameters()PropertyParametersElementParametersImpl. getPropertyParameters()PropertyParametersScenarioParametersImpl. getPropertyParameters()Methods in bpsim.impl with parameters of type PropertyParameters Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainElementParametersImpl. basicSetPropertyParameters(PropertyParameters newPropertyParameters, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainScenarioParametersImpl. basicSetPropertyParameters(PropertyParameters newPropertyParameters, org.eclipse.emf.common.notify.NotificationChain msgs)voidElementParametersImpl. setPropertyParameters(PropertyParameters newPropertyParameters)voidScenarioParametersImpl. setPropertyParameters(PropertyParameters newPropertyParameters) -
Uses of PropertyParameters in bpsim.util
Methods in bpsim.util with parameters of type PropertyParameters Modifier and Type Method Description TBpsimSwitch. casePropertyParameters(PropertyParameters object)Returns the result of interpreting the object as an instance of 'Property Parameters'.
-