Interface Pattern
-
- 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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<? extends Clue>getAllAreRequiredClues()List<? extends Clue>getOnlyOneIsRequiredClues()
-