Uses of Interface
ubic.basecode.dataStructure.graph.Graph
Packages that use Graph
-
Uses of Graph in ubic.basecode.dataStructure.graph
Classes in ubic.basecode.dataStructure.graph that implement GraphModifier and TypeClassDescriptionclass
AbstractGraph<R extends GraphNode<K,
V>, K, V> class
DirectedGraph<K,
V> A graph that contains DirectedGraphNodes.Methods in ubic.basecode.dataStructure.graph that return GraphConstructors in ubic.basecode.dataStructure.graph with parameters of type GraphModifierConstructorDescriptionUndirectedGraphNode
(K key, V value, Graph<UndirectedGraphNode<K, V>, K, V> graph)