Package | Description |
---|---|
ubic.basecode.dataStructure.graph |
Modifier and Type | Class and Description |
---|---|
class |
AbstractGraph<R extends GraphNode<K,V>,K,V> |
interface |
Graph<R extends GraphNode<K,V>,K,V> |
Modifier and Type | Class and Description |
---|---|
class |
AbstractGraphNode<K,V> |
class |
DirectedGraphNode<K,V>
A graph node that has the concept of parents and children.
|
class |
UndirectedGraphNode<K,V> |
Modifier and Type | Method and Description |
---|---|
Graph<? extends GraphNode<K,V>,K,V> |
GraphNode.getGraph() |
Copyright © 2003–2023 UBC Michael Smith Laboratories. All rights reserved.