public class BalancedDataAlignmentState extends DataAlignmentState
f_cost, h_cost, logTracePrefix, processTracePrefix, treeSize, visitedNodes
Constructor and Description |
---|
BalancedDataAlignmentState(ExecutionTrace logTrace,
ExecutionTrace processTrace,
int overallCost,
int dataCost,
int maxCost,
org.deckfour.xes.model.XTrace trace) |
Modifier and Type | Method and Description |
---|---|
int |
getDataCost() |
ExecutionTrace |
getLogTracePrefix() |
int |
getMaxCost() |
org.deckfour.xes.model.XTrace |
getOriginalTrace() |
float |
getOverallFitness() |
ExecutionTrace |
getProcessTracePrefix() |
getControlFlowFitness, setControlFlowFitness
compareTo, getCost, getTraceName, toString
public BalancedDataAlignmentState(ExecutionTrace logTrace, ExecutionTrace processTrace, int overallCost, int dataCost, int maxCost, org.deckfour.xes.model.XTrace trace)
public float getOverallFitness()
public int getDataCost()
public ExecutionTrace getProcessTracePrefix()
getProcessTracePrefix
in class ReplayState
public ExecutionTrace getLogTracePrefix()
getLogTracePrefix
in class ReplayState
public org.deckfour.xes.model.XTrace getOriginalTrace()
public int getMaxCost()