public interface VertexStatus<I,V>
Modifier and Type | Method and Description |
---|---|
I |
getId()
Get the vertex id.
|
V |
getValue()
Get the vertex value (data stored with vertex)
|
void |
setId(I id) |
void |
setValue(V value)
Set the vertex data (immediately visible in the computation)
|
I getId()
V getValue()
void setId(I id)
void setValue(V value)
value
- Vertex data to be set