public class PMInDParameters
extends org.processmining.basicutils.parameters.impl.PluginParametersImpl
Modifier and Type | Class and Description |
---|---|
static class |
PMInDParameters.MinerType |
Constructor and Description |
---|
PMInDParameters() |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getIMSetting() |
java.lang.Integer |
getMinCorrelation() |
java.lang.Integer |
getMinDeviation() |
PMInDParameters.MinerType |
getMinerType() |
java.lang.Integer |
getMinSup() |
java.lang.Integer |
getMinTraceProp() |
java.lang.Integer |
getShiftRatio() |
boolean |
isModelBased() |
boolean |
isPrintModels() |
void |
setIMSetting(java.lang.Integer im) |
void |
setMinCorrelation(java.lang.Integer minCorr) |
void |
setMinDeviation(java.lang.Integer dev) |
void |
setMinerType(PMInDParameters.MinerType type) |
void |
setMinSup(java.lang.Integer minSup) |
void |
setMinTraceProp(java.lang.Integer minTrace) |
void |
setModelBased(boolean modelBased) |
void |
setPrintModels(boolean pm) |
void |
setShiftRatio(java.lang.Integer shiftRatio) |
java.lang.String |
toString() |
public void setIMSetting(java.lang.Integer im)
public java.lang.Integer getIMSetting()
public void setMinerType(PMInDParameters.MinerType type)
public PMInDParameters.MinerType getMinerType()
public void setMinSup(java.lang.Integer minSup)
public java.lang.Integer getMinSup()
public void setShiftRatio(java.lang.Integer shiftRatio)
public void setMinCorrelation(java.lang.Integer minCorr)
public java.lang.Integer getMinCorrelation()
public java.lang.Integer getMinDeviation()
public void setMinDeviation(java.lang.Integer dev)
public java.lang.Integer getMinTraceProp()
public void setMinTraceProp(java.lang.Integer minTrace)
public java.lang.Integer getShiftRatio()
public void setPrintModels(boolean pm)
public boolean isPrintModels()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean isModelBased()
public void setModelBased(boolean modelBased)