Package com.bayesserver
Class TopologicalSortNodeInfo
- java.lang.Object
-
- com.bayesserver.TopologicalSortNodeInfo
-
public final class TopologicalSortNodeInfo extends Object
Information about the topological order of a node.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getMaxDepth()
Gets the maximum number of links from a root node to this node.int
getMinDepth()
Gets the minimum number of links from a root node to this node.Node
getNode()
Gets the node in the network.
-
-
-
Method Detail
-
getNode
public Node getNode()
Gets the node in the network.
-
getMinDepth
public int getMinDepth()
Gets the minimum number of links from a root node to this node.
-
getMaxDepth
public int getMaxDepth()
Gets the maximum number of links from a root node to this node.
-
-