Class OrP<V>
java.lang.Object
org.apache.tinkerpop.gremlin.process.traversal.P<V>
org.apache.tinkerpop.gremlin.process.traversal.util.ConnectiveP<V>
org.apache.tinkerpop.gremlin.process.traversal.util.OrP<V>
- All Implemented Interfaces:
Serializable,Cloneable,Predicate<V>
- Author:
- Marko A. Rodriguez (http://markorodriguez.com)
- See Also:
-
Field Summary
Fields inherited from class org.apache.tinkerpop.gremlin.process.traversal.util.ConnectiveP
predicatesFields inherited from class org.apache.tinkerpop.gremlin.process.traversal.P
biPredicate, literals, variables -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanReturnstrueif the most recent call toP.resolve(Traverser.Admin)produced no results for a scalar predicate, meaning there is no meaningful comparison value.negate()toString()Methods inherited from class org.apache.tinkerpop.gremlin.process.traversal.util.ConnectiveP
and, equals, getGValues, getPredicates, hashCode, hasTraversal, isParameterized, negate, resolve, updateVariableMethods inherited from class org.apache.tinkerpop.gremlin.process.traversal.P
between, between, collectTraversals, eq, eq, eq, getBiPredicate, getChildTraversals, getPredicateName, getValue, gt, gt, gt, gte, gte, gte, inside, inside, lt, lt, lt, lte, lte, lte, neq, neq, neq, not, outside, outside, setValue, test, test, typeOf, typeOf, typeOf, within, within, within, within, within, without, without, without, without, without
-
Constructor Details
-
OrP
-
-
Method Details
-
or
-
negate
-
isResolvedEmpty
public boolean isResolvedEmpty()Description copied from class:PReturnstrueif the most recent call toP.resolve(Traverser.Admin)produced no results for a scalar predicate, meaning there is no meaningful comparison value.- Overrides:
isResolvedEmptyin classP<V>
-
toString
-
clone
- Overrides:
clonein classConnectiveP<V>
-