Uses of Interface
bpsim.DurationParameterType
-
Packages that use DurationParameterType Package Description bpsim bpsim.impl bpsim.util -
-
Uses of DurationParameterType in bpsim
Methods in bpsim that return DurationParameterType Modifier and Type Method Description DurationParameterTypeBpsimFactory. createDurationParameterType()Returns a new object of class 'Duration Parameter Type'.DurationParameterTypeDocumentRoot. getDurationParameter()Returns the value of the 'Duration Parameter' containment reference.Methods in bpsim with parameters of type DurationParameterType Modifier and Type Method Description voidDocumentRoot. setDurationParameter(DurationParameterType value)Sets the value of the 'Duration Parameter' containment reference. -
Uses of DurationParameterType in bpsim.impl
Classes in bpsim.impl that implement DurationParameterType Modifier and Type Class Description classDurationParameterTypeImplAn implementation of the model object 'Duration Parameter Type'.Methods in bpsim.impl that return DurationParameterType Modifier and Type Method Description DurationParameterTypeBpsimFactoryImpl. createDurationParameterType()DurationParameterTypeDocumentRootImpl. getDurationParameter()Methods in bpsim.impl with parameters of type DurationParameterType Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainDocumentRootImpl. basicSetDurationParameter(DurationParameterType newDurationParameter, org.eclipse.emf.common.notify.NotificationChain msgs)voidDocumentRootImpl. setDurationParameter(DurationParameterType newDurationParameter) -
Uses of DurationParameterType in bpsim.util
Methods in bpsim.util with parameters of type DurationParameterType Modifier and Type Method Description TBpsimSwitch. caseDurationParameterType(DurationParameterType object)Returns the result of interpreting the object as an instance of 'Duration Parameter Type'.
-