Package | Description |
---|---|
org.processmining.plugins.etm.model.narytree.replayer.basisilp |
Modifier and Type | Method and Description |
---|---|
NAryTreeBasisILPTail |
NAryTreeBasisILPDelegate.createInitialTail(NAryTreeHead head) |
NAryTreeBasisILPTail |
NAryTreeBasisILPTail.getNewTail(AbstractNAryTreeDelegate<?> delegate,
NAryTreeHead h,
int minCost) |
NAryTreeBasisILPTail |
NAryTreeBasisILPTail.getNewTail(int estimate,
short[] variables) |
NAryTreeBasisILPTail |
NAryTreeBasisILPTailCompressor.inflate(java.io.InputStream stream) |
Modifier and Type | Method and Description |
---|---|
void |
NAryTreeBasisILPTailCompressor.deflate(NAryTreeBasisILPTail object,
java.io.OutputStream stream)
This deflater is used for updating cached objects, hence the size of the
tail cannot vary with the values of the variables.
|
Modifier and Type | Method and Description |
---|---|
<H extends nl.tue.astar.Head> |
NAryTreeBasisILPTailCompressor.inflateEstimate(nl.tue.astar.impl.memefficient.StorageAwareDelegate<H,NAryTreeBasisILPTail> delegate,
H head,
java.io.InputStream stream) |