Uses of Interface
bpsim.BooleanParameterType
-
Packages that use BooleanParameterType Package Description bpsim bpsim.impl bpsim.util -
-
Uses of BooleanParameterType in bpsim
Methods in bpsim that return BooleanParameterType Modifier and Type Method Description BooleanParameterTypeBpsimFactory. createBooleanParameterType()Returns a new object of class 'Boolean Parameter Type'.BooleanParameterTypeDocumentRoot. getBooleanParameter()Returns the value of the 'Boolean Parameter' containment reference.Methods in bpsim with parameters of type BooleanParameterType Modifier and Type Method Description voidDocumentRoot. setBooleanParameter(BooleanParameterType value)Sets the value of the 'Boolean Parameter' containment reference. -
Uses of BooleanParameterType in bpsim.impl
Classes in bpsim.impl that implement BooleanParameterType Modifier and Type Class Description classBooleanParameterTypeImplAn implementation of the model object 'Boolean Parameter Type'.Methods in bpsim.impl that return BooleanParameterType Modifier and Type Method Description BooleanParameterTypeBpsimFactoryImpl. createBooleanParameterType()BooleanParameterTypeDocumentRootImpl. getBooleanParameter()Methods in bpsim.impl with parameters of type BooleanParameterType Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainDocumentRootImpl. basicSetBooleanParameter(BooleanParameterType newBooleanParameter, org.eclipse.emf.common.notify.NotificationChain msgs)voidDocumentRootImpl. setBooleanParameter(BooleanParameterType newBooleanParameter) -
Uses of BooleanParameterType in bpsim.util
Methods in bpsim.util with parameters of type BooleanParameterType Modifier and Type Method Description TBpsimSwitch. caseBooleanParameterType(BooleanParameterType object)Returns the result of interpreting the object as an instance of 'Boolean Parameter Type'.
-