Package | Description |
---|---|
org.processmining.plugins.etm.model.narytree.replayer.hybridilp |
Modifier and Type | Method and Description |
---|---|
NAryTreeHybridILPTail |
NAryTreeHybridILPDelegate.createInitialTail(NAryTreeHead head) |
NAryTreeHybridILPTail |
NAryTreeHybridILPTailCompressor.inflate(java.io.InputStream stream) |
Modifier and Type | Method and Description |
---|---|
void |
NAryTreeHybridILPTailCompressor.deflate(NAryTreeHybridILPTail 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> |
NAryTreeHybridILPTailCompressor.inflateEstimate(nl.tue.astar.impl.memefficient.StorageAwareDelegate<H,NAryTreeHybridILPTail> delegate,
H head,
java.io.InputStream stream) |