Package | Description |
---|---|
ubic.basecode.dataStructure.graph |
Modifier and Type | Field and Description |
---|---|
protected Map<K,DirectedGraphNode<K,V>> |
DirectedGraph.items |
Modifier and Type | Method and Description |
---|---|
DirectedGraphNode<K,V> |
DirectedGraphNode.clone()
Makes a copy of this node.
|
DirectedGraphNode<K,V> |
DirectedGraph.getRoot() |
Modifier and Type | Method and Description |
---|---|
Set<DirectedGraphNode<K,V>> |
DirectedGraphNode.getAllChildNodes()
Get all the children of this node, recursively.
|
Set<DirectedGraphNode<K,V>> |
DirectedGraphNode.getAllParentNodes()
Get all the parents of this node, recursively.
|
Set<DirectedGraphNode<K,V>> |
DirectedGraphNode.getChildNodes()
Get the immediate children of this node.
|
Map<K,DirectedGraphNode<K,V>> |
DirectedGraph.getItems() |
Set<DirectedGraphNode<K,V>> |
DirectedGraphNode.getParentNodes()
Get the immediate parents of this node.
|
Modifier and Type | Method and Description |
---|---|
void |
DirectedGraph.addNode(DirectedGraphNode<K,V> node) |
int |
DirectedGraphNode.compareTo(DirectedGraphNode<K,V> o)
Uses the topological sort order.
|
Copyright © 2003–2022 UBC Michael Smith Laboratories. All rights reserved.