Package jsl.simulation
Interface StreamOptionIfc
-
- All Known Subinterfaces:
RandomElementIfc
- All Known Implementing Classes:
NHPPTimeBtwEventRV
,NWayByChanceQObjectSender
,NWayByChanceStationSender
,RandomElement
,RandomList
,RandomVariable
,ResourcePool
,ResourcePoolWithQ
,TwoWayByChanceQObjectSender
,TwoWayByChanceStationSender
public interface StreamOptionIfc
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
getResetNextSubStreamOption()
Gets the current reset next sub-stream option true means, that it is set to jump to the next sub-stream after each replicationboolean
getResetStartStreamOption()
Gets the current Reset Start Stream Optionvoid
setResetNextSubStreamOption(boolean b)
Sets the current reset next sub-stream option true means, that it is set to jump to the next sub-stream after each replicationvoid
setResetStartStreamOption(boolean b)
Sets the reset start stream option, true means that it will be reset to the starting stream
-
-
-
Method Detail
-
getResetNextSubStreamOption
boolean getResetNextSubStreamOption()
Gets the current reset next sub-stream option true means, that it is set to jump to the next sub-stream after each replication- Returns:
- the option
-
getResetStartStreamOption
boolean getResetStartStreamOption()
Gets the current Reset Start Stream Option- Returns:
- the option
-
setResetNextSubStreamOption
void setResetNextSubStreamOption(boolean b)
Sets the current reset next sub-stream option true means, that it is set to jump to the next sub-stream after each replication- Parameters:
b
- true means reset
-
setResetStartStreamOption
void setResetStartStreamOption(boolean b)
Sets the reset start stream option, true means that it will be reset to the starting stream- Parameters:
b
- true means reset
-
-