Class QueryEdge

java.lang.Object
org.apache.tinkerpop.gremlin.gql.QueryEdge

public final class QueryEdge extends Object
Represents an edge pattern element in a GQL MATCH clause. An edge connects a source QueryVertex to a target QueryVertex with an optional variable name, optional label constraint, a traversal direction, and optional property predicates on the edge itself.

Direction semantics follow the GQL arrow notation: