Class IntUniformDef
- java.lang.Object
-
- jasima.shopSim.util.modelDef.PropertySupport
-
- jasima.shopSim.util.modelDef.streams.DblStreamDef
-
- jasima.shopSim.util.modelDef.streams.IntStreamDef
-
- jasima.shopSim.util.modelDef.streams.IntUniformDef
-
- All Implemented Interfaces:
Serializable,Cloneable
public class IntUniformDef extends IntStreamDef
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class jasima.shopSim.util.modelDef.streams.DblStreamDef
DblStreamDef.StreamDefFact
-
-
Field Summary
Fields Modifier and Type Field Description static DblStreamDef.StreamDefFactFACTORYstatic StringPARAM_MAX_VALUEstatic StringPARAM_MIN_VALUEstatic StringTYPE_STRING
-
Constructor Summary
Constructors Constructor Description IntUniformDef()IntUniformDef(int min, int max)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DblSequencecreateStream()intgetMaxValue()intgetMinValue()voidsetMaxValue(int maxValue)voidsetMinValue(int minValue)StringtoString()-
Methods inherited from class jasima.shopSim.util.modelDef.streams.DblStreamDef
clone, createStreamDefFromStream, parseDblStream, registerStreamFactory
-
Methods inherited from class jasima.shopSim.util.modelDef.PropertySupport
addPropertyChangeListener, firePropertyChange, removePropertyChangeListener
-
-
-
-
Field Detail
-
PARAM_MAX_VALUE
public static final String PARAM_MAX_VALUE
- See Also:
- Constant Field Values
-
PARAM_MIN_VALUE
public static final String PARAM_MIN_VALUE
- See Also:
- Constant Field Values
-
TYPE_STRING
public static final String TYPE_STRING
- See Also:
- Constant Field Values
-
FACTORY
public static final DblStreamDef.StreamDefFact FACTORY
-
-
Method Detail
-
createStream
public DblSequence createStream()
- Specified by:
createStreamin classDblStreamDef
-
getMinValue
public int getMinValue()
-
setMinValue
public void setMinValue(int minValue)
-
getMaxValue
public int getMaxValue()
-
setMaxValue
public void setMaxValue(int maxValue)
-
-