Package org.processmining.pdc2021
Class SimulationParameters
- java.lang.Object
-
- org.processmining.pdc2021.SimulationParameters
-
public class SimulationParameters extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SimulationParameters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCopyWeight()intgetMinLength()intgetMoveWeight()intgetNofTraces()intgetNoisePercentage()intgetRemoveWeight()intgetSumWeights()voidsetCopyWeight(int copyWeight)voidsetMinLength(int minLength)voidsetMoveWeight(int moveWeight)voidsetNofTraces(int nofTraces)voidsetNoisePercentage(int noisePercentage)voidsetRemoveWeight(int removeWeight)java.lang.StringtoString()
-
-
-
Method Detail
-
getNofTraces
public int getNofTraces()
-
setNofTraces
public void setNofTraces(int nofTraces)
-
getMinLength
public int getMinLength()
-
setMinLength
public void setMinLength(int minLength)
-
getNoisePercentage
public int getNoisePercentage()
-
setNoisePercentage
public void setNoisePercentage(int noisePercentage)
-
getRemoveWeight
public int getRemoveWeight()
-
setRemoveWeight
public void setRemoveWeight(int removeWeight)
-
getMoveWeight
public int getMoveWeight()
-
setMoveWeight
public void setMoveWeight(int moveWeight)
-
getCopyWeight
public int getCopyWeight()
-
setCopyWeight
public void setCopyWeight(int copyWeight)
-
getSumWeights
public int getSumWeights()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-