public class IterativeAStarPlugin extends AbstractAlignmentPlugin
Constructor and Description |
---|
IterativeAStarPlugin() |
Modifier and Type | Method and Description |
---|---|
protected ReplayerParameters |
constructReplayParameters(int numThreads,
boolean usePartialOrder,
int maximumNumberOfStates) |
java.lang.String |
getHTMLInfo()
HTML explanation of the algorithm
|
java.lang.String |
toString()
The name of the algorithm
|
constructParamProvider, constructReplayer, isAllReqSatisfied, isParameterReqCorrect, isReqWOParameterSatisfied, replayLog
public java.lang.String getHTMLInfo()
org.processmining.plugins.petrinet.replayer.algorithms.IPNReplayAlgorithm
public java.lang.String toString()
org.processmining.plugins.petrinet.replayer.algorithms.IPNReplayAlgorithm
toString
in interface org.processmining.plugins.petrinet.replayer.algorithms.IPNReplayAlgorithm
toString
in class java.lang.Object
protected ReplayerParameters constructReplayParameters(int numThreads, boolean usePartialOrder, int maximumNumberOfStates)
constructReplayParameters
in class AbstractAlignmentPlugin