Package ubic.basecode.dataStructure.graph
-
Interface Summary Interface Description Graph<R extends GraphNode<K,V>,K,V> GraphNode<K,V> -
Class Summary Class Description AbstractGraph<R extends GraphNode<K,V>,K,V> AbstractGraphNode<K,V> DirectedGraph<K,V> A graph that contains DirectedGraphNodes.DirectedGraphNode<K,V> A graph node that has the concept of parents and children.UndirectedGraphNode<K,V>