Class UndirectedGraphNode<K,V>
java.lang.Object
ubic.basecode.dataStructure.Visitable
ubic.basecode.dataStructure.graph.AbstractGraphNode<K,V>
ubic.basecode.dataStructure.graph.UndirectedGraphNode<K,V>
- All Implemented Interfaces:
Comparable<UndirectedGraphNode<K,
,V>> GraphNode<K,
V>
public class UndirectedGraphNode<K,V>
extends AbstractGraphNode<K,V>
implements Comparable<UndirectedGraphNode<K,V>>
- Author:
- Paul Pavlidis
-
Field Summary
Fields inherited from class ubic.basecode.dataStructure.graph.AbstractGraphNode
item, key, visited
-
Constructor Summary
ConstructorsConstructorDescriptionUndirectedGraphNode
(K key) UndirectedGraphNode
(K key, V value, Graph<UndirectedGraphNode<K, V>, K, V> graph) -
Method Summary