| Interface | Description |
|---|---|
| EdgeFrame |
An interface for Edge-based frames which provides access to the underlying Edge.
|
| FramedGraphQuery |
GraphQuery that allows framing of results.
|
| FrameInitializer |
Allows new framed vertices and edges to be initialized before they are returned to the user.
|
| VertexFrame |
An interface for Vertex-based frames which provides access to the underlying Vertex.
|
| Class | Description |
|---|---|
| ClassUtilities | |
| FramedElement |
The proxy class of a framed element.
|
| FramedGraph<T extends com.tinkerpop.blueprints.Graph> |
The primary class for interpreting/framing elements of a graph in terms of
particulate annotated interfaces.
|
| FramedGraphConfiguration |
A configuration for a
FramedGraph. |
| FramedGraphFactory |
Creates a factory for creating
FramedGraphs using a set of modules to
configure each graph. |
| FramedTransactionalGraph<T extends com.tinkerpop.blueprints.TransactionalGraph> |
An implementation of
FramedGraph that supports transactions. |
| Exception | Description |
|---|---|
| UnhandledMethodException |
Thrown if a method could not be handled because an appropriate
AnnotationHandler or MethodHandler could not be found that
responds to the method |
| Annotation Type | Description |
|---|---|
| Adjacency |
Adjacencies annotate getters and adders to represent a Vertex adjacent to a Vertex.
|
| Domain | Deprecated |
| Incidence |
Incidences annotate getters and adders to represent a Vertex incident to an Edge.
|
| InVertex |
Marks the in vertex (head) of a framed edge.
|
| OutVertex |
Marks the out vertex (tail) of a framed edge.
|
| Property |
Property annotations are for getter and setters to manipulate the property value of an Element.
|
| Range | Deprecated |
Copyright © 2011-2015 JBoss by Red Hat. All Rights Reserved.