public class BehavAppParam extends AbstractDefaultPNReplayParam
canceller, createConn, guiMode| Constructor and Description |
|---|
BehavAppParam() |
| Modifier and Type | Method and Description |
|---|---|
org.processmining.models.semantics.petrinet.Marking[] |
getFinalMarkings() |
org.processmining.models.semantics.petrinet.Marking |
getInitialMarking() |
java.lang.Integer |
getMaxNumStates() |
java.lang.Boolean |
getUseLogWeight() |
java.util.Map<org.deckfour.xes.classification.XEventClass,java.lang.Integer> |
getxEventClassWeightMap() |
void |
replaceTransitions(java.util.Map<org.processmining.models.graphbased.directed.petrinet.elements.Transition,org.processmining.models.graphbased.directed.petrinet.elements.Transition> configuration,
boolean keepNonReplacedMapping)
Replace transitions in this parameter (if the parameter consider
individual transitions) with another transitions.
|
void |
setFinalMarkings(org.processmining.models.semantics.petrinet.Marking[] finalMarkings) |
void |
setInitialMarking(org.processmining.models.semantics.petrinet.Marking initialMarking) |
void |
setMaxNumStates(java.lang.Integer maxNumStates) |
void |
setUseLogWeight(java.lang.Boolean useLogWeight) |
void |
setxEventClassWeightMap(java.util.Map<org.deckfour.xes.classification.XEventClass,java.lang.Integer> xEventClassWeightMap) |
getCanceller, getNumThreads, isCreatingConn, isGUIMode, setCanceller, setCreateConn, setGUIMode, setNumThreadspublic org.processmining.models.semantics.petrinet.Marking getInitialMarking()
public void setInitialMarking(org.processmining.models.semantics.petrinet.Marking initialMarking)
initialMarking - the initialMarking to setpublic org.processmining.models.semantics.petrinet.Marking[] getFinalMarkings()
public void setFinalMarkings(org.processmining.models.semantics.petrinet.Marking[] finalMarkings)
finalMarkings - the finalMarkings to setpublic java.lang.Integer getMaxNumStates()
public void setMaxNumStates(java.lang.Integer maxNumStates)
maxNumStates - the maxNumStates to setpublic java.lang.Boolean getUseLogWeight()
public void setUseLogWeight(java.lang.Boolean useLogWeight)
useLogWeight - the useLogWeight to setpublic java.util.Map<org.deckfour.xes.classification.XEventClass,java.lang.Integer> getxEventClassWeightMap()
public void setxEventClassWeightMap(java.util.Map<org.deckfour.xes.classification.XEventClass,java.lang.Integer> xEventClassWeightMap)
xEventClassWeightMap - the xEventClassWeightMap to setpublic void replaceTransitions(java.util.Map<org.processmining.models.graphbased.directed.petrinet.elements.Transition,org.processmining.models.graphbased.directed.petrinet.elements.Transition> configuration,
boolean keepNonReplacedMapping)
IPNReplayParameterconfiguration - map from original transitions to their replacementskeepNonReplacedMapping - if true, non replaced transitions are kept in the new mapping