I
- Vertex indexE
- Edge valuepublic interface Edge<I,E>
Modifier and Type | Method and Description |
---|---|
I |
getTargetVertexId()
Get the target vertex index of this edge
|
E |
getValue()
Get the edge value of the edge
|
void |
setId(I id)
Set the vertex data (immediately visible in the computation)
|
void |
setValue(E value)
Set the vertex data (immediately visible in the computation)
|
I getTargetVertexId()
E getValue()
void setId(I id)
id
- edge data to be setvoid setValue(E value)
value
- edge data to be set