Package com.bayesserver.causal
Class AdjustmentSetNode
- java.lang.Object
-
- com.bayesserver.causal.AdjustmentSetNode
-
- All Implemented Interfaces:
NodeSetItem
public final class AdjustmentSetNode extends Object implements NodeSetItem
Represents a node in an adjustment set.- See Also:
AdjustmentSet
-
-
Constructor Summary
Constructors Constructor Description AdjustmentSetNode(Node node)
Initializes a new instance of theAdjustmentSetNode
class.AdjustmentSetNode(Node node, Integer time)
Initializes a new instance of theAdjustmentSetNode
class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Node
getNode()
Gets the node.Integer
getTime()
Gets the node time, for temporal nodes.
-
-
-
Constructor Detail
-
AdjustmentSetNode
public AdjustmentSetNode(Node node)
Initializes a new instance of theAdjustmentSetNode
class.- Parameters:
node
- The adjustment set node.
-
AdjustmentSetNode
public AdjustmentSetNode(Node node, Integer time)
Initializes a new instance of theAdjustmentSetNode
class.- Parameters:
node
- The adjustment set node.time
- The adjustment set node time, for temporal nodes.
-
-
Method Detail
-
getNode
public Node getNode()
Gets the node.- Specified by:
getNode
in interfaceNodeSetItem
-
getTime
public Integer getTime()
Gets the node time, for temporal nodes.- Specified by:
getTime
in interfaceNodeSetItem
-
-