Package fis.data.sample.seed
Interface Seed
-
- All Superinterfaces:
com.jgoodies.common.bean.ObservableBean,com.jgoodies.common.bean.ObservableBean2
- All Known Implementing Classes:
SeedChangeSupportDecorator,SeedDecorator,SeedModel
public interface Seed extends com.jgoodies.common.bean.ObservableBean2
-
-
Field Summary
Fields Modifier and Type Field Description static intDEFAULT_SEEDstatic StringPROPERTY_SEED
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetSeed()voidsetSeed(int seed)
-
-
-
Field Detail
-
DEFAULT_SEED
static final int DEFAULT_SEED
- See Also:
- Constant Field Values
-
PROPERTY_SEED
static final String PROPERTY_SEED
- See Also:
- Constant Field Values
-
-