Class DefaultTool

java.lang.Object
de.foellix.aql.config.Tool
de.foellix.aql.system.defaulttools.DefaultTool
Direct Known Subclasses:
DefaultAnalysisTool, DefaultConverter, DefaultOperator, LoadAnswerTool

public class DefaultTool extends Tool
  • Field Details

  • Constructor Details

    • DefaultTool

      public DefaultTool()
  • Method Details

    • getName

      public String getName()
      Description copied from class: Tool
      Gets the value of the name property.
      Overrides:
      getName in class Tool
      Returns:
      possible object is String
    • getVersion

      public String getVersion()
      Description copied from class: Tool
      Gets the value of the version property.
      Overrides:
      getVersion in class Tool
      Returns:
      possible object is String
    • getExecute

      public Execute getExecute()
      Description copied from class: Tool
      Gets the value of the execute property.
      Overrides:
      getExecute in class Tool
      Returns:
      possible object is Execute
    • getPath

      public String getPath()
      Description copied from class: Tool
      Gets the value of the path property.
      Overrides:
      getPath in class Tool
      Returns:
      possible object is String
    • getPriority

      public List<Priority> getPriority()
      Description copied from class: Tool
      Gets the value of the priority property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the priority property.

      For example, to add a new item, do as follows:

          getPriority().add(newItem);
       

      Objects of the following type(s) are allowed in the list Priority

      Overrides:
      getPriority in class Tool