Modifier and Type | Field and Description |
---|---|
protected DataStateStore |
AlignmentAbstractAdapter.dataStateStore |
Modifier and Type | Method and Description |
---|---|
protected DataStateStore |
AlignmentAdapterILPAbstractImpl.getDataStore() |
DataStateStore |
AlignmentAdapter.StorageHandlerFactory.newDataStateStore() |
Modifier and Type | Field and Description |
---|---|
protected DataStateStore |
DataAwareThread.dataStateStore |
Modifier and Type | Method and Description |
---|---|
DataState |
DRecord.getDataState(DataStateStore store) |
DataState |
DRecordImpl.getDataState(DataStateStore store) |
Constructor and Description |
---|
DataAwareGraphThread(nl.tue.astar.impl.memefficient.StorageAwareDelegate<H,T> delegate,
H initialHead,
nl.tue.astar.impl.AbstractAStarThread.StorageHandler<H,T> storageHandler,
nl.tue.astar.Trace trace,
int maxStates,
DataAlignmentAdapter adapter,
LogMapping logMapping,
TraceMapping traceMapping,
java.util.Map<org.deckfour.xes.model.XEvent,org.deckfour.xes.classification.XEventClass> mapEv2EventClass,
java.util.Map<org.deckfour.xes.classification.XEventClass,java.lang.Integer> mapEvClass2Cost,
DataViewBuilder dataViewBuilder,
boolean activateCache,
boolean isUseImprovedMethod,
nl.tue.astar.AStarThread.ASynchronousMoveSorting sorting,
AlignmentAdapter.PriorityQueueFactory queueFactory,
DataStateStore dataStateStore,
it.unimi.dsi.fastutil.Hash.Strategy<DRecord> strategy) |
DataAwareThread(nl.tue.astar.impl.memefficient.StorageAwareDelegate<H,T> delegate,
H initialHead,
nl.tue.astar.impl.AbstractAStarThread.StorageHandler<H,T> storageHandler,
nl.tue.astar.Trace trace,
int maxStates,
DataAlignmentAdapter adapter,
LogMapping logMapping,
TraceMapping traceMapping,
java.util.Map<org.deckfour.xes.model.XEvent,org.deckfour.xes.classification.XEventClass> mapEv2EventClass,
java.util.Map<org.deckfour.xes.classification.XEventClass,java.lang.Integer> mapEvClass2Cost,
DataViewBuilder dataViewBuilder,
boolean activateCache,
boolean isUseImprovedMethod,
nl.tue.astar.AStarThread.ASynchronousMoveSorting sorting,
AlignmentAdapter.PriorityQueueFactory queueFactory,
DataStateStore dataStateStore) |
Modifier and Type | Method and Description |
---|---|
DataStateStore |
DataAlignmentAdapterCacheImpl.newDataStateStore(int initialCapacity) |
DataStateStore |
DataAlignmentAdapterChainingImpl.newDataStateStore(int initialCapacity) |
Constructor and Description |
---|
DataAlignmentAdapterSimpleCheckImpl(LogMapping mapping,
TraceMapping traceMapping,
DataStateFactory dataStateFactory,
double aStarDelta,
org.processmining.plugins.astar.petrinet.impl.AbstractPDelegate<? extends nl.tue.astar.Tail> delegate,
DataStateStore dataStateStore) |
Modifier and Type | Class and Description |
---|---|
class |
DataStateStoreConcurrentImpl
Implementation of an
DataStateStore using the
NonBlockingHashMap together with a compare-and-swap operation. |
class |
DataStateStoreJavaNoLockImpl |
class |
DataStateStoreLockImpl
DataStateStore implementation using synchronized FastUtil Maps. |
class |
DataStateStoreMemoryOptimizedImpl
DataStateStore implementation using Object2IntMap maps &
ReentrantReadWriteLock and compressed DataState s. |
class |
DataStateStoreMemoryOptimizedNoLockImpl
DataStateStore implementation using thread-UNSAFE FastUtil maps and
compressed DataState s. |
class |
DataStateStoreNoLockImpl |
Modifier and Type | Method and Description |
---|---|
DataStateStore |
TraceMapping.getDataStateStore() |
Modifier and Type | Method and Description |
---|---|
void |
TraceMapping.setDataStateStore(DataStateStore dataStateStore) |