Package fis.data.sample.classif
Class ClassifSampleDecorator
- java.lang.Object
-
- util.jgoodies.common.bean.ObservableBean2Decorator<ClassifSample>
-
- fis.data.sample.classif.ClassifSampleDecorator
-
- All Implemented Interfaces:
com.jgoodies.common.bean.ObservableBean,com.jgoodies.common.bean.ObservableBean2,ClassifSample
- Direct Known Subclasses:
ClassifSampleChangeSupportDecorator
public class ClassifSampleDecorator extends ObservableBean2Decorator<ClassifSample> implements ClassifSample
-
-
Field Summary
-
Fields inherited from interface fis.data.sample.classif.ClassifSample
DEFAULT_PRECISION, KEY_PRECISION, LABEL_PRECISION, PROPERTY_CLASSIF, PROPERTY_CLASSIF_VARIABLE, PROPERTY_PRECISION
-
-
Constructor Summary
Constructors Constructor Description ClassifSampleDecorator(ClassifSample classifSample)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetClassifVariable()doublegetPrecision()booleanisClassif()voidsetClassif(boolean classif)voidsetClassifVariable(int classifVariable)voidsetPrecision(double precision)-
Methods inherited from class util.jgoodies.common.bean.ObservableBean2Decorator
addPropertyChangeListener, addPropertyChangeListener, getBean, getPropertyChangeListeners, getPropertyChangeListeners, removePropertyChangeListener, removePropertyChangeListener
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Constructor Detail
-
ClassifSampleDecorator
public ClassifSampleDecorator(ClassifSample classifSample)
-
-
Method Detail
-
setClassif
public void setClassif(boolean classif)
- Specified by:
setClassifin interfaceClassifSample
-
isClassif
public boolean isClassif()
- Specified by:
isClassifin interfaceClassifSample
-
setClassifVariable
public void setClassifVariable(int classifVariable)
- Specified by:
setClassifVariablein interfaceClassifSample
-
getClassifVariable
public int getClassifVariable()
- Specified by:
getClassifVariablein interfaceClassifSample
-
setPrecision
public void setPrecision(double precision)
- Specified by:
setPrecisionin interfaceClassifSample
-
getPrecision
public double getPrecision()
- Specified by:
getPrecisionin interfaceClassifSample
-
-