VID - the type of the vertex idsRID - the type of the result idsV - the type of the verticesR - the type of the resultpublic interface PipelinedRegion<VID extends VertexID,RID extends ResultID,V extends Vertex<VID,RID,V,R>,R extends Result<VID,RID,V,R>>
Iterable<? extends V> getVertices()
V getVertex(VID vertexId)
vertexId - the vertex id used to look up the vertexIllegalArgumentException - if there is no vertex in this pipelined region with the
specified vertex idboolean contains(VID vertexId)
vertexId - the vertex id used to look upCopyright © 2014–2023 The Apache Software Foundation. All rights reserved.