| Package | Description |
|---|---|
| ubic.basecode.dataStructure.graph |
| Modifier and Type | Method and Description |
|---|---|
DirectedGraph<K,V> |
DirectedGraphNode.getChildGraph()
Get the subgraph starting from this node, including this node.
|
DirectedGraph<K,V> |
DirectedGraphNode.getGraph() |
| Modifier and Type | Method and Description |
|---|---|
void |
DirectedGraphNode.setGraph(DirectedGraph<K,V> graph) |
| Constructor and Description |
|---|
DirectedGraphNode(K key,
V value,
DirectedGraph<K,V> graph) |
Copyright © 2003–2023 UBC Michael Smith Laboratories. All rights reserved.