KT
- the key type of the top verticesKB
- the key type of the bottom verticesEV
- the edge value typepublic class BipartiteEdge<KT,KB,EV> extends Tuple3<KT,KB,EV>
BipartiteGraph
. It
is generalized form of Edge
where the source and target vertex IDs can be of different
types.Constructor and Description |
---|
BipartiteEdge() |
BipartiteEdge(KT topId,
KB bottomId,
EV value) |
Modifier and Type | Method and Description |
---|---|
KB |
getBottomId() |
KT |
getTopId() |
EV |
getValue() |
void |
setBottomId(KB bottomId) |
void |
setTopId(KT topId) |
void |
setValue(EV value) |
copy, equals, getArity, getField, hashCode, of, setField, setFields, toString
getFieldNotNull, getTupleClass, newInstance
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.