blueprint's element toString

Issue #13 resolved
Pieter Martin created an issue

Hi

Running some gremlin queries from my ui I noticed that bitsy does not implement a toString() method on graph elements. As the gremlin result are displayed as a string the element's toString() method is invoked. Currently it returns Object's toString()

In blueprints there is already a

com.tinkerpop.blueprints.util.StringFactory

with utility methods for displaying graph elements. This returns a nicer representation of the element.

Can you please add this feature in? Thanks Pieter

Comments (3)

  1. Log in to comment