Uses of Interface
net.spy.util.SPNode

Packages that use SPNode
net.spy.util General Spy Utilites 
 

Uses of SPNode in net.spy.util
 

Classes in net.spy.util that implement SPNode
 class AbstractSPNode
          Abstract implementation of SPNode to make implementation a bit easier.
 

Methods in net.spy.util that return SPNode
 SPNode SPVertex.getTo()
          Get the destination node.
 

Methods in net.spy.util with parameters of type SPNode
 void SPNode.addNextHop(SPNode n, SPVertex v)
          Add a vertex to the next hop database to take you to a particular location.
 void AbstractSPNode.addNextHop(SPNode n, SPVertex v)
           
 void ShortestPathFinder.calculatePaths(SPNode node)
          Calculate all of the paths for a single node.
 SPVertex SPNode.getNextHop(SPNode n)
          Get the next hop to take you to the given node.
 SPVertex AbstractSPNode.getNextHop(SPNode n)
           
protected  void AbstractSPNode.linkTo(SPNode n)
          Link this SPNode to the given SPNode at the default cost.
protected  void AbstractSPNode.linkTo(SPNode n, int cost)
          Link this SPNode to the given SPNode at the given cost.
 

Constructors in net.spy.util with parameters of type SPNode
NoPathException(SPNode from, SPNode to)
          Get an instance of NoPathException.
NoPathException(SPNode from, SPNode to, java.lang.String msg)
          Get an instance of NoPathException with a message.
ShortestPath(SPNode from, SPNode to)
          Get an instance of ShortestPath.
SPVertex(SPNode to)
          Get an instance of SPVertex linking the two nodes with the default cost.
SPVertex(SPNode to, int cost)
          Get an instance of SPVertex.
 



Copyright © 1995-2005 SPY Internetworking. All Rights Reserved.