Package | Description |
---|---|
org.processmining.plugins.plg.logic.models.distributions |
Modifier and Type | Method and Description |
---|---|
static ProbabilityDistribution.DISTRIBUTION |
ProbabilityDistribution.nameToDistribution(java.lang.String name)
This method to convert the distribution name into enumerations
|
static ProbabilityDistribution.DISTRIBUTION |
ProbabilityDistribution.DISTRIBUTION.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProbabilityDistribution.DISTRIBUTION[] |
ProbabilityDistribution.DISTRIBUTION.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
ProbabilityDistribution.distributionToName(ProbabilityDistribution.DISTRIBUTION d)
This method to convert the distribution enumerations to human readable
name
|