Class ConnectiveP<V>
- java.lang.Object
-
- org.apache.tinkerpop.gremlin.process.traversal.P<V>
-
- org.apache.tinkerpop.gremlin.process.traversal.util.ConnectiveP<V>
-
- All Implemented Interfaces:
Serializable,Cloneable,Predicate<V>
public abstract class ConnectiveP<V> extends P<V>
- Author:
- Marko A. Rodriguez (http://markorodriguez.com)
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected List<P<V>>predicates-
Fields inherited from class org.apache.tinkerpop.gremlin.process.traversal.P
biPredicate, literals, variables
-
-
Constructor Summary
Constructors Constructor Description ConnectiveP(List<P<V>> predicates)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description P<V>and(Predicate<? super V> predicate)ConnectiveP<V>clone()booleanequals(Object other)Set<GValue<?>>getGValues()List<P<V>>getPredicates()inthashCode()booleanisParameterized()P<V>negate()protected P<V>negate(ConnectiveP<V> p)P<V>or(Predicate<? super V> predicate)voidupdateVariable(String name, Object value)-
Methods inherited from class org.apache.tinkerpop.gremlin.process.traversal.P
between, between, eq, eq, getBiPredicate, getPredicateName, getValue, gt, gt, gte, gte, inside, inside, lt, lt, lte, lte, neq, neq, not, outside, outside, setValue, test, test, toString, typeOf, typeOf, typeOf, within, within, within, without, without, without
-
-
-
-
Method Detail
-
negate
protected P<V> negate(ConnectiveP<V> p)
-
clone
public ConnectiveP<V> clone()
-
isParameterized
public boolean isParameterized()
- Overrides:
isParameterizedin classP<V>
-
updateVariable
public void updateVariable(String name, Object value)
- Overrides:
updateVariablein classP<V>
-
getGValues
public Set<GValue<?>> getGValues()
- Overrides:
getGValuesin classP<V>
-
-