Package | Description |
---|---|
org.processmining.dataawareexplorer.explorer.work |
Modifier and Type | Method and Description |
---|---|
DiscoveryProcessor.DiscoveryAlgorithm |
DiscoveryProcessor.DiscoveryResult.getAlgorithm() |
static DiscoveryProcessor.DiscoveryAlgorithm |
DiscoveryProcessor.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.
|
Modifier and Type | Method and Description |
---|---|
DiscoveryProcessor.DiscoveryResult |
DiscoveryProcessor.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) |