Package com.t4a.api

Interface JavaMethodAction

All Superinterfaces:
AIAction
All Known Implementing Classes:
BlankAction

public interface JavaMethodAction extends AIAction
  • Method Details

    • getActionType

      default ActionType getActionType()
      Specified by:
      getActionType in interface AIAction
      Returns:
      ActionType
      See Also:
    • getActionName

      default String getActionName()
      Specified by:
      getActionName in interface AIAction
    • getDescription

      default String getDescription()
      Description copied from interface: AIAction
      Provide a detailed description of this action name
      Specified by:
      getDescription in interface AIAction
      Returns:
    • getActionRisk

      default ActionRisk getActionRisk()
      Description copied from interface: AIAction
      By default return low action risk so that it can pass without human verification
      Specified by:
      getActionRisk in interface AIAction
      Returns:
    • isComplexMethod

      default boolean isComplexMethod()