public class FramedGraphQueryImpl extends Object implements FramedGraphQuery
| Constructor and Description |
|---|
FramedGraphQueryImpl(FramedGraph<?> graph,
com.tinkerpop.blueprints.GraphQuery graphQuery) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<com.tinkerpop.blueprints.Edge> |
edges() |
<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) |
FramedGraphQuery |
hasNot(String key) |
FramedGraphQuery |
hasNot(String key,
Object value) |
<T extends Comparable<?>> |
interval(String key,
T startValue,
T endValue) |
FramedGraphQuery |
limit(int limit) |
Iterable<com.tinkerpop.blueprints.Vertex> |
vertices() |
<T> Iterable<T> |
vertices(Class<T> kind)
Execute the query and return the vertices on the other end of the matching edges.
|
public FramedGraphQueryImpl(FramedGraph<?> graph, com.tinkerpop.blueprints.GraphQuery graphQuery)
public FramedGraphQuery has(String key)
has in interface com.tinkerpop.blueprints.GraphQueryhas in interface com.tinkerpop.blueprints.Queryhas in interface FramedGraphQuerypublic FramedGraphQuery hasNot(String key)
hasNot in interface com.tinkerpop.blueprints.GraphQueryhasNot in interface com.tinkerpop.blueprints.QueryhasNot in interface FramedGraphQuerypublic FramedGraphQuery has(String key, Object value)
has in interface com.tinkerpop.blueprints.GraphQueryhas in interface com.tinkerpop.blueprints.Queryhas in interface FramedGraphQuerypublic FramedGraphQuery hasNot(String key, Object value)
hasNot in interface com.tinkerpop.blueprints.GraphQueryhasNot in interface com.tinkerpop.blueprints.QueryhasNot in interface FramedGraphQuerypublic FramedGraphQuery has(String key, com.tinkerpop.blueprints.Predicate predicate, Object value)
has in interface com.tinkerpop.blueprints.GraphQueryhas in interface com.tinkerpop.blueprints.Queryhas in interface FramedGraphQuerypublic <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.Queryhas in interface FramedGraphQuerypublic <T extends Comparable<?>> FramedGraphQuery interval(String key, T startValue, T endValue)
interval in interface com.tinkerpop.blueprints.GraphQueryinterval in interface com.tinkerpop.blueprints.Queryinterval in interface FramedGraphQuerypublic FramedGraphQuery limit(int limit)
limit in interface com.tinkerpop.blueprints.GraphQuerylimit in interface com.tinkerpop.blueprints.Querylimit in interface FramedGraphQuerypublic <T> Iterable<T> edges(Class<T> kind)
FramedGraphQueryedges in interface FramedGraphQuerypublic <T> Iterable<T> vertices(Class<T> kind)
FramedGraphQueryvertices in interface FramedGraphQuerypublic Iterable<com.tinkerpop.blueprints.Edge> edges()
edges in interface com.tinkerpop.blueprints.Querypublic Iterable<com.tinkerpop.blueprints.Vertex> vertices()
vertices in interface com.tinkerpop.blueprints.QueryCopyright © 2011–2018 JBoss by Red Hat. All rights reserved.