Package jline.api.wkflow
Class Wkflow_analyzer.DetectedPatterns
-
- All Implemented Interfaces:
public final class Wkflow_analyzer.DetectedPatterns
Data class to hold all detected patterns.
-
-
Method Summary
Modifier and Type Method Description final List<List<Integer>>
getSequences()
final List<List<Integer>>
getParallels()
final List<Integer>
getLoops()
final List<Wkflow_branch_detector.BranchPattern>
getBranches()
-
-
Method Detail
-
getSequences
final List<List<Integer>> getSequences()
-
getParallels
final List<List<Integer>> getParallels()
-
getBranches
final List<Wkflow_branch_detector.BranchPattern> getBranches()
-
-
-
-