|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SPVertex | |
|---|---|
| net.spy.util | General Spy Utilites |
| Uses of SPVertex in net.spy.util |
|---|
| Methods in net.spy.util that return SPVertex | |
|---|---|
SPVertex<T> |
SPNode.getNextHop(SPNode<T> n)
Get the next hop to take you to the given node. |
SPVertex<T> |
AbstractSPNode.getNextHop(SPNode<T> n)
|
| Methods in net.spy.util that return types with arguments of type SPVertex | |
|---|---|
java.util.SortedSet<SPVertex<T>> |
SPNode.getConnections()
Get all of the connections to other nodes. |
java.util.SortedSet<SPVertex<T>> |
AbstractSPNode.getConnections()
|
java.util.Map<SPNode<T>,SPVertex<T>> |
SPNode.getNextHops()
Get the mapping of SPNode -> SPVertex hops for this SPNode. |
java.util.Map<SPNode<T>,SPVertex<T>> |
AbstractSPNode.getNextHops()
|
| Methods in net.spy.util with parameters of type SPVertex | |
|---|---|
void |
SPNode.addNextHop(SPNode<T> n,
SPVertex<T> v)
Add a vertex to the next hop database to take you to a particular location. |
void |
AbstractSPNode.addNextHop(SPNode<T> n,
SPVertex<T> v)
|
int |
SPVertex.compareTo(SPVertex<N> other)
Compare this vertex to another vertex. |
| Constructor parameters in net.spy.util with type arguments of type SPVertex | |
|---|---|
AbstractSPNode(java.util.SortedSet<SPVertex<T>> l)
Get an instance of AbstractSPNode holding its links in the given Set. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||