public class DiscoverBaseLineCNetPlugin.DiscoverBaseLineCNetPluginParametersImpl
extends org.processmining.basicutils.parameters.impl.PluginParametersImpl
Constructor and Description |
---|
DiscoverBaseLineCNetPluginParametersImpl() |
Modifier and Type | Method and Description |
---|---|
double |
getAndThreshold() |
double |
getDependencyThreshold() |
org.deckfour.xes.classification.XEventClassifier |
getEventClassifier() |
double |
getPositiveObservations() |
void |
setAndThreshold(double andThreshold) |
void |
setDependencyThreshold(double dependencyThreshold) |
void |
setEventClassifier(org.deckfour.xes.classification.XEventClassifier classifier) |
void |
setPositiveObservations(double positiveObservations) |
public DiscoverBaseLineCNetPluginParametersImpl()
public double getDependencyThreshold()
public org.deckfour.xes.classification.XEventClassifier getEventClassifier()
public double getPositiveObservations()
public double getAndThreshold()
public void setDependencyThreshold(double dependencyThreshold)
public void setEventClassifier(org.deckfour.xes.classification.XEventClassifier classifier)
public void setPositiveObservations(double positiveObservations)
public void setAndThreshold(double andThreshold)