Package jline.api.wkflow
Class Wkflow_branch_detector.BranchPattern
-
- All Implemented Interfaces:
public final class Wkflow_branch_detector.BranchPatternData class to represent a branch pattern with probabilities.
-
-
Field Summary
Fields Modifier and Type Field Description private final List<Integer>branchNodesprivate final List<Double>probabilitiesprivate final IntegerforkNodeprivate final IntegerjoinNode
-
Method Summary
Modifier and Type Method Description final List<Integer>getBranchNodes()final List<Double>getProbabilities()final IntegergetForkNode()final IntegergetJoinNode()-
-
Method Detail
-
getBranchNodes
final List<Integer> getBranchNodes()
-
getProbabilities
final List<Double> getProbabilities()
-
getForkNode
final Integer getForkNode()
-
getJoinNode
final Integer getJoinNode()
-
-
-
-