Uses of Class
org.processmining.dataawareexplorer.explorer.work.DiscoveryProcessor.DiscoveryAlgorithm
-
Packages that use DiscoveryProcessor.DiscoveryAlgorithm Package Description org.processmining.dataawareexplorer.explorer.work -
-
Uses of DiscoveryProcessor.DiscoveryAlgorithm in org.processmining.dataawareexplorer.explorer.work
Methods in org.processmining.dataawareexplorer.explorer.work that return DiscoveryProcessor.DiscoveryAlgorithm Modifier and Type Method Description DiscoveryProcessor.DiscoveryAlgorithmDiscoveryProcessor.DiscoveryResult. getAlgorithm()static DiscoveryProcessor.DiscoveryAlgorithmDiscoveryProcessor.DiscoveryAlgorithm. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DiscoveryProcessor.DiscoveryAlgorithm[]DiscoveryProcessor.DiscoveryAlgorithm. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.processmining.dataawareexplorer.explorer.work with parameters of type DiscoveryProcessor.DiscoveryAlgorithm Modifier and Type Method Description DiscoveryProcessor.DiscoveryResultDiscoveryProcessor. discover(DiscoveryProcessor.DiscoveryAlgorithm algorithm, org.processmining.datadiscovery.DecisionTreeConfig config, com.google.common.collect.SetMultimap<org.processmining.models.graphbased.directed.petrinet.elements.Transition,java.lang.String> attributesWritten, java.util.Set<org.processmining.models.graphbased.directed.petrinet.elements.Place> consideredPlaces, java.util.Set<java.lang.String> consideredAttributes, DiscoveryProcessor.ProgressPublisher progressPublisher, java.util.concurrent.ExecutorService executor)
-