public class TraversalGremlinPredicates extends Object implements GremlinPredicates<P>
Constructor and Description |
---|
TraversalGremlinPredicates() |
Modifier and Type | Method and Description |
---|---|
P |
between(Object first,
Object second) |
P |
contains(Object value) |
P |
endsWith(Object value) |
P |
gt(Object value) |
P |
gte(Object value) |
P |
isEq(Object value) |
P |
isNode() |
P |
isRelationship() |
P |
isString() |
P |
lt(Object value) |
P |
lte(Object value) |
P |
neq(Object value) |
P |
regexMatch(Object value) |
P |
startsWith(Object value) |
P |
within(Object... values) |
P |
without(Object... values) |
public P isEq(Object value)
isEq
in interface GremlinPredicates<P>
public P gt(Object value)
gt
in interface GremlinPredicates<P>
public P gte(Object value)
gte
in interface GremlinPredicates<P>
public P lt(Object value)
lt
in interface GremlinPredicates<P>
public P lte(Object value)
lte
in interface GremlinPredicates<P>
public P neq(Object value)
neq
in interface GremlinPredicates<P>
public P between(Object first, Object second)
between
in interface GremlinPredicates<P>
public P within(Object... values)
within
in interface GremlinPredicates<P>
public P without(Object... values)
without
in interface GremlinPredicates<P>
public P startsWith(Object value)
startsWith
in interface GremlinPredicates<P>
public P endsWith(Object value)
endsWith
in interface GremlinPredicates<P>
public P contains(Object value)
contains
in interface GremlinPredicates<P>
public P regexMatch(Object value)
regexMatch
in interface GremlinPredicates<P>
public P isNode()
isNode
in interface GremlinPredicates<P>
public P isRelationship()
isRelationship
in interface GremlinPredicates<P>
public P isString()
isString
in interface GremlinPredicates<P>