baseCode.dataStructure.graph
Class UndirectedGraphNode
java.lang.Object
baseCode.common.Visitable
baseCode.dataStructure.graph.AbstractGraphNode
baseCode.dataStructure.graph.UndirectedGraphNode
- All Implemented Interfaces:
- java.lang.Comparable, GraphNode
- public class UndirectedGraphNode
- extends AbstractGraphNode
Copyright (c) Columbia University
- Version:
- $Id: UndirectedGraphNode.java,v 1.4 2004/07/27 03:18:58 pavlidis Exp $
- Author:
- Paul Pavlidis
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
UndirectedGraphNode
public UndirectedGraphNode(java.lang.Object key,
java.lang.Object value,
AbstractGraph graph)
UndirectedGraphNode
public UndirectedGraphNode(java.lang.Object key)
numNeighbors
public int numNeighbors()
compareTo
public int compareTo(java.lang.Object o)
Copyright © 2003-2005 Columbia University. All Rights Reserved.