public class PredictionExperimentConfig
extends java.lang.Object
Constructor and Description |
---|
PredictionExperimentConfig() |
Modifier and Type | Method and Description |
---|---|
StochasticNet.ExecutionPolicy |
getExecutionPolicy() |
StochasticNet.DistributionType |
getLearnedDistributionType() |
boolean |
getLearnSPNFromData() |
int |
getMonitoringIterations() |
java.lang.String |
getResultFileName() |
int |
getSimulatedTraces() |
StochasticNet.TimeUnit |
getTimeUnitFactor() |
protected void |
getValuesFromPanel(org.processmining.plugins.stochasticpetrinet.prediction.experiment.PredictionExperimentConfig.PredictionExperimentPanel panel) |
int |
getWorkerCount() |
boolean |
letUserChooseValues(org.processmining.contexts.uitopia.UIPluginContext context) |
protected boolean |
letUserChooseValues(org.processmining.contexts.uitopia.UIPluginContext context,
org.processmining.plugins.stochasticpetrinet.prediction.experiment.PredictionExperimentConfig.PredictionExperimentPanel panel) |
void |
setExecutionPolicy(StochasticNet.ExecutionPolicy executionPolicy) |
void |
setLearnedDistributionType(StochasticNet.DistributionType learnedDistributionType) |
void |
setLearnSPNFromData(boolean learnSPNFromData) |
void |
setMonitoringIterations(int monitoringIterations) |
void |
setResultFileName(java.lang.String resultFileName) |
void |
setSimulatedTraces(int simulatedTraces) |
void |
setTimeUnitFactor(StochasticNet.TimeUnit timeUnitFactor) |
void |
setWorkerCount(int workerCount) |
public boolean letUserChooseValues(org.processmining.contexts.uitopia.UIPluginContext context)
protected boolean letUserChooseValues(org.processmining.contexts.uitopia.UIPluginContext context, org.processmining.plugins.stochasticpetrinet.prediction.experiment.PredictionExperimentConfig.PredictionExperimentPanel panel)
protected void getValuesFromPanel(org.processmining.plugins.stochasticpetrinet.prediction.experiment.PredictionExperimentConfig.PredictionExperimentPanel panel)
public int getMonitoringIterations()
public java.lang.String getResultFileName()
public int getSimulatedTraces()
public boolean getLearnSPNFromData()
public StochasticNet.DistributionType getLearnedDistributionType()
public StochasticNet.ExecutionPolicy getExecutionPolicy()
public StochasticNet.TimeUnit getTimeUnitFactor()
public int getWorkerCount()
public void setMonitoringIterations(int monitoringIterations)
public void setSimulatedTraces(int simulatedTraces)
public void setTimeUnitFactor(StochasticNet.TimeUnit timeUnitFactor)
public void setLearnSPNFromData(boolean learnSPNFromData)
public void setLearnedDistributionType(StochasticNet.DistributionType learnedDistributionType)
public void setExecutionPolicy(StochasticNet.ExecutionPolicy executionPolicy)
public void setResultFileName(java.lang.String resultFileName)
public void setWorkerCount(int workerCount)