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