Uses of Class
ubic.basecode.dataStructure.graph.DirectedGraphNode
Packages that use DirectedGraphNode
-
Uses of DirectedGraphNode in ubic.basecode.dataStructure.graph
Fields in ubic.basecode.dataStructure.graph with type parameters of type DirectedGraphNodeMethods in ubic.basecode.dataStructure.graph that return DirectedGraphNodeModifier and TypeMethodDescriptionDirectedGraphNode.clone()
Makes a copy of this node.DirectedGraph.getRoot()
Methods in ubic.basecode.dataStructure.graph that return types with arguments of type DirectedGraphNodeModifier and TypeMethodDescriptionDirectedGraphNode.getAllChildNodes()
Get all the children of this node, recursively.DirectedGraphNode.getAllParentNodes()
Get all the parents of this node, recursively.DirectedGraphNode.getChildNodes()
Get the immediate children of this node.Map
<K, DirectedGraphNode<K, V>> DirectedGraph.getItems()
DirectedGraphNode.getParentNodes()
Get the immediate parents of this node.Methods in ubic.basecode.dataStructure.graph with parameters of type DirectedGraphNodeModifier and TypeMethodDescriptionvoid
DirectedGraph.addNode
(DirectedGraphNode<K, V> node) int
DirectedGraphNode.compareTo
(DirectedGraphNode<K, V> o) Uses the topological sort order.