Uses of Class
org.apache.tinkerpop.gremlin.process.traversal.P
Packages that use P
Package
Description
-
Uses of P in org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential
Methods in org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential with parameters of type PModifier and TypeMethodDescriptionstatic <A> CredentialTraversal<A,A> default <S2> CredentialTraversal<S,E> static <A> CredentialTraversal<A,A> default <S2> CredentialTraversal<S,E> static <A,B> CredentialTraversal<A, B> static <A,B> CredentialTraversal<A, B> default <E2> CredentialTraversal<S,E2> default <E2> CredentialTraversal<S,E2> CredentialTraversal.choose(P<E> choosePredicate, Traversal<?, E2> trueChoice, Traversal<?, E2> falseChoice) static <A> CredentialTraversal<A,A> static <A> CredentialTraversal<A,A> static <A> CredentialTraversal<A,A> static <A> CredentialTraversal<A,A> default CredentialTraversal<S,E> default CredentialTraversal<S,E> default CredentialTraversal<S,E> default CredentialTraversal<S,E> static <A> CredentialTraversal<A,A> default CredentialTraversal<S,E> static <A> CredentialTraversal<A,A> default CredentialTraversal<S,E> static <A> CredentialTraversal<A,A> default CredentialTraversal<S,E> static <A> CredentialTraversal<A,A> default CredentialTraversal<S,E> static <A> CredentialTraversal<A,A> default CredentialTraversal<S,E> static <A> CredentialTraversal<A,A> default <S2> CredentialTraversal<S,E> static <A> CredentialTraversal<A,A> static <A> CredentialTraversal<A,A> default CredentialTraversal<S,E> default CredentialTraversal<S,E> -
Uses of P in org.apache.tinkerpop.gremlin.language.grammar
Methods in org.apache.tinkerpop.gremlin.language.grammar that return PModifier and TypeMethodDescriptionTraversalPredicateVisitor.visitTraversalPredicate(GremlinParser.TraversalPredicateContext ctx) Visit a parse tree produced byGremlinParser.traversalPredicate().TraversalPredicateVisitor.visitTraversalPredicate_between(GremlinParser.TraversalPredicate_betweenContext ctx) Visit a parse tree produced byGremlinParser.traversalPredicate_between().TraversalPredicateVisitor.visitTraversalPredicate_containing(GremlinParser.TraversalPredicate_containingContext ctx) TraversalPredicateVisitor.visitTraversalPredicate_endingWith(GremlinParser.TraversalPredicate_endingWithContext ctx) TraversalPredicateVisitor.visitTraversalPredicate_eq(GremlinParser.TraversalPredicate_eqContext ctx) Visit a parse tree produced byGremlinParser.traversalPredicate_eq().TraversalPredicateVisitor.visitTraversalPredicate_gt(GremlinParser.TraversalPredicate_gtContext ctx) Visit a parse tree produced byGremlinParser.traversalPredicate_gt().TraversalPredicateVisitor.visitTraversalPredicate_gte(GremlinParser.TraversalPredicate_gteContext ctx) Visit a parse tree produced byGremlinParser.traversalPredicate_gte().TraversalPredicateVisitor.visitTraversalPredicate_inside(GremlinParser.TraversalPredicate_insideContext ctx) Visit a parse tree produced byGremlinParser.traversalPredicate_inside().TraversalPredicateVisitor.visitTraversalPredicate_lt(GremlinParser.TraversalPredicate_ltContext ctx) Visit a parse tree produced byGremlinParser.traversalPredicate_lt().TraversalPredicateVisitor.visitTraversalPredicate_lte(GremlinParser.TraversalPredicate_lteContext ctx) Visit a parse tree produced byGremlinParser.traversalPredicate_lte().TraversalPredicateVisitor.visitTraversalPredicate_neq(GremlinParser.TraversalPredicate_neqContext ctx) Visit a parse tree produced byGremlinParser.traversalPredicate_neq().TraversalPredicateVisitor.visitTraversalPredicate_not(GremlinParser.TraversalPredicate_notContext ctx) Visit a parse tree produced byGremlinParser.traversalPredicate_not().TraversalPredicateVisitor.visitTraversalPredicate_notContaining(GremlinParser.TraversalPredicate_notContainingContext ctx) TraversalPredicateVisitor.visitTraversalPredicate_notEndingWith(GremlinParser.TraversalPredicate_notEndingWithContext ctx) TraversalPredicateVisitor.visitTraversalPredicate_notRegex(GremlinParser.TraversalPredicate_notRegexContext ctx) TraversalPredicateVisitor.visitTraversalPredicate_notStartingWith(GremlinParser.TraversalPredicate_notStartingWithContext ctx) TraversalPredicateVisitor.visitTraversalPredicate_outside(GremlinParser.TraversalPredicate_outsideContext ctx) Visit a parse tree produced byGremlinParser.traversalPredicate_outside().TraversalPredicateVisitor.visitTraversalPredicate_regex(GremlinParser.TraversalPredicate_regexContext ctx) TraversalPredicateVisitor.visitTraversalPredicate_startingWith(GremlinParser.TraversalPredicate_startingWithContext ctx) TraversalPredicateVisitor.visitTraversalPredicate_typeOf(GremlinParser.TraversalPredicate_typeOfContext ctx) Visit a parse tree produced byGremlinParser.traversalPredicate_typeOf().TraversalPredicateVisitor.visitTraversalPredicate_within(GremlinParser.TraversalPredicate_withinContext ctx) Visit a parse tree produced byGremlinParser.traversalPredicate_within().TraversalPredicateVisitor.visitTraversalPredicate_without(GremlinParser.TraversalPredicate_withoutContext ctx) Visit a parse tree produced byGremlinParser.traversalPredicate_without(). -
Uses of P in org.apache.tinkerpop.gremlin.process.traversal
Subclasses of P in org.apache.tinkerpop.gremlin.process.traversalModifier and TypeClassDescriptionclassNotP<V>A NotP wraps a P and represents its negation.classPredefinedPredicatevalues that can be used asStringfilters.Methods in org.apache.tinkerpop.gremlin.process.traversal that return PModifier and TypeMethodDescriptionstatic <V> P<V>Determines if a value is within (inclusive) of the range of the two specified values.static <V> P<V>P.between(V first, V second) Determines if a value is within (inclusive) of the range of the two specified values.NotP.clone()P.clone()static <V> P<V>Determines if values are equal.static <V> P<V>Determines if values are equal using a child traversal resolved at runtime.static <V> P<V>P.eq(V value) Determines if values are equal.NotP.getWrapped()Returns the inner predicate wrapped by this NotP.static <V> P<V>Determines if a value is greater than another.static <V> P<V>Determines if a value is greater than another using a child traversal resolved at runtime.static <V> P<V>P.gt(V value) Determines if a value is greater than another.static <V> P<V>Determines if a value is greater than or equal to another.static <V> P<V>Determines if a value is greater than or equal to another using a child traversal resolved at runtime.static <V> P<V>P.gte(V value) Determines if a value is greater than or equal to another.static <V> P<V>Determines if a value is within (exclusive) the range of the two specified values.static <V> P<V>P.inside(V first, V second) Determines if a value is within (exclusive) the range of the two specified values.static <V> P<V>Determines if a value is less than another.static <V> P<V>Determines if a value is less than another using a child traversal resolved at runtime.static <V> P<V>P.lt(V value) Determines if a value is less than another.static <V> P<V>Determines if a value is less than or equal to another.static <V> P<V>Determines if a value is less than or equal to another using a child traversal resolved at runtime.static <V> P<V>P.lte(V value) Determines if a value is less than or equal to another.NotP.negate()Returns the original unwrapped P, since double negation cancels out.P.negate()TextP.negate()static <V> P<V>Determines if values are not equal.static <V> P<V>Determines if values are not equal using a child traversal resolved at runtime.static <V> P<V>P.neq(V value) Determines if values are not equal.static <V> P<V>The opposite of the specifiedP.static <V> P<V>Determines if a value is not within (exclusive) of the range of the two specified values.static <V> P<V>P.outside(V first, V second) Determines if a value is not within (exclusive) of the range of the two specified values.static PP.test(PBiPredicate biPredicate, Object value) Construct an instance ofPfrom aBiPredicate.static <V> P<V>Sugar method for Java/Groovy embedded cases only, determines if a value is of a type denoted by class.static <V> P<V>Determines if a value is of a type denoted by String key of GlobalTypeCache.static <V> P<V>Determines if a value is of a type denoted byGType.static <V> P<V>P.within(Collection<V> value) Determines if a value is within the specified list of values.static <V> P<V>Determines if a value is within the specified list of values.static <V> P<V>Determines if a value is within the results of a child traversal resolved at runtime.static <V> P<V>Determines if a value is within the results of child traversals resolved at runtime.static <V> P<V>P.within(V... values) Determines if a value is within the specified list of values.static <V> P<V>P.without(Collection<V> value) Determines if a value is not within the specified list of values.static <V> P<V>Determines if a value is not within the specified list of values.static <V> P<V>Determines if a value is not within the results of a child traversal resolved at runtime.static <V> P<V>Determines if a value is not within the results of child traversals resolved at runtime.static <V> P<V>P.without(V... values) Determines if a value is not within the specified list of values.Methods in org.apache.tinkerpop.gremlin.process.traversal with parameters of type PModifier and TypeMethodDescriptionstatic voidP.collectTraversals(P<?> p, List<Traversal.Admin<?, ?>> traversals) Recursively collects all child traversals from a predicate tree.static <V> P<V>The opposite of the specifiedP.Constructors in org.apache.tinkerpop.gremlin.process.traversal with parameters of type P -
Uses of P in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph
Methods in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph with parameters of type PModifier and TypeMethodDescriptionstatic <A> GraphTraversal<A,A> default <S2> GraphTraversal<S,E> FiltersElists given the providedpredicate.static <A> GraphTraversal<A,A> default <S2> GraphTraversal<S,E> FiltersElists given the providedpredicate.static <A,B> GraphTraversal<A, B> static <A,B> GraphTraversal<A, B> default <E2> GraphTraversal<S,E2> Routes the current traverser to a particular traversal branch option which allows the creation of if-then like semantics within a traversal.default <E2> GraphTraversal<S,E2> GraphTraversal.choose(P<E> choosePredicate, Traversal<?, E2> trueChoice, Traversal<?, E2> falseChoice) Routes the current traverser to a particular traversal branch option which allows the creation of if-then-else like semantics within a traversal.static <A> GraphTraversal<A,A> static <A> GraphTraversal<A,A> static <A> GraphTraversal<A,A> static <A> GraphTraversal<A,A> default GraphTraversal<S,E> Filters vertices, edges and vertex properties based on their properties.default GraphTraversal<S,E> Filters vertices, edges and vertex properties based on their properties.default GraphTraversal<S,E> Filters vertices, edges and vertex properties based on their properties.default GraphTraversal<S,E> Filters vertices, edges and vertex properties based on their properties.static <A> GraphTraversal<A,A> default GraphTraversal<S,E> Filters vertices, edges and vertex properties based on their identifier.static <A> GraphTraversal<A,A> default GraphTraversal<S,E> FiltersPropertyobjects based on their key.static <A> GraphTraversal<A,A> default GraphTraversal<S,E> Filters vertices, edges and vertex properties based on their label.static <A> GraphTraversal<A,A> default GraphTraversal<S,E> FiltersPropertyobjects based on their value.Note that calling this step withnullis the same as callingGraphTraversal.hasValue(Object, Object...)with a singlenull.static <A> GraphTraversal<A,A> default GraphTraversal<S,E> FiltersEobject values given the providedpredicate.static <A> GraphTraversal<A,A> default <S2> GraphTraversal<S,E> FiltersElists given the providedpredicate.static <A> GraphTraversal<A,A> static <A> GraphTraversal<A,A> default GraphTraversal<S,E> Filters the current object based on the object itself or the path history.default GraphTraversal<S,E> Filters the current object based on the object itself or the path history. -
Uses of P in org.apache.tinkerpop.gremlin.process.traversal.step
Methods in org.apache.tinkerpop.gremlin.process.traversal.step that return types with arguments of type PModifier and TypeMethodDescriptiondefault Collection<P<?>>HasContainerHolder.getPredicates()default Collection<P<?>>HasContainerHolder.getPredicatesGValueSafe() -
Uses of P in org.apache.tinkerpop.gremlin.process.traversal.step.filter
Fields in org.apache.tinkerpop.gremlin.process.traversal.step.filter declared as PMethods in org.apache.tinkerpop.gremlin.process.traversal.step.filter that return PModifier and TypeMethodDescriptionIsStep.getPredicate()IsStepContract.getPredicate()Retrieves the step's predicate.IsStepPlaceholder.getPredicate()IsStepContract.getPredicateGValueSafe()IsStepPlaceholder.getPredicateGValueSafe()Methods in org.apache.tinkerpop.gremlin.process.traversal.step.filter that return types with arguments of type PMethods in org.apache.tinkerpop.gremlin.process.traversal.step.filter with parameters of type PConstructors in org.apache.tinkerpop.gremlin.process.traversal.step.filter with parameters of type PModifierConstructorDescriptionAllStep(Traversal.Admin traversal, P<S2> predicate) AnyStep(Traversal.Admin traversal, P<S2> predicate) IsStep(Traversal.Admin traversal, P<S> predicate) IsStepPlaceholder(Traversal.Admin traversal, P<S> predicate) NoneStep(Traversal.Admin traversal, P<S2> predicate) WherePredicateStep(Traversal.Admin traversal, Optional<String> startKey, P<String> predicate) -
Uses of P in org.apache.tinkerpop.gremlin.process.traversal.step.util
Methods in org.apache.tinkerpop.gremlin.process.traversal.step.util that return PConstructors in org.apache.tinkerpop.gremlin.process.traversal.step.util with parameters of type P -
Uses of P in org.apache.tinkerpop.gremlin.process.traversal.util
Subclasses of P in org.apache.tinkerpop.gremlin.process.traversal.utilFields in org.apache.tinkerpop.gremlin.process.traversal.util with type parameters of type PMethods in org.apache.tinkerpop.gremlin.process.traversal.util that return PModifier and TypeMethodDescriptionAndP.negate()ConnectiveP.negate()ConnectiveP.negate(ConnectiveP<V> p) OrP.negate()Methods in org.apache.tinkerpop.gremlin.process.traversal.util that return types with arguments of type PConstructor parameters in org.apache.tinkerpop.gremlin.process.traversal.util with type arguments of type P -
Uses of P in org.apache.tinkerpop.gremlin.structure.io.binary.types
Classes in org.apache.tinkerpop.gremlin.structure.io.binary.types with type parameters of type P -
Uses of P in org.apache.tinkerpop.gremlin.structure.io.gryo
Methods in org.apache.tinkerpop.gremlin.structure.io.gryo that return PModifier and TypeMethodDescriptionMethods in org.apache.tinkerpop.gremlin.structure.io.gryo with parameters of type PMethod parameters in org.apache.tinkerpop.gremlin.structure.io.gryo with type arguments of type P