public class Node extends Object
Node(String id, boolean track)
void
add(String ancestor, Tuple tuple)
setMetrics(List<Metric> metrics)
Tuple
toTuple(String collection, String field, int level, Traversal traversal)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Node(String id, boolean track)
public void setMetrics(List<Metric> metrics)
public void add(String ancestor, Tuple tuple)
public Tuple toTuple(String collection, String field, int level, Traversal traversal)