Uses of Interface
bpsim.FloatingParameterType
-
Packages that use FloatingParameterType Package Description bpsim bpsim.impl bpsim.util -
-
Uses of FloatingParameterType in bpsim
Methods in bpsim that return FloatingParameterType Modifier and Type Method Description FloatingParameterTypeBpsimFactory. createFloatingParameterType()Returns a new object of class 'Floating Parameter Type'.FloatingParameterTypeDocumentRoot. getFloatingParameter()Returns the value of the 'Floating Parameter' containment reference.Methods in bpsim with parameters of type FloatingParameterType Modifier and Type Method Description voidDocumentRoot. setFloatingParameter(FloatingParameterType value)Sets the value of the 'Floating Parameter' containment reference. -
Uses of FloatingParameterType in bpsim.impl
Classes in bpsim.impl that implement FloatingParameterType Modifier and Type Class Description classFloatingParameterTypeImplAn implementation of the model object 'Floating Parameter Type'.Methods in bpsim.impl that return FloatingParameterType Modifier and Type Method Description FloatingParameterTypeBpsimFactoryImpl. createFloatingParameterType()FloatingParameterTypeDocumentRootImpl. getFloatingParameter()Methods in bpsim.impl with parameters of type FloatingParameterType Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainDocumentRootImpl. basicSetFloatingParameter(FloatingParameterType newFloatingParameter, org.eclipse.emf.common.notify.NotificationChain msgs)voidDocumentRootImpl. setFloatingParameter(FloatingParameterType newFloatingParameter) -
Uses of FloatingParameterType in bpsim.util
Methods in bpsim.util with parameters of type FloatingParameterType Modifier and Type Method Description TBpsimSwitch. caseFloatingParameterType(FloatingParameterType object)Returns the result of interpreting the object as an instance of 'Floating Parameter Type'.
-