Class IntStreamDef
- java.lang.Object
-
- jasima.shopSim.util.modelDef.PropertySupport
-
- jasima.shopSim.util.modelDef.streams.DblStreamDef
-
- jasima.shopSim.util.modelDef.streams.IntStreamDef
-
- All Implemented Interfaces:
Serializable,Cloneable
- Direct Known Subclasses:
IntConstDef,IntEmpDef,IntUniformDef
public abstract class IntStreamDef extends DblStreamDef
Abstract base class for definitions of integer streams.- Author:
- Torsten Hildebrandt
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class jasima.shopSim.util.modelDef.streams.DblStreamDef
DblStreamDef.StreamDefFact
-
-
Constructor Summary
Constructors Constructor Description IntStreamDef()
-
Method Summary
-
Methods inherited from class jasima.shopSim.util.modelDef.streams.DblStreamDef
clone, createStream, createStreamDefFromStream, parseDblStream, registerStreamFactory
-
Methods inherited from class jasima.shopSim.util.modelDef.PropertySupport
addPropertyChangeListener, firePropertyChange, removePropertyChangeListener
-
-