Uses of Interface
bpsim.ErlangDistributionType
-
Packages that use ErlangDistributionType Package Description bpsim bpsim.impl bpsim.util -
-
Uses of ErlangDistributionType in bpsim
Methods in bpsim that return ErlangDistributionType Modifier and Type Method Description ErlangDistributionTypeBpsimFactory. createErlangDistributionType()Returns a new object of class 'Erlang Distribution Type'.ErlangDistributionTypeDocumentRoot. getErlangDistribution()Returns the value of the 'Erlang Distribution' containment reference.Methods in bpsim with parameters of type ErlangDistributionType Modifier and Type Method Description voidDocumentRoot. setErlangDistribution(ErlangDistributionType value)Sets the value of the 'Erlang Distribution' containment reference. -
Uses of ErlangDistributionType in bpsim.impl
Classes in bpsim.impl that implement ErlangDistributionType Modifier and Type Class Description classErlangDistributionTypeImplAn implementation of the model object 'Erlang Distribution Type'.Methods in bpsim.impl that return ErlangDistributionType Modifier and Type Method Description ErlangDistributionTypeBpsimFactoryImpl. createErlangDistributionType()ErlangDistributionTypeDocumentRootImpl. getErlangDistribution()Methods in bpsim.impl with parameters of type ErlangDistributionType Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainDocumentRootImpl. basicSetErlangDistribution(ErlangDistributionType newErlangDistribution, org.eclipse.emf.common.notify.NotificationChain msgs)voidDocumentRootImpl. setErlangDistribution(ErlangDistributionType newErlangDistribution) -
Uses of ErlangDistributionType in bpsim.util
Methods in bpsim.util with parameters of type ErlangDistributionType Modifier and Type Method Description TBpsimSwitch. caseErlangDistributionType(ErlangDistributionType object)Returns the result of interpreting the object as an instance of 'Erlang Distribution Type'.
-