Class AbstractResponseRule

    • Constructor Detail

      • AbstractResponseRule

        public AbstractResponseRule()
    • Method Detail

      • getDefaultResponse

        public java.lang.Boolean getDefaultResponse()
        Returns whether the default response.
        Returns:
        whether the default response
      • isDefaultResponse

        public boolean isDefaultResponse()
        Returns whether the default response.
        Returns:
        true, if is default response
      • setDefaultResponse

        public void setDefaultResponse​(java.lang.Boolean defaultResponse)
        Sets whether the default response.
        Parameters:
        defaultResponse - whether the default response
      • getActionList

        public ActionList getActionList()
      • setActionList

        public void setActionList​(ActionList actionList)
      • applyActionRule

        public void applyActionRule​(java.util.Collection<Executable> actionList)
        Description copied from interface: ActionRuleApplicable
        Adds a list of action instances that can be executed.
        Specified by:
        applyActionRule in interface ActionRuleApplicable
        Parameters:
        actionList - a list of action instances