| Package | Description |
|---|---|
| org.processmining.plugins.properties.enumerations | |
| org.processmining.plugins.properties.processmodel.impl |
| Modifier and Type | Method and Description |
|---|---|
static DistributionType |
DistributionType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DistributionType[] |
DistributionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
DistributionType |
Distribution.distributionType |
| Modifier and Type | Method and Description |
|---|---|
DistributionType |
Distribution.getDistributionType() |
| Modifier and Type | Method and Description |
|---|---|
void |
Distribution.setDistributionType(DistributionType distributionType) |
| Constructor and Description |
|---|
Distribution(DistributionType type,
java.lang.Double mean,
java.lang.Double variance,
java.lang.Double minimum,
java.lang.Double maximum,
java.lang.Double number) |
Distribution(DistributionType type,
TimeOptions timeOpt,
java.lang.Double mean,
java.lang.Double variance,
java.lang.Double minimum,
java.lang.Double maximum,
java.lang.Double number) |