public class MPReplayParameters
extends org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete.CostBasedCompleteParam
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<DeclarativeArc,java.lang.Integer> |
mapConstraint2Cost |
Constructor and Description |
---|
MPReplayParameters(java.util.Collection<org.deckfour.xes.classification.XEventClass> evClassCol,
org.deckfour.xes.classification.XEventClass dummyEvClass,
java.util.Collection<org.processmining.models.graphbased.directed.petrinet.elements.Transition> transCol) |
MPReplayParameters(java.util.Collection<org.deckfour.xes.classification.XEventClass> evClassCol,
org.deckfour.xes.classification.XEventClass dummyEvClass,
java.util.Collection<org.processmining.models.graphbased.directed.petrinet.elements.Transition> transCol,
int defMoveOnModelCost,
int defMoveOnLogCost) |
MPReplayParameters(java.util.Map<org.deckfour.xes.classification.XEventClass,java.lang.Integer> mapEvClass2Cost,
java.util.Map<org.processmining.models.graphbased.directed.petrinet.elements.Transition,java.lang.Integer> mapTrans2Cost) |
MPReplayParameters(java.util.Map<org.deckfour.xes.classification.XEventClass,java.lang.Integer> mapEvClass2Cost,
java.util.Map<org.processmining.models.graphbased.directed.petrinet.elements.Transition,java.lang.Integer> mapTrans2Cost,
java.util.Map<org.processmining.models.graphbased.directed.petrinet.elements.Transition,java.lang.Integer> mapSync2Cost) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<DeclarativeArc,java.lang.Integer> |
getMapConstraint2Cost() |
boolean |
isAllowViolatingConstraints() |
void |
setAllowViolatingConstraints(boolean allowViolatingConstraints) |
void |
setContraintCosts(java.util.Map<DeclarativeArc,java.lang.Integer> mapConstraint2Cost) |
getFinalMarkings, getInitialMarking, getMapEvClass2Cost, getMapSync2Cost, getMapTrans2Cost, getMaxNumOfStates, isPartiallyOrderedEvents, replaceTransitions, setFinalMarkings, setInitialMarking, setMapEvClass2Cost, setMapSync2Cost, setMapTrans2Cost, setMaxNumOfStates, setUsePartialOrderedEvents
getAsynchronousMoveSort, getCanceller, getEpsilon, getExpectedAlignmentOverrun, getNumThreads, getQueueingModel, getType, isCreatingConn, isGUIMode, setAsynchronousMoveSort, setCanceller, setCreateConn, setEpsilon, setExpectedAlignmentOverrun, setGUIMode, setNumThreads, setQueueingModel, setType
protected java.util.Map<DeclarativeArc,java.lang.Integer> mapConstraint2Cost
public MPReplayParameters(java.util.Collection<org.deckfour.xes.classification.XEventClass> evClassCol, org.deckfour.xes.classification.XEventClass dummyEvClass, java.util.Collection<org.processmining.models.graphbased.directed.petrinet.elements.Transition> transCol)
public MPReplayParameters(java.util.Collection<org.deckfour.xes.classification.XEventClass> evClassCol, org.deckfour.xes.classification.XEventClass dummyEvClass, java.util.Collection<org.processmining.models.graphbased.directed.petrinet.elements.Transition> transCol, int defMoveOnModelCost, int defMoveOnLogCost)
public MPReplayParameters(java.util.Map<org.deckfour.xes.classification.XEventClass,java.lang.Integer> mapEvClass2Cost, java.util.Map<org.processmining.models.graphbased.directed.petrinet.elements.Transition,java.lang.Integer> mapTrans2Cost)
public MPReplayParameters(java.util.Map<org.deckfour.xes.classification.XEventClass,java.lang.Integer> mapEvClass2Cost, java.util.Map<org.processmining.models.graphbased.directed.petrinet.elements.Transition,java.lang.Integer> mapTrans2Cost, java.util.Map<org.processmining.models.graphbased.directed.petrinet.elements.Transition,java.lang.Integer> mapSync2Cost)
public void setContraintCosts(java.util.Map<DeclarativeArc,java.lang.Integer> mapConstraint2Cost)
public java.util.Map<DeclarativeArc,java.lang.Integer> getMapConstraint2Cost()
public boolean isAllowViolatingConstraints()
public void setAllowViolatingConstraints(boolean allowViolatingConstraints)