org.processmining.mining.fuzzymining.replay
Class TraceReplay
java.lang.Object
org.processmining.mining.fuzzymining.replay.TraceReplay
public class TraceReplay
- extends java.lang.Object
- Author:
- christian
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
graph
protected FuzzyGraph graph
log
protected LogReader log
instance
protected ProcessInstance instance
coverage
protected double coverage
matches
protected TraceReplay.MatchType[] matches
countRemoved
protected int countRemoved
countIncluster
protected int countIncluster
countIncorrect
protected int countIncorrect
countCorrect
protected int countCorrect
TraceReplay
public TraceReplay(FuzzyGraph graph,
LogReader log,
int traceIndex)
throws java.lang.IndexOutOfBoundsException,
java.io.IOException
- Throws:
java.lang.IndexOutOfBoundsException
java.io.IOException
getCoverage
public double getCoverage()
getMatches
public TraceReplay.MatchType[] getMatches()
getMatch
public TraceReplay.MatchType getMatch(int index)
size
public int size()
getInstance
public ProcessInstance getInstance()
replayTrace
public double replayTrace()
throws java.lang.IndexOutOfBoundsException,
java.io.IOException
- Throws:
java.lang.IndexOutOfBoundsException
java.io.IOException
checkNode
protected boolean checkNode(Node current,
java.util.HashMap<Node,java.util.Set<Node>> possibleFollowers)