Package fis.data.sample.classif
Interface ClassifSample
-
- All Superinterfaces:
com.jgoodies.common.bean.ObservableBean,com.jgoodies.common.bean.ObservableBean2
- All Known Implementing Classes:
ClassifSampleChangeSupportDecorator,ClassifSampleDecorator,ClassifSampleModel
public interface ClassifSample extends com.jgoodies.common.bean.ObservableBean2
-
-
Field Summary
Fields Modifier and Type Field Description static doubleDEFAULT_PRECISIONstatic StringKEY_PRECISIONstatic StringLABEL_PRECISIONstatic StringPROPERTY_CLASSIFstatic StringPROPERTY_CLASSIF_VARIABLEstatic StringPROPERTY_PRECISION
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetClassifVariable()doublegetPrecision()booleanisClassif()voidsetClassif(boolean classif)voidsetClassifVariable(int classifVariable)voidsetPrecision(double precision)
-
-
-
Field Detail
-
DEFAULT_PRECISION
static final double DEFAULT_PRECISION
- See Also:
- Constant Field Values
-
PROPERTY_CLASSIF
static final String PROPERTY_CLASSIF
- See Also:
- Constant Field Values
-
PROPERTY_CLASSIF_VARIABLE
static final String PROPERTY_CLASSIF_VARIABLE
- See Also:
- Constant Field Values
-
PROPERTY_PRECISION
static final String PROPERTY_PRECISION
- See Also:
- Constant Field Values
-
KEY_PRECISION
static final String KEY_PRECISION
- See Also:
- Constant Field Values
-
LABEL_PRECISION
static final String LABEL_PRECISION
- See Also:
- Constant Field Values
-
-