|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Scope
Scope interface. Instance of Scope is passed to update function, and allows querying vertex neighborhood.
| Method Summary | |
|---|---|
java.util.List<Edge> |
getInboundEdges()
|
Vertex |
getNeighbor(int vertexId)
|
int |
getNumInboundEdges()
|
int |
getNumOfVertices()
|
int |
getNumOutboundEdges()
|
java.util.List<Edge> |
getOutboundEdges()
|
Vertex |
getVertex()
Get current vertex object. |
int |
getVertexId()
Get current vertex id. |
| Method Detail |
|---|
int getVertexId()
Vertex getVertex()
java.util.List<Edge> getInboundEdges()
java.util.List<Edge> getOutboundEdges()
Vertex getNeighbor(int vertexId)
int getNumInboundEdges()
int getNumOutboundEdges()
int getNumOfVertices()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||