Uses of Class
org.processmining.logfiltering.visMiningAlgorithms.MiningAlgorithmsFactory.algorithms
-
-
Uses of MiningAlgorithmsFactory.algorithms in org.processmining.logfiltering.visConstants
Fields in org.processmining.logfiltering.visConstants declared as MiningAlgorithmsFactory.algorithms Modifier and Type Field Description static MiningAlgorithmsFactory.algorithmsModelConstants. defaultMiningAlgorithm -
Uses of MiningAlgorithmsFactory.algorithms in org.processmining.logfiltering.visMiningAlgorithms
Fields in org.processmining.logfiltering.visMiningAlgorithms with type parameters of type MiningAlgorithmsFactory.algorithms Modifier and Type Field Description java.util.Map<java.lang.String,MiningAlgorithmsFactory.algorithms>MiningAlgorithmsFactory. algorithmsLabelsMethods in org.processmining.logfiltering.visMiningAlgorithms that return MiningAlgorithmsFactory.algorithms Modifier and Type Method Description static MiningAlgorithmsFactory.algorithmsMiningAlgorithmsFactory.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.Methods in org.processmining.logfiltering.visMiningAlgorithms with parameters of type MiningAlgorithmsFactory.algorithms Modifier and Type Method Description ApplyMiningAlgorithmMiningAlgorithmsFactory. getMiningAlgorithm(MiningAlgorithmsFactory.algorithms miningAlgorithmDescription) -
Uses of MiningAlgorithmsFactory.algorithms in org.processmining.logfiltering.visualizerModel
Methods in org.processmining.logfiltering.visualizerModel with parameters of type MiningAlgorithmsFactory.algorithms Modifier and Type Method Description voidFilteringVisualizerModel. filterLogAndGetPetrinet(MiningAlgorithmsFactory.algorithms miningAlgorithmDescription)
-