com.jeffpalm.graph
Interface Node

All Superinterfaces:
java.lang.Comparable, GraphComponent

public interface Node
extends GraphComponent


Nested Class Summary
static interface Node.Iterator
           
 
Method Summary
 boolean addEdge(Edge edge)
           
 Edge.Iterator edgeIterator()
           
 java.util.Collection getEdges()
           
 
Methods inherited from interface com.jeffpalm.graph.GraphComponent
equals, getKeyObject, hashCode
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getEdges

java.util.Collection getEdges()

edgeIterator

Edge.Iterator edgeIterator()

addEdge

boolean addEdge(Edge edge)