Uses of Interface
bpsim.PriorityParameters
-
Packages that use PriorityParameters Package Description bpsim bpsim.impl bpsim.util -
-
Uses of PriorityParameters in bpsim
Methods in bpsim that return PriorityParameters Modifier and Type Method Description PriorityParametersBpsimFactory. createPriorityParameters()Returns a new object of class 'Priority Parameters'.PriorityParametersElementParameters. getPriorityParameters()Returns the value of the 'Priority Parameters' containment reference.Methods in bpsim with parameters of type PriorityParameters Modifier and Type Method Description voidElementParameters. setPriorityParameters(PriorityParameters value)Sets the value of the 'Priority Parameters' containment reference. -
Uses of PriorityParameters in bpsim.impl
Classes in bpsim.impl that implement PriorityParameters Modifier and Type Class Description classPriorityParametersImplAn implementation of the model object 'Priority Parameters'.Fields in bpsim.impl declared as PriorityParameters Modifier and Type Field Description protected PriorityParametersElementParametersImpl. priorityParametersThe cached value of the 'Priority Parameters' containment reference.Methods in bpsim.impl that return PriorityParameters Modifier and Type Method Description PriorityParametersBpsimFactoryImpl. createPriorityParameters()PriorityParametersElementParametersImpl. getPriorityParameters()Methods in bpsim.impl with parameters of type PriorityParameters Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainElementParametersImpl. basicSetPriorityParameters(PriorityParameters newPriorityParameters, org.eclipse.emf.common.notify.NotificationChain msgs)voidElementParametersImpl. setPriorityParameters(PriorityParameters newPriorityParameters) -
Uses of PriorityParameters in bpsim.util
Methods in bpsim.util with parameters of type PriorityParameters Modifier and Type Method Description TBpsimSwitch. casePriorityParameters(PriorityParameters object)Returns the result of interpreting the object as an instance of 'Priority Parameters'.
-