Constructor and Description |
---|
BalancedReplayResultProcessor(int traceIndex,
org.deckfour.xes.model.XTrace trace,
MaxAlignmentCostHelper maxAlignmentCostHelper,
DataAlignmentTraceProcessor dataAlignmentTraceProcessor,
DataConformancePlusObserver observer) |
BalancedReplayResultProcessor(int traceIndex,
org.deckfour.xes.model.XTrace trace,
MaxAlignmentCostHelper maxAlignmentCostHelper,
DataAlignmentTraceProcessor dataAlignmentTraceProcessor,
DataConformancePlusObserver observer,
int groupSize) |
DataAlignmentTraceProcessor(int traceIndex,
org.deckfour.xes.model.XTrace trace,
LogMapping logMapping,
AlignmentAdapter controlFlowAlignmentAdapter,
DataAlignmentAdapter dataAlignmentAdapter,
double costLimit,
DataConformancePlusObserver observer,
boolean usePartialorder)
|
DataAlignmentTraceProcessor(org.deckfour.xes.model.XTrace trace,
org.processmining.datapetrinets.DataPetriNet net,
BalancedProcessorConfiguration config,
DataConformancePlusObserver observer)
Create a
DataAlignmentTraceProcessor using the specified
BalancedProcessorConfiguration . |
DataAlignmentTraceProcessor(org.deckfour.xes.model.XTrace trace,
org.processmining.datapetrinets.DataPetriNet net,
BalancedProcessorConfiguration config,
DataConformancePlusObserver observer,
int costLimit)
Create a
DataAlignmentTraceProcessor using the specified
BalancedProcessorConfiguration . |
DataAlignmentTraceProcessor(org.deckfour.xes.model.XTrace trace,
org.processmining.datapetrinets.DataPetriNet net,
BalancedProcessorConfiguration config,
DataConformancePlusObserver observer,
int costLimit,
boolean usePartialorder) |
Modifier and Type | Method and Description |
---|---|
DataConformancePlusObserver |
DataConformancePlusConfiguration.getObserver() |
Modifier and Type | Method and Description |
---|---|
void |
DataConformancePlusConfiguration.setObserver(DataConformancePlusObserver observer) |
Modifier and Type | Field and Description |
---|---|
protected DataConformancePlusObserver |
AlignmentAbstractAdapter.dataConformancePlusObserver |
Constructor and Description |
---|
AlignmentAbstractAdapter(org.deckfour.xes.model.XLog log,
org.processmining.datapetrinets.DataPetriNet net,
LogMapping logMapping,
AlignmentAbstractAdapter.ControlFlowAlignmentConfig c,
AlignmentAdapter.StorageHandlerFactory<T> storageFactory,
DataConformancePlusObserver dataConformancePlusObserver,
DataAlignmentAdapter dataAdapter) |
AlignmentAdapterILPAbstractImpl(org.deckfour.xes.model.XLog log,
org.processmining.datapetrinets.DataPetriNet net,
LogMapping logMapping,
AlignmentAbstractAdapter.ControlFlowAlignmentConfig c,
AlignmentAdapter.StorageHandlerFactory<org.processmining.plugins.astar.petrinet.impl.PILPTail> storageFactory,
DataConformancePlusObserver dataConformancePlusObserver,
DataAlignmentAdapter dataAdapter,
boolean isKeepCFSearchSpace,
boolean isKeepDFSearchSpace) |
AlignmentAdapterILPGraphImpl(org.deckfour.xes.model.XLog log,
org.processmining.datapetrinets.DataPetriNet net,
LogMapping logMapping,
AlignmentAbstractAdapter.ControlFlowAlignmentConfig c,
AlignmentAdapter.StorageHandlerFactory<org.processmining.plugins.astar.petrinet.impl.PILPTail> storageFactory,
boolean isKeepCFSearchSpace,
boolean isKeepDFSearchSpace,
DataConformancePlusObserver dataConformancePlusObserver,
DataAlignmentAdapter dataAdapter) |
AlignmentAdapterILPTreeImpl(org.deckfour.xes.model.XLog log,
org.processmining.datapetrinets.DataPetriNet net,
LogMapping logMapping,
AlignmentAbstractAdapter.ControlFlowAlignmentConfig c,
AlignmentAdapter.StorageHandlerFactory<org.processmining.plugins.astar.petrinet.impl.PILPTail> storageFactory,
boolean isKeepCFSearchSpace,
boolean isKeepDFSearchSpace,
DataConformancePlusObserver dataConformancePlusObserver,
DataAlignmentAdapter dataAdapter) |
AlignmentDijkstraImpl(org.deckfour.xes.model.XLog log,
org.processmining.datapetrinets.DataPetriNet net,
LogMapping logMapping,
AlignmentAbstractAdapter.ControlFlowAlignmentConfig cfConfig,
AlignmentAdapter.StorageHandlerFactory<nl.tue.astar.impl.DijkstraTail> storageFactory,
boolean keepCFSearchSpace,
boolean keepDFSearchSpace,
DataConformancePlusObserver observer,
DataAlignmentAdapter dataAlignmentAdapter) |
Modifier and Type | Class and Description |
---|---|
class |
DataConformancePlusObserverImpl |
class |
DataConformancePlusObserverNoOpImpl |
class |
WrappedDataConformanceObserver |
Modifier and Type | Method and Description |
---|---|
DataConformancePlusObserver |
WrappedDataConformanceObserver.getWrappedObserver() |
Constructor and Description |
---|
WrappedDataConformanceObserver(DataConformancePlusObserver observer) |