Uses of Interface
ubic.basecode.dataStructure.graph.Graph
-
Packages that use Graph Package Description ubic.basecode.dataStructure.graph -
-
Uses of Graph in ubic.basecode.dataStructure.graph
Classes in ubic.basecode.dataStructure.graph that implement Graph Modifier and Type Class Description class
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 Graph Modifier and Type Method Description Graph<? extends GraphNode<K,V>,K,V>
GraphNode. getGraph()
Graph<UndirectedGraphNode<K,V>,K,V>
UndirectedGraphNode. getGraph()
Constructors in ubic.basecode.dataStructure.graph with parameters of type Graph Constructor Description UndirectedGraphNode(K key, V value, Graph<UndirectedGraphNode<K,V>,K,V> graph)
-