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 intgetMaxDepth()Gets the maximum number of links from a root node to this node.intgetMinDepth()Gets the minimum number of links from a root node to this node.NodegetNode()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.
-
-