Interface LiveSimulationState.Builder

    • Method Detail

      • clocks

        LiveSimulationState.Builder clocks​(Collection<SimulationClock> clocks)

        A list of simulation clocks.

        At this time, a simulation has only one clock.

        Parameters:
        clocks - A list of simulation clocks.

        At this time, a simulation has only one clock.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clocks

        LiveSimulationState.Builder clocks​(SimulationClock... clocks)

        A list of simulation clocks.

        At this time, a simulation has only one clock.

        Parameters:
        clocks - A list of simulation clocks.

        At this time, a simulation has only one clock.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • domains

        LiveSimulationState.Builder domains​(Collection<Domain> domains)

        A list of domains for the simulation. For more information about domains, see Key concepts: Domains in the SimSpace Weaver User Guide.

        Parameters:
        domains - A list of domains for the simulation. For more information about domains, see Key concepts: Domains in the SimSpace Weaver User Guide.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • domains

        LiveSimulationState.Builder domains​(Domain... domains)

        A list of domains for the simulation. For more information about domains, see Key concepts: Domains in the SimSpace Weaver User Guide.

        Parameters:
        domains - A list of domains for the simulation. For more information about domains, see Key concepts: Domains in the SimSpace Weaver User Guide.
        Returns:
        Returns a reference to this object so that method calls can be chained together.