Class SimulationControl

  • All Implemented Interfaces:
    com.expediagroup.graphql.server.operations.Mutation

    
    public final class SimulationControl<T extends Object, P extends Position<out P>>
     implements Mutation
                        

    A SimulationControl provides GraphQL Mutation for manipulating the current simulation.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String play() Play the simulation.
      final String pause() Pause the simulation.
      final String terminate() Terminate the simulation.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait