public class RecomposingReplayWorkspace
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.util.Set<org.processmining.plugins.replayer.replayresult.SyncReplayResult> |
alignments
The alignments under total border agreement found so far.
|
org.deckfour.xes.factory.XFactory |
factory
Factory to use to create a new log.
|
java.util.Map<java.lang.Integer,java.lang.Integer> |
indexMap
A map that maps the indices in the current log to the indices in the original log.
|
org.deckfour.xes.model.XLog |
log
The log to replay next.
|
int |
nofIterations
The number of iterations (replays) performed so far.
|
java.util.Set<org.processmining.plugins.replayer.replayresult.SyncReplayResult> |
openAlignments
The alignments still to replay, if not stopped earlier.
|
RecomposingReplayParameters |
parameters
The parameters to use next.
|
java.util.Set<org.processmining.plugins.replayer.replayresult.SyncReplayResult> |
pseudoAlignments
The alignments rejected so far.
|
Constructor and Description |
---|
RecomposingReplayWorkspace(org.deckfour.xes.model.XLog log,
RecomposingReplayParameters parameters) |
public org.deckfour.xes.factory.XFactory factory
public org.deckfour.xes.model.XLog log
public java.util.Set<org.processmining.plugins.replayer.replayresult.SyncReplayResult> alignments
public java.util.Set<org.processmining.plugins.replayer.replayresult.SyncReplayResult> pseudoAlignments
public java.util.Set<org.processmining.plugins.replayer.replayresult.SyncReplayResult> openAlignments
public RecomposingReplayParameters parameters
public java.util.Map<java.lang.Integer,java.lang.Integer> indexMap
public int nofIterations
public RecomposingReplayWorkspace(org.deckfour.xes.model.XLog log, RecomposingReplayParameters parameters)