My graph uses vertex values which I would like to be able to set when I create an edge. I know how to set the vertex values when reading from a VertexInputFormat, but for reasons best left out of this discussion I need to be able to set them when creating edges using a custom EdgeInputFormat and EdgeReader. I have a VertexValueCombiner that ensures the proper behavior.
Is it possible to assign vertex values when I create an edge in an EdgeReader?