KC
- the key type of connecting verticesVVC
- the vertex value type of connecting verticesVV
- the vertex value type of top or bottom verticesEV
- the edge value type from bipartite edgespublic class Projection<KC,VVC,VV,EV> extends Tuple6<KC,VVC,VV,VV,EV,EV>
Constructor and Description |
---|
Projection() |
Projection(Vertex<KC,VVC> connectingVertex,
VV sourceVertexValue,
VV targetVertexValue,
EV sourceEdgeValue,
EV targetEdgeValue) |
Modifier and Type | Method and Description |
---|---|
KC |
getIntermediateVertexId() |
VVC |
getIntermediateVertexValue() |
EV |
getSourceEdgeValue() |
VV |
getsSourceVertexValue() |
EV |
getTargetEdgeValue() |
VV |
getTargetVertexValue() |
copy, equals, getArity, getField, hashCode, of, setField, setFields, toString
getFieldNotNull, getTupleClass
public KC getIntermediateVertexId()
public VVC getIntermediateVertexValue()
public VV getsSourceVertexValue()
public VV getTargetVertexValue()
public EV getSourceEdgeValue()
public EV getTargetEdgeValue()
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.