Uses of Class
jline.api.wf.Wf_branch_detector.BranchPattern
Packages that use Wf_branch_detector.BranchPattern
-
Uses of Wf_branch_detector.BranchPattern in jline.api.wf
Fields in jline.api.wf with type parameters of type Wf_branch_detector.BranchPatternMethods in jline.api.wf that return types with arguments of type Wf_branch_detector.BranchPatternModifier and TypeMethodDescriptionstatic List<Wf_branch_detector.BranchPattern> Wf_branch_detector.detectBranches(Matrix linkMatrix, List<Integer> serviceNodes, List<Integer> joinNodes) Wf_analyzer.DetectedPatterns.getBranches()Methods in jline.api.wf with parameters of type Wf_branch_detector.BranchPatternModifier and TypeMethodDescriptionWf_branch_detector.calculateBranchDiversity(Wf_branch_detector.BranchPattern pattern) Wf_branch_detector.findLeastProbableBranch(Wf_branch_detector.BranchPattern pattern) Wf_branch_detector.findMostProbableBranch(Wf_branch_detector.BranchPattern pattern) static booleanWf_branch_detector.validateBranchPattern(Wf_branch_detector.BranchPattern pattern, Matrix linkMatrix) Method parameters in jline.api.wf with type arguments of type Wf_branch_detector.BranchPatternModifier and TypeMethodDescriptionWf_branch_detector.getBranchStats(List<Wf_branch_detector.BranchPattern> patterns)