Interface Pattern

All Superinterfaces:
Work, WorkFlow
All Known Implementing Classes:
BasicPatternImpl

public interface Pattern extends WorkFlow
Pattern is what the Scan is looking to Detect. If is composed on AllAreRequiredClues @see Clue (all Clue in this list must be detected) and OnlyOneIsRequiredClues (only one @see Clue from this collection needs to be detected).
Author:
Luke Shannon (Github: lshannon)
  • Method Details

    • getAllAreRequiredClues

      List<? extends Clue> getAllAreRequiredClues()
    • getOnlyOneIsRequiredClues

      List<? extends Clue> getOnlyOneIsRequiredClues()