Class AnnotationComparisonInputManager<T extends InputFromManager>

Type Parameters:
T - the type of input managed, which must extend InputFromManager

public class AnnotationComparisonInputManager<T extends InputFromManager> extends InputManagerWithStackReader<AnnotationComparisonInput<T>>
An input manager for annotation comparison that extends InputManagerWithStackReader.
  • Constructor Details

    • AnnotationComparisonInputManager

      public AnnotationComparisonInputManager()
  • Method Details

    • inputs

      Description copied from class: InputManager
      Creates a list of inputs given particular parameters.
      Specified by:
      inputs in class InputManager<AnnotationComparisonInput<T extends InputFromManager>>
      Parameters:
      parameters - the parameters.
      Returns:
      the list of inputs, together with any associated parent directory.
      Throws:
      InputReadFailedException - if inputs cannot be successfully read from the file-system.
    • getInput

      public InputManager<T> getInput()
      The input manager for the base input type T.
    • setInput

      public void setInput(InputManager<T> input)
      The input manager for the base input type T.
    • getNameLeft

      public String getNameLeft()
      The name of the left side in the comparison.
    • setNameLeft

      public void setNameLeft(String nameLeft)
      The name of the left side in the comparison.
    • getNameRight

      public String getNameRight()
      The name of the right side in the comparison.
    • setNameRight

      public void setNameRight(String nameRight)
      The name of the right side in the comparison.
    • getComparerLeft

      public ComparableSource getComparerLeft()
      The comparable source for the left side of the comparison.
    • setComparerLeft

      public void setComparerLeft(ComparableSource comparerLeft)
      The comparable source for the left side of the comparison.
    • getComparerRight

      public ComparableSource getComparerRight()
      The comparable source for the right side of the comparison.
    • setComparerRight

      public void setComparerRight(ComparableSource comparerRight)
      The comparable source for the right side of the comparison.