Class DblTriangularDef
- java.lang.Object
-
- jasima.shopSim.util.modelDef.PropertySupport
-
- jasima.shopSim.util.modelDef.streams.DblStreamDef
-
- jasima.shopSim.util.modelDef.streams.DblTriangularDef
-
- All Implemented Interfaces:
Serializable,Cloneable
public class DblTriangularDef extends DblStreamDef
- 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 StringPARAM_MODE_VALUEstatic StringTYPE_STRING
-
Constructor Summary
Constructors Constructor Description DblTriangularDef()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DblSequencecreateStream()doublegetMaxValue()doublegetMinValue()doublegetModeValue()voidsetMaxValue(double maxValue)voidsetMinValue(double minValue)voidsetModeValue(double modeValue)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_MODE_VALUE
public static final String PARAM_MODE_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 double getMinValue()
-
setMinValue
public void setMinValue(double minValue)
-
getMaxValue
public double getMaxValue()
-
setMaxValue
public void setMaxValue(double maxValue)
-
getModeValue
public double getModeValue()
-
setModeValue
public void setModeValue(double modeValue)
-
-