Package | Description |
---|---|
org.processmining.plugins.astar.petrinet.impl | |
org.processmining.plugins.petrinet.replayer.matchinstances.algorithms.express |
Modifier and Type | Field and Description |
---|---|
static PNaiveTail |
PNaiveTail.EMPTY |
Modifier and Type | Method and Description |
---|---|
PNaiveTail |
PNaiveDelegate.createInitialTail(PHead head) |
PNaiveTail |
PNaiveTail.inflate(java.io.InputStream stream) |
Modifier and Type | Method and Description |
---|---|
nl.tue.storage.Deflater<PNaiveTail> |
PNaiveDelegate.getTailDeflater() |
nl.tue.astar.impl.memefficient.TailInflater<PNaiveTail> |
PNaiveDelegate.getTailInflater() |
Modifier and Type | Method and Description |
---|---|
void |
PNaiveTail.deflate(PNaiveTail object,
java.io.OutputStream stream) |
Modifier and Type | Method and Description |
---|---|
<H extends nl.tue.astar.Head> |
PNaiveTail.inflateEstimate(nl.tue.astar.impl.memefficient.StorageAwareDelegate<H,PNaiveTail> delegate,
H head,
java.io.InputStream stream) |
void |
PNaiveDelegate.setStateSpace(nl.tue.storage.CompressedHashSet<nl.tue.astar.impl.State<PHead,PNaiveTail>> statespace) |
Modifier and Type | Method and Description |
---|---|
protected int |
NBestAlignmentsTreeAlg.getMinBoundMoveModel(nl.tue.astar.AStarThread.Canceller canceller,
org.deckfour.xes.model.XLog log,
org.processmining.models.graphbased.directed.petrinet.PetrinetGraph net,
TransEvClassMapping mapping,
org.deckfour.xes.classification.XEventClasses classes,
int delta,
int threads,
nl.tue.astar.impl.memefficient.MemoryEfficientAStarAlgorithm<PHead,PNaiveTail> aStar)
get cost if an empty trace is replayed on a model
|