189190191192193194195
public default GraphTraversal<S, Vertex> bothV() { return this.toV(Direction.BOTH); } public default GraphTraversal<S, Vertex> otherV() { return this.addStep(new EdgeOtherVertexStep(this)); }