Uses of Class
org.processmining.OCLPMDiscovery.parameters.Miner
-
Packages that use Miner Package Description org.processmining.OCLPMDiscovery.parameters -
-
Uses of Miner in org.processmining.OCLPMDiscovery.parameters
Methods in org.processmining.OCLPMDiscovery.parameters that return Miner Modifier and Type Method Description MinerOCLPMDiscoveryParameters. getPlaceDiscoveryAlgorithm()static MinerMiner. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Miner[]Miner. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.processmining.OCLPMDiscovery.parameters with parameters of type Miner Modifier and Type Method Description voidOCLPMDiscoveryParameters. setPlaceDiscoveryAlgorithm(Miner placeDiscoveryAlgorithm)
-