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