Package com.bayesserver.causal
Class AdjustmentSet
- java.lang.Object
-
- com.bayesserver.causal.AdjustmentSet
-
-
Constructor Summary
Constructors Constructor Description AdjustmentSet(AdjustmentSetNode... nodes)Initializes a new instance of theAdjustmentSetclass.AdjustmentSet(List<AdjustmentSetNode> nodes)Initializes a new instance of theAdjustmentSetclass.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<AdjustmentSetNode>getNodes()Gets the adjustment set nodes.
-
-
-
Constructor Detail
-
AdjustmentSet
public AdjustmentSet(List<AdjustmentSetNode> nodes)
Initializes a new instance of theAdjustmentSetclass.- Parameters:
nodes- The adjustment set nodes.
-
AdjustmentSet
public AdjustmentSet(AdjustmentSetNode... nodes)
Initializes a new instance of theAdjustmentSetclass.- Parameters:
nodes- The adjustment set nodes.
-
-
Method Detail
-
getNodes
public List<AdjustmentSetNode> getNodes()
Gets the adjustment set nodes.
-
-