Package fis.data.sample.generator.block
Interface BlockSampleGenerator
-
- All Superinterfaces:
BeanCloneable<BlockSampleGenerator>,Cloneable,com.jgoodies.common.bean.ObservableBean,com.jgoodies.common.bean.ObservableBean2
- All Known Implementing Classes:
BlockSampleGeneratorModel
public interface BlockSampleGenerator extends com.jgoodies.common.bean.ObservableBean2, BeanCloneable<BlockSampleGenerator>
-
-
Field Summary
Fields Modifier and Type Field Description static StringPROPERTY_BLOCK_SAMPLE_CHANGEDstatic StringPROPERTY_CLASSIF_CHANGEDstatic StringPROPERTY_SEED_CHANGED
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BlockSamplegetBlockSample()ClassifSamplegetClassifSample()SeedgetSeed()-
Methods inherited from interface util.bean.BeanCloneable
clone
-
-
-
-
Field Detail
-
PROPERTY_BLOCK_SAMPLE_CHANGED
static final String PROPERTY_BLOCK_SAMPLE_CHANGED
- See Also:
- Constant Field Values
-
PROPERTY_CLASSIF_CHANGED
static final String PROPERTY_CLASSIF_CHANGED
- See Also:
- Constant Field Values
-
PROPERTY_SEED_CHANGED
static final String PROPERTY_SEED_CHANGED
- See Also:
- Constant Field Values
-
-
Method Detail
-
getBlockSample
BlockSample getBlockSample()
-
getClassifSample
ClassifSample getClassifSample()
-
getSeed
Seed getSeed()
-
-