Modifier and Type | Field and Description |
---|---|
static MiningAlgorithmsFactory.algorithms |
ModelConstants.defaultMiningAlgorithm |
Modifier and Type | Field and Description |
---|---|
java.util.Map<java.lang.String,MiningAlgorithmsFactory.algorithms> |
MiningAlgorithmsFactory.algorithmsLabels |
Modifier and Type | Method and Description |
---|---|
static MiningAlgorithmsFactory.algorithms |
MiningAlgorithmsFactory.algorithms.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MiningAlgorithmsFactory.algorithms[] |
MiningAlgorithmsFactory.algorithms.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ApplyMiningAlgorithm |
MiningAlgorithmsFactory.getMiningAlgorithm(MiningAlgorithmsFactory.algorithms miningAlgorithmDescription) |
Modifier and Type | Method and Description |
---|---|
void |
FilteringVisualizerModel.filterLogAndGetPetrinet(MiningAlgorithmsFactory.algorithms miningAlgorithmDescription) |