C
- The class implementing the cost structure.public interface ReplayCostAddOperator<C extends ReplayCost>
Modifier and Type | Method and Description |
---|---|
C |
add(C cost,
ReplayAction action,
org.processmining.models.graphbased.directed.petrinet.elements.Transition transition,
java.lang.Object object)
Returns a new cost where the costs of the given action have been added to
the current costs.
|
C add(C cost, ReplayAction action, org.processmining.models.graphbased.directed.petrinet.elements.Transition transition, java.lang.Object object)
cost
- The current costs.action
- The given action.transition
- The transition involved in the action, null if action is
REMOVE_HEAD.object
- The head of the trace involved in the action, null if action
did not involve a MATCH.