Class IntConstDef
- 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.IntConstDef
-
- All Implemented Interfaces:
Serializable,Cloneable
public class IntConstDef 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_VALUESstatic StringTYPE_STRING
-
Constructor Summary
Constructors Constructor Description IntConstDef()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntConstDefclone()IntSequencecreateStream()int[]getValues()voidsetValues(int[] values)StringtoString()-
Methods inherited from class jasima.shopSim.util.modelDef.streams.DblStreamDef
createStreamDefFromStream, parseDblStream, registerStreamFactory
-
Methods inherited from class jasima.shopSim.util.modelDef.PropertySupport
addPropertyChangeListener, firePropertyChange, removePropertyChangeListener
-
-
-
-
Field Detail
-
PARAM_VALUES
public static final String PARAM_VALUES
- 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 IntSequence createStream()
- Specified by:
createStreamin classDblStreamDef
-
clone
public IntConstDef clone()
- Overrides:
clonein classDblStreamDef
-
getValues
public int[] getValues()
-
setValues
public void setValues(int[] values)
-
-