Skip to content

Conversation

@greghogan
Copy link
Contributor

Gelly contains a set of MapFunction between Vertex and Tuple2 and between Edge and Tuple3. A Vertex is a Tuple2 and an Edge is a Tuple3, and conversion in the opposite direction can be performed with a single object per MapFunction.

This only applies to the Gelly Java API. Scala tuples are not related to Vertex or Edge.

Gelly contains a set of MapFunction between Vertex and Tuple2 and
between Edge and Tuple3. A Vertex is a Tuple2 and an Edge is a Tuple3,
and conversion in the opposite direction can be performed with a single
object per MapFunction.

This only applies to the Gelly Java API. Scala tuples are not related to
Vertex or Edge.
@vasia
Copy link
Contributor

vasia commented May 1, 2016

Thanks for the PR! Merging.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants