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 org.apache.flink.api.java.tuple.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, toStringCopyright © 2014–2019 The Apache Software Foundation. All rights reserved.