Package ubic.basecode.dataStructure.graph
package ubic.basecode.dataStructure.graph
-
ClassDescriptionAbstractGraphNode<K,
V> DirectedGraph<K,V> A graph that contains DirectedGraphNodes.DirectedGraphNode<K,V> A graph node that has the concept of parents and children.GraphNode<K,V> UndirectedGraphNode<K,V>