Package alps.java.api.util
Schnittstelle IHasSiSiCostPerExecution
- Alle bekannten Unterschnittstellen:
IDoState
,ISendState
public interface IHasSiSiCostPerExecution
For SimpleSimulation: expected cost of a state per Execution
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungdouble
The expected cost per Exectuion for a statevoid
setSisiCostPerExecution
(double sisiCostPerExecution) The expected cost per Exectuion for a stat
-
Methodendetails
-
getSisiCostPerExecution
double getSisiCostPerExecution()The expected cost per Exectuion for a state- Gibt zurück:
-
setSisiCostPerExecution
void setSisiCostPerExecution(double sisiCostPerExecution) The expected cost per Exectuion for a stat- Parameter:
sisiCostPerExecution
- The expected cost per Exectuion for a stat
-