public class PNManifestReplayerILPPNetPatternAlgorithm extends java.lang.Object implements IPNManifestReplayAlgorithm
Constructor and Description |
---|
PNManifestReplayerILPPNetPatternAlgorithm() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getHTMLInfo()
Return information about this algorithm
|
boolean |
isAllReqSatisfied(org.processmining.models.graphbased.directed.petrinet.PetrinetGraph net,
org.deckfour.xes.model.XLog log,
AbstractPNManifestReplayerParameter param)
Return true if all replay inputs are correct
|
protected boolean |
isCorrectParameterType(AbstractPNManifestReplayerParameter param) |
boolean |
isReqWOParameterSatisfied(org.processmining.models.graphbased.directed.petrinet.PetrinetGraph net,
org.deckfour.xes.model.XLog log,
org.processmining.models.semantics.petrinet.Marking initMarking,
org.processmining.models.semantics.petrinet.Marking[] finalMarkings)
Checking based on net, log, init marking, and final markings
|
Manifest |
replayLog(org.processmining.framework.plugin.PluginContext context,
org.processmining.models.graphbased.directed.petrinet.PetrinetGraph net,
org.deckfour.xes.model.XLog log,
AbstractPNManifestReplayerParameter parametersAbs)
Main method, assuming that all required inputs are valid
|
java.lang.String |
toString()
the name of the algorithm
|
public PNManifestReplayerILPPNetPatternAlgorithm()
public java.lang.String getHTMLInfo()
IPNManifestReplayAlgorithm
getHTMLInfo
in interface IPNManifestReplayAlgorithm
public java.lang.String toString()
toString
in class java.lang.Object
public boolean isAllReqSatisfied(org.processmining.models.graphbased.directed.petrinet.PetrinetGraph net, org.deckfour.xes.model.XLog log, AbstractPNManifestReplayerParameter param)
IPNManifestReplayAlgorithm
isAllReqSatisfied
in interface IPNManifestReplayAlgorithm
public boolean isReqWOParameterSatisfied(org.processmining.models.graphbased.directed.petrinet.PetrinetGraph net, org.deckfour.xes.model.XLog log, org.processmining.models.semantics.petrinet.Marking initMarking, org.processmining.models.semantics.petrinet.Marking[] finalMarkings)
isReqWOParameterSatisfied
in interface IPNManifestReplayAlgorithm
protected boolean isCorrectParameterType(AbstractPNManifestReplayerParameter param)
public Manifest replayLog(org.processmining.framework.plugin.PluginContext context, org.processmining.models.graphbased.directed.petrinet.PetrinetGraph net, org.deckfour.xes.model.XLog log, AbstractPNManifestReplayerParameter parametersAbs)
IPNManifestReplayAlgorithm
replayLog
in interface IPNManifestReplayAlgorithm