public class LoglessAlphaMiner
extends java.lang.Object
| Constructor and Description |
|---|
LoglessAlphaMiner(HadoopGraph dfg)
Class constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.util.HashMap<java.lang.String,java.util.Set<java.lang.String>> |
getCausalRelations(HadoopGraph dfg)
Returns a map with the causal relations in the graph.
|
org.processmining.models.graphbased.directed.petrinet.Petrinet |
mine()
Mine a Petri Net from a Graph using the Alpha algorithm
|
public LoglessAlphaMiner(HadoopGraph dfg)
dfg - Directly-follows graphpublic org.processmining.models.graphbased.directed.petrinet.Petrinet mine()
throws java.lang.InterruptedException,
java.util.concurrent.ExecutionException
dfg - Directly-follows graphjava.util.concurrent.ExecutionExceptionjava.lang.InterruptedExceptionpublic java.util.HashMap<java.lang.String,java.util.Set<java.lang.String>> getCausalRelations(HadoopGraph dfg)
dfg - Directly-follows graph