public class FuzzyReplay
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected FuzzyGraph |
graph |
protected ReplayListener |
listener |
protected org.deckfour.xes.model.XLog |
log |
protected java.util.ArrayList<TraceReplay> |
traceReplays |
protected double |
value |
Constructor and Description |
---|
FuzzyReplay(FuzzyGraph graph,
org.deckfour.xes.model.XLog log,
ReplayListener listener) |
Modifier and Type | Method and Description |
---|---|
TraceReplay |
getTraceReplay(int traceIndex) |
double |
getValue() |
int |
numberOfTraces() |
void |
replay(org.deckfour.xes.model.XLog reader) |
protected FuzzyGraph graph
protected org.deckfour.xes.model.XLog log
protected java.util.ArrayList<TraceReplay> traceReplays
protected double value
protected ReplayListener listener
public FuzzyReplay(FuzzyGraph graph, org.deckfour.xes.model.XLog log, ReplayListener listener) throws java.lang.IndexOutOfBoundsException, java.io.IOException
java.lang.IndexOutOfBoundsException
java.io.IOException
public double getValue()
public int numberOfTraces()
public TraceReplay getTraceReplay(int traceIndex)
public void replay(org.deckfour.xes.model.XLog reader) throws java.lang.IndexOutOfBoundsException, java.io.IOException
java.lang.IndexOutOfBoundsException
java.io.IOException