[
https://issues.apache.org/jira/browse/FLINK-5388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15773154#comment-15773154
]
wouter ligtenberg commented on FLINK-5388:
------------------------------------------
I have created a Temporal graph tool on top of Gelly, on top of an edge label a
temporal edge also has a starting and ending time. I have made several
algorithms that use temporal graphs.
I wanted to make a temporalGraph class that extends the Graph class such that i
can easily make the gelly calls like numberOfVertices for instance.
Also i think it should be usefull if later on other people want to add their
own abstraction layer on top of Gelly
> Remove private access of edges and vertices of Gelly Graph class
> ----------------------------------------------------------------
>
> Key: FLINK-5388
> URL: https://issues.apache.org/jira/browse/FLINK-5388
> Project: Flink
> Issue Type: Improvement
> Components: Gelly
> Affects Versions: 1.1.3
> Environment: Java
> Reporter: wouter ligtenberg
> Original Estimate: 1h
> Remaining Estimate: 1h
>
> If you want to make a special kind of Graph with special edge types or some
> different methods on top of Gelly you want to be able to extend the Graph
> class. Currently that's not possible because the constructor is private. I
> don't know what effect this has on other methods or the scale of the project,
> but it was just something that i ran into in my project
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)