C - public interface JavaHandlerContext<C extends com.tinkerpop.blueprints.Element>
| Modifier and Type | Method and Description |
|---|---|
<T> T |
frame(com.tinkerpop.blueprints.Edge edge)
Frame an edge using the return type of the method
|
<T> T |
frame(com.tinkerpop.blueprints.Edge edge,
Class<T> kind)
Frame an edge using an explicit kind of frame
|
<T> T |
frame(com.tinkerpop.blueprints.Edge edge,
com.tinkerpop.blueprints.Direction direction)
Frame an edge using the return type of the method
|
<T> T |
frame(com.tinkerpop.blueprints.Edge edge,
com.tinkerpop.blueprints.Direction direction,
Class<T> kind)
Frame an edge using an explicit kind of frame
|
<T> T |
frame(com.tinkerpop.blueprints.Vertex vertex)
Frame a vertex using the return type of the method
|
<T> T |
frame(com.tinkerpop.blueprints.Vertex vertex,
Class<T> kind)
Frame a vertex using an explicit kind of frame
|
<T> Iterable<T> |
frameEdges(Iterable<com.tinkerpop.blueprints.Edge> edges)
Frame some edges using the return type of the method
|
<T> Iterable<T> |
frameEdges(Iterable<com.tinkerpop.blueprints.Edge> edges,
Class<T> kind)
Frame some edges using an explicit kind of frame
|
<T> Iterable<T> |
frameEdges(Iterable<com.tinkerpop.blueprints.Edge> edges,
com.tinkerpop.blueprints.Direction direction)
Frame some edges using the return type of the method
|
<T> Iterable<T> |
frameEdges(Iterable<com.tinkerpop.blueprints.Edge> edges,
com.tinkerpop.blueprints.Direction direction,
Class<T> kind)
Frame some edges using an explicit kind of frame
|
<T> Iterable<T> |
frameVertices(Iterable<com.tinkerpop.blueprints.Vertex> vertices)
Frame some vertices using the return type of the method
|
<T> Iterable<T> |
frameVertices(Iterable<com.tinkerpop.blueprints.Vertex> vertices,
Class<T> kind)
Frame some vertices using an explicit kind of frame
|
FramedGraph<?> |
g() |
<E> com.tinkerpop.gremlin.java.GremlinPipeline<C,E> |
gremlin() |
<E> com.tinkerpop.gremlin.java.GremlinPipeline<C,E> |
gremlin(Object starts)
Start a gremlin pipeline
|
C |
it() |
FramedGraph<?> g()
C it()
<E> com.tinkerpop.gremlin.java.GremlinPipeline<C,E> gremlin()
<E> com.tinkerpop.gremlin.java.GremlinPipeline<C,E> gremlin(Object starts)
starts - <T> T frame(com.tinkerpop.blueprints.Vertex vertex)
vertex - The vertex to frame<T> T frame(com.tinkerpop.blueprints.Vertex vertex,
Class<T> kind)
vertex - The vertex to framekind - The type of frame<T> T frame(com.tinkerpop.blueprints.Edge edge)
edge - The edge to frame<T> T frame(com.tinkerpop.blueprints.Edge edge,
Class<T> kind)
edge - The edge to framekind - The type of frame<T> T frame(com.tinkerpop.blueprints.Edge edge,
com.tinkerpop.blueprints.Direction direction)
edge - The edge to framedirection - The direction of the edge<T> T frame(com.tinkerpop.blueprints.Edge edge,
com.tinkerpop.blueprints.Direction direction,
Class<T> kind)
edge - The edge to framedirection - The direction of the edgekind - The type of frame<T> Iterable<T> frameVertices(Iterable<com.tinkerpop.blueprints.Vertex> vertices)
vertices - The vertices to frame<T> Iterable<T> frameVertices(Iterable<com.tinkerpop.blueprints.Vertex> vertices, Class<T> kind)
vertices - The vertices to framekind - The kind of frame<T> Iterable<T> frameEdges(Iterable<com.tinkerpop.blueprints.Edge> edges)
edges - the edges to framedirection - The direction of the edges<T> Iterable<T> frameEdges(Iterable<com.tinkerpop.blueprints.Edge> edges, Class<T> kind)
edges - the edges to framedirection - The direction of the edgeskind - The kind of frame<T> Iterable<T> frameEdges(Iterable<com.tinkerpop.blueprints.Edge> edges, com.tinkerpop.blueprints.Direction direction)
edges - the edges to framedirection - The direction of the edges<T> Iterable<T> frameEdges(Iterable<com.tinkerpop.blueprints.Edge> edges, com.tinkerpop.blueprints.Direction direction, Class<T> kind)
edges - the edges to framedirection - The direction of the edgeskind - The kind of frameCopyright © 2011-2016 JBoss by Red Hat. All Rights Reserved.