| Modifier and Type | Method and Description |
|---|---|
List<Edge<V,E>> |
VertexInterface.getEdges() |
List<Edge<V,E>> |
Vertex.getEdges() |
| Modifier and Type | Method and Description |
|---|---|
void |
Vertex.addEdge(Edge<V,E> edge) |
String |
Vertex.getDestinationPeerName(Edge<V,E> edge) |
void |
VertexInterface.sendMessage(Edge<V,E> e,
M msg)
Sends a message to another vertex.
|
void |
Vertex.sendMessage(Edge<V,E> e,
M msg) |
| Modifier and Type | Method and Description |
|---|---|
void |
Vertex.setEdges(List<Edge<V,E>> list) |
Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.