public interface FramedGraphQuery
extends com.tinkerpop.blueprints.GraphQuery
| Modifier and Type | Method and Description |
|---|---|
<T> Iterable<T> |
edges(Class<T> kind)
Execute the query and return the matching edges.
|
FramedGraphQuery |
has(String key) |
FramedGraphQuery |
has(String key,
Object value) |
FramedGraphQuery |
has(String key,
com.tinkerpop.blueprints.Predicate predicate,
Object value) |
<T extends Comparable<T>> |
has(String key,
T value,
com.tinkerpop.blueprints.Query.Compare compare)
Deprecated.
|
FramedGraphQuery |
hasNot(String key) |
FramedGraphQuery |
hasNot(String key,
Object value) |
<T extends Comparable<?>> |
interval(String key,
T startValue,
T endValue) |
FramedGraphQuery |
limit(int limit) |
<T> Iterable<T> |
vertices(Class<T> kind)
Execute the query and return the vertices on the other end of the matching edges.
|
FramedGraphQuery has(String key)
has in interface com.tinkerpop.blueprints.GraphQueryhas in interface com.tinkerpop.blueprints.QueryFramedGraphQuery hasNot(String key)
hasNot in interface com.tinkerpop.blueprints.GraphQueryhasNot in interface com.tinkerpop.blueprints.QueryFramedGraphQuery has(String key, Object value)
has in interface com.tinkerpop.blueprints.GraphQueryhas in interface com.tinkerpop.blueprints.QueryFramedGraphQuery hasNot(String key, Object value)
hasNot in interface com.tinkerpop.blueprints.GraphQueryhasNot in interface com.tinkerpop.blueprints.QueryFramedGraphQuery has(String key, com.tinkerpop.blueprints.Predicate predicate, Object value)
has in interface com.tinkerpop.blueprints.GraphQueryhas in interface com.tinkerpop.blueprints.Query@Deprecated <T extends Comparable<T>> FramedGraphQuery has(String key, T value, com.tinkerpop.blueprints.Query.Compare compare)
has in interface com.tinkerpop.blueprints.GraphQueryhas in interface com.tinkerpop.blueprints.Query<T extends Comparable<?>> FramedGraphQuery interval(String key, T startValue, T endValue)
interval in interface com.tinkerpop.blueprints.GraphQueryinterval in interface com.tinkerpop.blueprints.QueryFramedGraphQuery limit(int limit)
limit in interface com.tinkerpop.blueprints.GraphQuerylimit in interface com.tinkerpop.blueprints.Query<T> Iterable<T> edges(Class<T> kind)
the - default annotated interface to frame the edge asCopyright © 2011-2015 JBoss by Red Hat. All Rights Reserved.