Schnittstelle IHasSiSiEndStayChance

Alle bekannten Unterschnittstellen:
IDoState
Alle bekannten Implementierungsklassen:
DoState

public interface IHasSiSiEndStayChance
For SimpleSimulation: to define
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    double
    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
    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
  • 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 -