[
https://issues.apache.org/jira/browse/FLINK-5909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15897271#comment-15897271
]
ASF GitHub Bot commented on FLINK-5909:
---------------------------------------
Github user greghogan commented on the issue:
https://github.com/apache/flink/pull/3434
@vasia, thinking again on `AnalyticResult`, as an empty interface I could
simply replace with `GraphAnalytic<K, VV, EV, ? extends AnalyticResult>` with
`GraphAnalytic<K, VV, EV, ? extends Object>`, for example
[here](https://github.com/apache/flink/pull/3294/files#diff-fe7c1ff55b1b1e4cd1ee7809933607b5R60).
Thoughts?
> Interface for GraphAlgorithm results
> ------------------------------------
>
> Key: FLINK-5909
> URL: https://issues.apache.org/jira/browse/FLINK-5909
> Project: Flink
> Issue Type: Sub-task
> Components: Gelly
> Affects Versions: 1.3.0
> Reporter: Greg Hogan
> Assignee: Greg Hogan
> Fix For: 1.3.0
>
>
> Create {{AlgorithmResult}} and {{AnalyticResult}} interfaces for library
> algorithms to implement. This flattens algorithm results to a single tuple.
> Also create interfaces for {{UnaryResult}}, {{BinaryResult}}, and
> {{TertiaryResult}} implementing methods to access the 0th, 1st, and 2nd
> vertices.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)