- format(String, Object...) - Static method in class com.tinkerpop.frames.util.Validate
-
- frame(Vertex, Class<F>) - Method in class com.tinkerpop.frames.FramedGraph
-
A helper method for framing a vertex.
- frame(Edge, Direction, Class<F>) - Method in class com.tinkerpop.frames.FramedGraph
-
- frame(Edge, Class<F>) - Method in class com.tinkerpop.frames.FramedGraph
-
A helper method for framing an edge.
- frame(Vertex) - Method in interface com.tinkerpop.frames.modules.javahandler.JavaHandlerContext
-
Frame a vertex using the return type of the method
- frame(Vertex, Class<T>) - Method in interface com.tinkerpop.frames.modules.javahandler.JavaHandlerContext
-
Frame a vertex using an explicit kind of frame
- frame(Edge) - Method in interface com.tinkerpop.frames.modules.javahandler.JavaHandlerContext
-
Frame an edge using the return type of the method
- frame(Edge, Class<T>) - Method in interface com.tinkerpop.frames.modules.javahandler.JavaHandlerContext
-
Frame an edge using an explicit kind of frame
- frame(Edge, Direction) - Method in interface com.tinkerpop.frames.modules.javahandler.JavaHandlerContext
-
Frame an edge using the return type of the method
- frame(Edge, Direction, Class<T>) - Method in interface com.tinkerpop.frames.modules.javahandler.JavaHandlerContext
-
Frame an edge using an explicit kind of frame
- FrameClassLoaderResolver - Interface in com.tinkerpop.frames.modules
-
This allows the user to provide a custom ClassLoaderResolver.
- FramedEdgeIterable<T> - Class in com.tinkerpop.frames.structures
-
- FramedEdgeIterable(FramedGraph<? extends Graph>, Iterable<Edge>, Direction, Class<T>) - Constructor for class com.tinkerpop.frames.structures.FramedEdgeIterable
-
- FramedEdgeIterable(FramedGraph<? extends Graph>, Iterable<Edge>, Class<T>) - Constructor for class com.tinkerpop.frames.structures.FramedEdgeIterable
-
- FramedElement - Class in com.tinkerpop.frames
-
The proxy class of a framed element.
- FramedElement(FramedGraph, Element, Direction) - Constructor for class com.tinkerpop.frames.FramedElement
-
Deprecated.
The direction field will be dropped in the next major release
- FramedElement(FramedGraph, Element) - Constructor for class com.tinkerpop.frames.FramedElement
-
- framedGraph - Variable in class com.tinkerpop.frames.FramedElement
-
- FramedGraph<T extends com.tinkerpop.blueprints.Graph> - Class in com.tinkerpop.frames
-
The primary class for interpreting/framing elements of a graph in terms of
particulate annotated interfaces.
- FramedGraph(T, FramedGraphConfiguration) - Constructor for class com.tinkerpop.frames.FramedGraph
-
- FramedGraph(T) - Constructor for class com.tinkerpop.frames.FramedGraph
-
- framedGraph - Variable in class com.tinkerpop.frames.structures.FramedEdgeIterable
-
- framedGraph - Variable in class com.tinkerpop.frames.structures.FramedVertexIterable
-
- framedGraph - Variable in class com.tinkerpop.frames.structures.FramedVertexMap
-
- framedGraph - Variable in class com.tinkerpop.frames.structures.FramedVertexSet
-
- FramedGraphConfiguration - Class in com.tinkerpop.frames
-
- FramedGraphConfiguration() - Constructor for class com.tinkerpop.frames.FramedGraphConfiguration
-
- FramedGraphFactory - Class in com.tinkerpop.frames
-
Creates a factory for creating
FramedGraphs using a set of modules to
configure each graph.
- FramedGraphFactory(Module...) - Constructor for class com.tinkerpop.frames.FramedGraphFactory
-
- FramedGraphQuery - Interface in com.tinkerpop.frames
-
GraphQuery that allows framing of results.
- FramedGraphQueryImpl - Class in com.tinkerpop.frames.core
-
- FramedGraphQueryImpl(FramedGraph<?>, GraphQuery) - Constructor for class com.tinkerpop.frames.core.FramedGraphQueryImpl
-
- FramedTransactionalGraph<T extends com.tinkerpop.blueprints.TransactionalGraph> - Class in com.tinkerpop.frames
-
An implementation of
FramedGraph that supports transactions.
- FramedTransactionalGraph(T, FramedGraphConfiguration) - Constructor for class com.tinkerpop.frames.FramedTransactionalGraph
-
- FramedVertexIterable<T> - Class in com.tinkerpop.frames.structures
-
- FramedVertexIterable(FramedGraph<? extends Graph>, Iterable<Vertex>, Class<T>) - Constructor for class com.tinkerpop.frames.structures.FramedVertexIterable
-
- FramedVertexMap<T> - Class in com.tinkerpop.frames.structures
-
- FramedVertexMap(FramedGraph<? extends Graph>, Map<Vertex, Object>, Class<T>) - Constructor for class com.tinkerpop.frames.structures.FramedVertexMap
-
- FramedVertexSet<T> - Class in com.tinkerpop.frames.structures
-
- FramedVertexSet(FramedGraph<? extends Graph>, Set<Vertex>, Class<T>) - Constructor for class com.tinkerpop.frames.structures.FramedVertexSet
-
- frameEdges(Iterable<Edge>, Direction, Class<F>) - Method in class com.tinkerpop.frames.FramedGraph
-
- frameEdges(Iterable<Edge>, Class<F>) - Method in class com.tinkerpop.frames.FramedGraph
-
A helper method for framing an iterable of edges.
- frameEdges(Iterable<Edge>) - Method in interface com.tinkerpop.frames.modules.javahandler.JavaHandlerContext
-
Frame some edges using the return type of the method
- frameEdges(Iterable<Edge>, Class<T>) - Method in interface com.tinkerpop.frames.modules.javahandler.JavaHandlerContext
-
Frame some edges using an explicit kind of frame
- frameEdges(Iterable<Edge>, Direction) - Method in interface com.tinkerpop.frames.modules.javahandler.JavaHandlerContext
-
Frame some edges using the return type of the method
- frameEdges(Iterable<Edge>, Direction, Class<T>) - Method in interface com.tinkerpop.frames.modules.javahandler.JavaHandlerContext
-
Frame some edges using an explicit kind of frame
- FrameInitializer - Interface in com.tinkerpop.frames
-
Allows new framed vertices and edges to be initialized before they are returned to the user.
- frameVertices(Iterable<Vertex>, Class<F>) - Method in class com.tinkerpop.frames.FramedGraph
-
A helper method for framing an iterable of vertices.
- frameVertices(Iterable<Vertex>) - Method in interface com.tinkerpop.frames.modules.javahandler.JavaHandlerContext
-
Frame some vertices using the return type of the method
- frameVertices(Iterable<Vertex>, Class<T>) - Method in interface com.tinkerpop.frames.modules.javahandler.JavaHandlerContext
-
Frame some vertices using an explicit kind of frame