Uses of Class
org.apache.tinkerpop.gremlin.gql.QueryVertex
Packages that use QueryVertex
-
Uses of QueryVertex in org.apache.tinkerpop.gremlin.gql
Methods in org.apache.tinkerpop.gremlin.gql that return QueryVertexModifier and TypeMethodDescriptionQueryEdge.getSource()Returns the source (left-hand) vertex of this edge pattern.QueryEdge.getTarget()Returns the target (right-hand) vertex of this edge pattern.Methods in org.apache.tinkerpop.gremlin.gql that return types with arguments of type QueryVertexModifier and TypeMethodDescriptionQueryGraph.getNodes()Returns the ordered list of all nodes in this pattern graph.Constructors in org.apache.tinkerpop.gremlin.gql with parameters of type QueryVertexModifierConstructorDescriptionQueryEdge(String variable, String label, Direction direction, QueryVertex source, QueryVertex target) QueryEdge(String variable, String label, Direction direction, QueryVertex source, QueryVertex target, List<PropertyPredicate> predicates)