public interface StochasticInformationProvider<Realization>
Modifier and Type | Method and Description |
---|---|
default int |
getNumberRealizations()
This method returns the number of realizations to be made.
|
Realization |
getRealization(int realizationID)
This method returns the realization.
|
java.util.List<java.lang.Integer> |
getRealizationIds()
Returns the ids of the different realizations
|
boolean |
isStochastic()
This method returns true if the instance is running in stochastic mode or false it is in deterministic mode.
|
default int getNumberRealizations()
java.util.List<java.lang.Integer> getRealizationIds()
boolean isStochastic()
Realization getRealization(int realizationID)
realizationID
- the id of the realization