K
- graph ID typepublic interface TertiaryResult<K> extends Serializable
GraphAlgorithm
result for three vertices.Modifier and Type | Method and Description |
---|---|
K |
getVertexId0()
Get the first vertex ID.
|
K |
getVertexId1()
Get the second vertex ID.
|
K |
getVertexId2()
Get the third vertex ID.
|
void |
setVertexId0(K vertexId0)
Set the first vertex ID.
|
void |
setVertexId1(K vertexId1)
Set the second vertex ID.
|
void |
setVertexId2(K vertexId2)
Set the third vertex ID.
|
K getVertexId0()
void setVertexId0(K vertexId0)
vertexId0
- new vertex IDK getVertexId1()
void setVertexId1(K vertexId1)
vertexId1
- new vertex IDK getVertexId2()
void setVertexId2(K vertexId2)
vertexId2
- new vertex IDCopyright © 2014–2021 The Apache Software Foundation. All rights reserved.