Interface ActionSequenceFinder
- All Known Implementing Classes:
PCMActionSequenceFinder
public interface ActionSequenceFinder
-
Method Summary
Modifier and TypeMethodDescriptionList<? extends ActionSequence>
Finds all seqences provided by the (otherwise) provided Resources
-
Method Details
-
findAllSequences
List<? extends ActionSequence> findAllSequences()Finds all seqences provided by the (otherwise) provided Resources- Returns:
- Returns List of action sequences that were found by the finder
-