Package | Description |
---|---|
ubic.basecode.dataStructure.graph |
Modifier and Type | Class and Description |
---|---|
class |
AbstractGraph<R extends GraphNode<K,V>,K,V> |
class |
DirectedGraph<K,V>
A graph that contains DirectedGraphNodes.
|
Modifier and Type | Method and Description |
---|---|
Graph<UndirectedGraphNode<K,V>,K,V> |
UndirectedGraphNode.getGraph() |
Graph<? extends GraphNode<K,V>,K,V> |
GraphNode.getGraph() |
Constructor and Description |
---|
UndirectedGraphNode(K key,
V value,
Graph<UndirectedGraphNode<K,V>,K,V> graph) |
Copyright © 2003–2023 UBC Michael Smith Laboratories. All rights reserved.