public class dataEvaluationSettings
extends java.lang.Object
Constructor and Description |
---|
dataEvaluationSettings() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMaxCutoff() |
java.lang.String |
getMaxInput() |
int |
getMaxNoCases() |
boolean |
getMiner() |
int |
getMinNoCases() |
java.lang.String |
getTargetDeterminism() |
javax.swing.JComponent |
initComponents() |
void |
setMaxCutoff() |
void |
setMaxInput() |
void |
setMaxNoCases() |
void |
setMiner() |
void |
setMinNoCases() |
void |
setTargetDeterminism() |
public javax.swing.JComponent initComponents()
public void setMinNoCases()
public int getMinNoCases()
public void setMaxNoCases()
public int getMaxNoCases()
public void setMaxInput()
public java.lang.String getMaxInput()
public void setMaxCutoff()
public java.lang.String getMaxCutoff()
public void setTargetDeterminism()
public java.lang.String getTargetDeterminism()
public void setMiner()
public boolean getMiner()