Package alps.java.api.util
Schnittstelle IHasSiSiEndStayChance
- Alle bekannten Unterschnittstellen:
IDoState
- Alle bekannten Implementierungsklassen:
DoState
public interface IHasSiSiEndStayChance
For SimpleSimulation: to define
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungdouble
For do-end states to define what the likelihood of remining in the state is If there should be a do transition to leave the state SHOULD be a value between 0 and 1void
setSisiEndStayChance
(double value) For do-end states to define what the likelihood of remining in the state is If there should be a do transition to leave the state SHOULD be a value between 0 and 1
-
Methodendetails
-
getSisiEndStayChance
double getSisiEndStayChance()For do-end states to define what the likelihood of remining in the state is If there should be a do transition to leave the state SHOULD be a value between 0 and 1- Gibt zurück:
-
setSisiEndStayChance
void setSisiEndStayChance(double value) For do-end states to define what the likelihood of remining in the state is If there should be a do transition to leave the state SHOULD be a value between 0 and 1- Parameter:
value
-
-