public class PAutomataTail
extends org.processmining.plugins.astar.petrinet.impl.PILPTail
Modifier | Constructor and Description |
---|---|
|
PAutomataTail(org.processmining.plugins.astar.petrinet.impl.AbstractPILPDelegate<?> delegate,
org.processmining.plugins.astar.petrinet.impl.PHead h,
int minCost) |
protected |
PAutomataTail(int estimate,
short[] variables,
boolean isExact) |
Modifier and Type | Method and Description |
---|---|
PAutomataTail |
getNextTail(nl.tue.astar.Delegate<? extends nl.tue.astar.Head,? extends nl.tue.astar.Tail> d,
nl.tue.astar.Head newHead,
int modelMove,
int logMove,
int activity)
constructs the new tail based on the two operations from the old head.
|
protected PAutomataTail(int estimate, short[] variables, boolean isExact)
public PAutomataTail(org.processmining.plugins.astar.petrinet.impl.AbstractPILPDelegate<?> delegate, org.processmining.plugins.astar.petrinet.impl.PHead h, int minCost)
public PAutomataTail getNextTail(nl.tue.astar.Delegate<? extends nl.tue.astar.Head,? extends nl.tue.astar.Tail> d, nl.tue.astar.Head newHead, int modelMove, int logMove, int activity)
nl.tue.astar.Tail
getNextTail
in interface nl.tue.astar.Tail
getNextTail
in class org.processmining.plugins.astar.petrinet.impl.PILPTail