Hello Greg,
So far i've added a Tuple3 in the value field of an edge and that seems to work. However in the end i want to make a library on top of Gelly that supports temporal graphs all together. For that i want to add a temporal edge class to use in the graph but i didn't succeed in doing that, i made a post about it on stackoverflow:
http://stackoverflow.com/questions/40007325/flink-gelly-extending-edge-class-and-using-it-in-datasetI would also like to extend the Gelly Graph, but i noticed the constructor being private which disables me from doing so.