Package | Description |
---|---|
org.processmining.plugins.balancedconformance.dataflow | |
org.processmining.plugins.balancedconformance.dataflow.datastate |
Modifier and Type | Field and Description |
---|---|
protected DataStateFactory |
AbstractDataAlignmentAdapter.dataStateFactory |
Modifier and Type | Method and Description |
---|---|
DataStateFactory |
AbstractDataAlignmentAdapter.getDataStateFactory() |
DataStateFactory |
DataAlignmentAdapter.getDataStateFactory() |
DataStateFactory |
DataAlignmentAdapter.NoDataAlignmentAdapter.getDataStateFactory() |
DataStateFactory |
DataAlignmentAdapterCacheImpl.getDataStateFactory() |
DataStateFactory |
DataAlignmentAdapterChainingImpl.getDataStateFactory() |
Constructor and Description |
---|
AbstractDataAlignmentAdapter(LogMapping mapping,
DataStateFactory dataStateFactory) |
DataAlignmentAdapterCacheImpl(DataViewBuilder dataViewBuilder,
DataStateFactory dataStateFactory,
org.processmining.plugins.astar.petrinet.impl.AbstractPDelegate<? extends nl.tue.astar.Tail> delegate,
LogMapping logMapping) |
DataAlignmentAdapterChainingImpl(DataStateFactory dataStateFactory) |
DataAlignmentAdapterMILPImpl(LogMapping mapping,
net.sf.javailp.SolverFactory ilpSolver,
DataStateFactory dataStateFactory,
double aStarDelta,
boolean includeVirtualVariablesInTrace,
boolean usePartialMILPProblems) |
DataAlignmentAdapterSimpleCheckImpl(LogMapping mapping,
TraceMapping traceMapping,
DataStateFactory dataStateFactory,
double aStarDelta,
org.processmining.plugins.astar.petrinet.impl.AbstractPDelegate<? extends nl.tue.astar.Tail> delegate,
DataStateStore dataStateStore) |
DataAlignmentAdapterWithoutPartialImpl(LogMapping mapping,
net.sf.javailp.SolverFactory ilpSolver,
DataStateFactory dataStateFactory,
double aStarDelta,
boolean includeVirtualVariablesInTrace) |
GurobiDataAlignmentAdapter(LogMapping logMapping,
DataStateFactory dataStateFactory,
double aStarDelta,
boolean includeVirtualVariablesInTrace,
boolean usePartialMILPProblems) |
LpSolveDataAlignmentAdapter(LogMapping logMapping,
DataStateFactory dataStateFactory,
int concurrentThreads,
double aStarDelta,
boolean includeVirtualVariablesInTrace,
boolean usePartialMILPProblems) |
LpSolveWithoutPartialDataAlignmentAdapter(LogMapping logMapping,
DataStateFactory dataStateFactory,
int concurrentThreads,
double aStarDelta,
boolean includeVirtualVariablesInTrace) |
MILPProblemBuilderImpl(LogMapping mapping,
net.sf.javailp.SolverFactory solverFactory,
DataStateFactory dataStateFactory,
double aStarDelta,
boolean includeVirtualVariablesInTraces,
boolean usePartialProblems) |
NoDataAlignmentAdapter(LogMapping logMapping,
DataStateFactory dataStateFactory) |
Modifier and Type | Class and Description |
---|---|
class |
DataStateFactoryImpl
Provider for Map based DataStates
|
Constructor and Description |
---|
DataStateStoreMemoryOptimizedImpl(DataStateFactory factory,
int initialCapacity) |
DataStateStoreMemoryOptimizedNoLockImpl(DataStateFactory factory,
int initialCapacity) |