Package | Description |
---|---|
org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete | |
org.processmining.plugins.petrinet.replayer.util.statespaces |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCostBasedCompleteAlg<T extends AbstractCPNCostBasedTreeNode<T>>
Abstraction for replay algorithms that require array of final markings (can
be empty), all transitions mapped to non-negative integer cost, and so does
all event classes.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCPNCostBasedTreeNode<T extends AbstractCPNCostBasedTreeNode<T>> |
Modifier and Type | Class and Description |
---|---|
class |
CPNCostBasedTreeNodeEnc
Variation of the CPNCostBasedTreeNodeX, with encoding such that memory
requirement is smaller
|
class |
CPNCostBasedTreeNodeEncFitness |
class |
CPNCostBasedTreeNodeEncFitnessWHeurCost |
Modifier and Type | Field and Description |
---|---|
protected T |
AbstractCPNCostBasedTreeNode.parent |