Interface IMatchDescription

  • All Superinterfaces:
    IMatch

    public interface IMatchDescription
    extends IMatch
    Matches and gets the description.
    Author:
    Christopher Mindus
    • Method Detail

      • getDescription

        java.lang.String getDescription()
        Returns the description of the match routine.
        Returns:
        The description.
      • isValid

        boolean isValid()
        Validates that this match is present and can be used.
        Returns:
        The validity state.