Interface CompositeControllerActionCreator

    • Method Detail

      • getID

        String getID()
        Gets the unique id for this action. Using this id, the action may found using {@link repast.simphony.engine.controller.ControllerRegistry.findAction(Object, String)}.
        Returns:
        the id for this action
      • createControllerAction

        ControllerAction createControllerAction()
        Creates the composite controller action.
        Returns:
        the created ControllerAction.
      • isMasterOnly

        boolean isMasterOnly()
        Return true if this action creator should only create a ControllerAction for the master context.
        Returns: