| Modifier and Type | Class and Description |
|---|---|
class |
FramedTransactionalGraph<T extends com.tinkerpop.blueprints.TransactionalGraph>
An implementation of
FramedGraph that supports transactions. |
| Modifier and Type | Field and Description |
|---|---|
protected FramedGraph |
FramedElement.framedGraph |
| Modifier and Type | Method and Description |
|---|---|
<T extends com.tinkerpop.blueprints.Graph> |
FramedGraphFactory.create(T baseGraph)
Create a new
FramedGraph. |
| Modifier and Type | Method and Description |
|---|---|
void |
FrameInitializer.initElement(Class<?> kind,
FramedGraph<?> framedGraph,
com.tinkerpop.blueprints.Element element) |
| Constructor and Description |
|---|
FramedElement(FramedGraph framedGraph,
com.tinkerpop.blueprints.Element element) |
FramedElement(FramedGraph framedGraph,
com.tinkerpop.blueprints.Element element,
com.tinkerpop.blueprints.Direction direction)
Deprecated.
The direction field will be dropped in the next major release
|
| Modifier and Type | Method and Description |
|---|---|
Object |
DomainAnnotationHandler.processEdge(Domain annotation,
Method method,
Object[] arguments,
FramedGraph framedGraph,
com.tinkerpop.blueprints.Edge edge,
com.tinkerpop.blueprints.Direction direction) |
Object |
RangeAnnotationHandler.processEdge(Range annotation,
Method method,
Object[] arguments,
FramedGraph framedGraph,
com.tinkerpop.blueprints.Edge edge,
com.tinkerpop.blueprints.Direction direction) |
Object |
AdjacencyAnnotationHandler.processElement(Adjacency annotation,
Method method,
Object[] arguments,
FramedGraph framedGraph,
com.tinkerpop.blueprints.Element element,
com.tinkerpop.blueprints.Direction direction) |
Object |
DomainAnnotationHandler.processElement(Domain annotation,
Method method,
Object[] arguments,
FramedGraph framedGraph,
com.tinkerpop.blueprints.Element element,
com.tinkerpop.blueprints.Direction direction) |
Object |
IncidenceAnnotationHandler.processElement(Incidence annotation,
Method method,
Object[] arguments,
FramedGraph framedGraph,
com.tinkerpop.blueprints.Element element,
com.tinkerpop.blueprints.Direction direction) |
Object |
InVertexAnnotationHandler.processElement(InVertex annotation,
Method method,
Object[] arguments,
FramedGraph framedGraph,
com.tinkerpop.blueprints.Element element,
com.tinkerpop.blueprints.Direction direction) |
Object |
PropertyMethodHandler.processElement(Object frame,
Method method,
Object[] arguments,
Property annotation,
FramedGraph<?> framedGraph,
com.tinkerpop.blueprints.Element element) |
Object |
OutVertexAnnotationHandler.processElement(OutVertex annotation,
Method method,
Object[] arguments,
FramedGraph framedGraph,
com.tinkerpop.blueprints.Element element,
com.tinkerpop.blueprints.Direction direction) |
Object |
RangeAnnotationHandler.processElement(Range annotation,
Method method,
Object[] arguments,
FramedGraph framedGraph,
com.tinkerpop.blueprints.Element element,
com.tinkerpop.blueprints.Direction direction) |
Object |
AnnotationHandler.processElement(T annotation,
Method method,
Object[] arguments,
FramedGraph framedGraph,
com.tinkerpop.blueprints.Element element,
com.tinkerpop.blueprints.Direction direction)
Deprecated.
|
Object |
AdjacencyAnnotationHandler.processVertex(Adjacency adjacency,
Method method,
Object[] arguments,
FramedGraph framedGraph,
com.tinkerpop.blueprints.Vertex vertex) |
Object |
IncidenceAnnotationHandler.processVertex(Incidence incidence,
Method method,
Object[] arguments,
FramedGraph framedGraph,
com.tinkerpop.blueprints.Vertex element) |
| Modifier and Type | Method and Description |
|---|---|
Object |
GremlinGroovyAnnotationHandler.processElement(GremlinGroovy annotation,
Method method,
Object[] arguments,
FramedGraph framedGraph,
com.tinkerpop.blueprints.Element element,
com.tinkerpop.blueprints.Direction direction) |
Object |
GremlinGroovyAnnotationHandler.processElement(Object framedElement,
Method method,
Object[] arguments,
GremlinGroovy annotation,
FramedGraph<?> framedGraph,
com.tinkerpop.blueprints.Element element) |
Object |
GremlinGroovyAnnotationHandler.processVertex(GremlinGroovy annotation,
Method method,
Object[] arguments,
FramedGraph framedGraph,
com.tinkerpop.blueprints.Vertex vertex) |
| Constructor and Description |
|---|
FramedGraphQueryImpl(FramedGraph<?> graph,
com.tinkerpop.blueprints.GraphQuery graphQuery) |
| Modifier and Type | Method and Description |
|---|---|
Object |
MethodHandler.processElement(Object frame,
Method method,
Object[] arguments,
T annotation,
FramedGraph<?> framedGraph,
com.tinkerpop.blueprints.Element element) |
| Modifier and Type | Method and Description |
|---|---|
FramedGraph<?> |
JavaHandlerContext.g() |
| Modifier and Type | Method and Description |
|---|---|
void |
TypeManager.initElement(Class<?> kind,
FramedGraph<?> framedGraph,
com.tinkerpop.blueprints.Element element) |
| Modifier and Type | Field and Description |
|---|---|
protected FramedGraph<? extends com.tinkerpop.blueprints.Graph> |
FramedEdgeIterable.framedGraph |
protected FramedGraph<? extends com.tinkerpop.blueprints.Graph> |
FramedVertexSet.framedGraph |
protected FramedGraph<? extends com.tinkerpop.blueprints.Graph> |
FramedVertexMap.framedGraph |
protected FramedGraph<? extends com.tinkerpop.blueprints.Graph> |
FramedVertexIterable.framedGraph |
| Constructor and Description |
|---|
FramedEdgeIterable(FramedGraph<? extends com.tinkerpop.blueprints.Graph> framedGraph,
Iterable<com.tinkerpop.blueprints.Edge> iterable,
Class<T> kind) |
FramedEdgeIterable(FramedGraph<? extends com.tinkerpop.blueprints.Graph> framedGraph,
Iterable<com.tinkerpop.blueprints.Edge> iterable,
com.tinkerpop.blueprints.Direction direction,
Class<T> kind)
Deprecated.
Use
FramedEdgeIterable.FramedEdgeIterable(FramedGraph, Iterable, Class), in combination with InVertex and OutVertex. |
FramedVertexIterable(FramedGraph<? extends com.tinkerpop.blueprints.Graph> framedGraph,
Iterable<com.tinkerpop.blueprints.Vertex> iterable,
Class<T> kind) |
FramedVertexMap(FramedGraph<? extends com.tinkerpop.blueprints.Graph> framedGraph,
Map<com.tinkerpop.blueprints.Vertex,Object> map,
Class<T> kind) |
FramedVertexSet(FramedGraph<? extends com.tinkerpop.blueprints.Graph> framedGraph,
Set<com.tinkerpop.blueprints.Vertex> set,
Class<T> kind) |
Copyright © 2011–2018 JBoss by Red Hat. All rights reserved.