| Modifier and Type | Method and Description |
|---|---|
Q |
TitanGraphQuery.has(String key,
TitanPredicate predicate,
Object condition)
The returned element must have a property for the given key that matches the condition according to the
specified relation
|
Q |
TitanMultiVertexQuery.has(String key,
TitanPredicate predicate,
Object value) |
Q |
BaseVertexQuery.has(String key,
TitanPredicate predicate,
Object value) |
Q |
TitanVertexQuery.has(String key,
TitanPredicate predicate,
Object value) |
| Modifier and Type | Class and Description |
|---|---|
class |
Cmp
Basic comparison relations for comparable (i.e.
|
class |
Contain
Comparison relations for text objects.
|
class |
Geo
Comparison relations for geographic shapes.
|
class |
Text
Comparison relations for text objects.
|
| Modifier and Type | Method and Description |
|---|---|
TitanPredicate |
Text.negate() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
IndexInformation.supports(KeyInformation information,
TitanPredicate titanPredicate)
Whether the index supports executing queries with the given predicate against a key with the given information
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
IndexSerializer.supports(MixedIndexType index,
ParameterIndexField field,
TitanPredicate predicate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
StandardIndexInformation.supports(KeyInformation information,
TitanPredicate titanPredicate) |
| Modifier and Type | Method and Description |
|---|---|
QueryContainer.QueryBuilder |
QueryContainer.QueryBuilder.has(String key,
TitanPredicate predicate,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
static TitanPredicate |
TitanPredicate.Converter.convert(java.util.function.BiPredicate p) |
static TitanPredicate |
TitanPredicate.Converter.convertInternal(java.util.function.BiPredicate p)
Convert Tinkerpop's comparison operators to Titan's
|
TitanPredicate |
TitanPredicate.negate()
Returns the negation of this predicate if it exists, otherwise an exception is thrown.
|
| Modifier and Type | Method and Description |
|---|---|
TitanPredicate |
PredicateCondition.getPredicate() |
| Modifier and Type | Method and Description |
|---|---|
static <K,E extends TitanElement> |
PredicateCondition.of(K key,
TitanPredicate titanPredicate,
Object condition) |
| Constructor and Description |
|---|
PredicateCondition(K key,
TitanPredicate predicate,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
GraphCentricQueryBuilder |
GraphCentricQueryBuilder.has(PropertyKey key,
TitanPredicate predicate,
Object condition) |
GraphCentricQueryBuilder |
GraphCentricQueryBuilder.has(String key,
TitanPredicate predicate,
Object condition) |
| Modifier and Type | Method and Description |
|---|---|
Q |
BaseVertexCentricQueryBuilder.has(String key,
TitanPredicate predicate,
Object value) |
Copyright © 2012–2015. All rights reserved.