TraverseSpec constructor

TraverseSpec()

Implementation

TraverseSpec() {
  this.edge_direction = 1;

  this.dedup = false;
}