Constructor and Description |
---|
DefaultEdge() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getTargetVertexId()
Get the target vertex index of this edge
|
java.lang.Integer |
getValue()
Get the edge value of the edge
|
void |
setId(java.lang.String id)
Set the vertex data (immediately visible in the computation)
|
void |
setValue(java.lang.Integer value)
Set the vertex data (immediately visible in the computation)
|
public java.lang.String getTargetVertexId()
Edge
getTargetVertexId
in interface Edge<java.lang.String,java.lang.Integer>
public java.lang.Integer getValue()
Edge
public void setId(java.lang.String id)
Edge