Class SimulationDecisionAdapter.ExecutableAction

  • Enclosing class:
    SimulationDecisionAdapter

    public static final class SimulationDecisionAdapter.ExecutableAction
    extends java.lang.Object
    Runtime action payload translated from a simulation decision.
    • Constructor Detail

      • ExecutableAction

        public ExecutableAction()
    • Method Detail

      • hasMovement

        public boolean hasMovement()
        Returns:
        true when this action includes a movement destination.
      • hasInteraction

        public boolean hasInteraction()
        Returns:
        true when this action includes a target and interaction option.