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, setControlFlowFitnesscompareTo, getCost, getTraceName, toStringpublic 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 ReplayStatepublic ExecutionTrace getLogTracePrefix()
getLogTracePrefix in class ReplayStatepublic org.deckfour.xes.model.XTrace getOriginalTrace()
public int getMaxCost()