Interface SimulationClock.Builder

    • Method Detail

      • status

        SimulationClock.Builder status​(String status)

        The current status of the simulation clock.

        Parameters:
        status - The current status of the simulation clock.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ClockStatus, ClockStatus
      • status

        SimulationClock.Builder status​(ClockStatus status)

        The current status of the simulation clock.

        Parameters:
        status - The current status of the simulation clock.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ClockStatus, ClockStatus
      • targetStatus

        SimulationClock.Builder targetStatus​(String targetStatus)

        The desired status of the simulation clock.

        Parameters:
        targetStatus - The desired status of the simulation clock.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ClockTargetStatus, ClockTargetStatus