Package com.bayesserver.causal
Interface NodeSet
-
- All Known Implementing Classes:
AdjustmentSet
,DisjunctiveCauseSet
,FrontDoorSet
public interface NodeSet
A set of nodes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<? extends NodeSetItem>
getNodes()
Gets the list of nodes in the set.
-
-
-
Method Detail
-
getNodes
List<? extends NodeSetItem> getNodes()
Gets the list of nodes in the set.
-
-