Package com.bayesserver.causal
Interface NodeSetItem
-
- All Known Implementing Classes:
AdjustmentSetNode
,DisjunctiveCauseSetNode
,FrontDoorSetNode
public interface NodeSetItem
Represents a node in a set.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Node
getNode()
Gets the node.Integer
getTime()
Gets the node time, for temporal nodes.
-