Uses of Interface
bpsim.UserDistributionDataPointType
-
Packages that use UserDistributionDataPointType Package Description bpsim bpsim.impl bpsim.util -
-
Uses of UserDistributionDataPointType in bpsim
Methods in bpsim that return UserDistributionDataPointType Modifier and Type Method Description UserDistributionDataPointTypeBpsimFactory. createUserDistributionDataPointType()Returns a new object of class 'User Distribution Data Point Type'.UserDistributionDataPointTypeDocumentRoot. getUserDistributionDataPoint()Returns the value of the 'User Distribution Data Point' containment reference.Methods in bpsim that return types with arguments of type UserDistributionDataPointType Modifier and Type Method Description org.eclipse.emf.common.util.EList<UserDistributionDataPointType>UserDistributionType. getUserDistributionDataPoint()Returns the value of the 'User Distribution Data Point' containment reference list.Methods in bpsim with parameters of type UserDistributionDataPointType Modifier and Type Method Description voidDocumentRoot. setUserDistributionDataPoint(UserDistributionDataPointType value)Sets the value of the 'User Distribution Data Point' containment reference. -
Uses of UserDistributionDataPointType in bpsim.impl
Classes in bpsim.impl that implement UserDistributionDataPointType Modifier and Type Class Description classUserDistributionDataPointTypeImplAn implementation of the model object 'User Distribution Data Point Type'.Methods in bpsim.impl that return UserDistributionDataPointType Modifier and Type Method Description UserDistributionDataPointTypeBpsimFactoryImpl. createUserDistributionDataPointType()UserDistributionDataPointTypeDocumentRootImpl. getUserDistributionDataPoint()Methods in bpsim.impl that return types with arguments of type UserDistributionDataPointType Modifier and Type Method Description org.eclipse.emf.common.util.EList<UserDistributionDataPointType>UserDistributionTypeImpl. getUserDistributionDataPoint()Methods in bpsim.impl with parameters of type UserDistributionDataPointType Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainDocumentRootImpl. basicSetUserDistributionDataPoint(UserDistributionDataPointType newUserDistributionDataPoint, org.eclipse.emf.common.notify.NotificationChain msgs)voidDocumentRootImpl. setUserDistributionDataPoint(UserDistributionDataPointType newUserDistributionDataPoint) -
Uses of UserDistributionDataPointType in bpsim.util
Methods in bpsim.util with parameters of type UserDistributionDataPointType Modifier and Type Method Description TBpsimSwitch. caseUserDistributionDataPointType(UserDistributionDataPointType object)Returns the result of interpreting the object as an instance of 'User Distribution Data Point Type'.
-