Skip navigation links
Windup Engine - Frames 3.0.0.CR1
A B C D E F G H I J K L M O P Q R S T U V W 

A

AbstractModule - Class in com.tinkerpop.frames.modules
Helper base module to simplify configuring different types of graph.
AbstractModule() - Constructor for class com.tinkerpop.frames.modules.AbstractModule
 
acceptsIterable(Method) - Static method in class com.tinkerpop.frames.ClassUtilities
 
add(Class<?>) - Method in class com.tinkerpop.frames.modules.typedgraph.TypeRegistry
 
add(T) - Method in class com.tinkerpop.frames.structures.FramedVertexSet
 
addAll(Collection) - Method in class com.tinkerpop.frames.structures.FramedVertexSet
 
addEdge(Object, Vertex, Vertex, String) - Method in class com.tinkerpop.frames.FramedGraph
 
addEdge(Object, Vertex, Vertex, String, Direction, Class<F>) - Method in class com.tinkerpop.frames.FramedGraph
addEdge(Object, Vertex, Vertex, String, Class<F>) - Method in class com.tinkerpop.frames.FramedGraph
 
addFrameInitializer(FrameInitializer) - Method in class com.tinkerpop.frames.FramedGraphConfiguration
 
addMethodHandler(MethodHandler<?>) - Method in class com.tinkerpop.frames.FramedGraphConfiguration
 
addTypeResolver(TypeResolver) - Method in class com.tinkerpop.frames.FramedGraphConfiguration
 
addVertex(Object) - Method in class com.tinkerpop.frames.FramedGraph
 
addVertex(Object, Class<F>) - Method in class com.tinkerpop.frames.FramedGraph
Add a vertex to the underlying graph and return it as a framed vertex.
Adjacency - Annotation Type in com.tinkerpop.frames
Adjacencies annotate getters and adders to represent a Vertex adjacent to a Vertex.
AdjacencyAnnotationHandler - Class in com.tinkerpop.frames.annotations
 
AdjacencyAnnotationHandler() - Constructor for class com.tinkerpop.frames.annotations.AdjacencyAnnotationHandler
 
AnnotationHandler<T extends Annotation> - Interface in com.tinkerpop.frames.annotations
Deprecated.
Use MethodHandler instead
asEdge() - Method in interface com.tinkerpop.frames.EdgeFrame
 
assertArgument(boolean, String, Object...) - Static method in class com.tinkerpop.frames.util.Validate
 
assertNotNull(Object...) - Static method in class com.tinkerpop.frames.util.Validate
 
asVertex() - Method in interface com.tinkerpop.frames.VertexFrame
 

B

baseGraph - Variable in class com.tinkerpop.frames.FramedGraph
 
build() - Method in class com.tinkerpop.frames.modules.typedgraph.TypedGraphModuleBuilder
 

C

ClassUtilities - Class in com.tinkerpop.frames
 
ClassUtilities() - Constructor for class com.tinkerpop.frames.ClassUtilities
 
clear() - Method in class com.tinkerpop.frames.structures.FramedVertexMap
 
clear() - Method in class com.tinkerpop.frames.structures.FramedVertexSet
 
com.tinkerpop.frames - package com.tinkerpop.frames
 
com.tinkerpop.frames.annotations - package com.tinkerpop.frames.annotations
 
com.tinkerpop.frames.annotations.gremlin - package com.tinkerpop.frames.annotations.gremlin
 
com.tinkerpop.frames.core - package com.tinkerpop.frames.core
 
com.tinkerpop.frames.modules - package com.tinkerpop.frames.modules
 
com.tinkerpop.frames.modules.gremlingroovy - package com.tinkerpop.frames.modules.gremlingroovy
 
com.tinkerpop.frames.modules.javahandler - package com.tinkerpop.frames.modules.javahandler
 
com.tinkerpop.frames.modules.typedgraph - package com.tinkerpop.frames.modules.typedgraph
 
com.tinkerpop.frames.structures - package com.tinkerpop.frames.structures
 
com.tinkerpop.frames.util - package com.tinkerpop.frames.util
 
commit() - Method in class com.tinkerpop.frames.FramedTransactionalGraph
 
configure(Graph, FramedGraphConfiguration) - Method in class com.tinkerpop.frames.modules.AbstractModule
 
configure(Graph, FramedGraphConfiguration) - Method in class com.tinkerpop.frames.modules.javahandler.JavaHandlerModule
 
configure(Graph, FramedGraphConfiguration) - Method in interface com.tinkerpop.frames.modules.Module
 
contains(Object) - Method in class com.tinkerpop.frames.structures.FramedVertexSet
 
containsAll(Collection) - Method in class com.tinkerpop.frames.structures.FramedVertexSet
 
containsKey(Object) - Method in class com.tinkerpop.frames.structures.FramedVertexMap
 
containsValue(Object) - Method in class com.tinkerpop.frames.structures.FramedVertexMap
 
create(T) - Method in class com.tinkerpop.frames.FramedGraphFactory
Create a new FramedGraph.
create(T) - Method in class com.tinkerpop.frames.FramedGraphFactory
Create a new FramedGraph.
create(Class<T>) - Method in interface com.tinkerpop.frames.modules.javahandler.JavaHandlerFactory
 

D

DefaultClassLoaderResolver - Class in com.tinkerpop.frames.modules
Implements a basic FrameClassLoaderResolver that simply returns the ClassLoader of the provided Frame Type.
DefaultClassLoaderResolver() - Constructor for class com.tinkerpop.frames.modules.DefaultClassLoaderResolver
 
direction - Variable in class com.tinkerpop.frames.structures.FramedEdgeIterable
 
doConfigure(Graph, FramedGraphConfiguration) - Method in class com.tinkerpop.frames.modules.AbstractModule
 
doConfigure(TransactionalGraph, FramedGraphConfiguration) - Method in class com.tinkerpop.frames.modules.AbstractModule
Perform configuration
doConfigure(FramedGraphConfiguration) - Method in class com.tinkerpop.frames.modules.AbstractModule
Perform common configuration across all graph types.
doConfigure(FramedGraphConfiguration) - Method in class com.tinkerpop.frames.modules.gremlingroovy.GremlinGroovyModule
 
Domain - Annotation Type in com.tinkerpop.frames
Deprecated.
Use InVertex or OutVertex instead.
DomainAnnotationHandler - Class in com.tinkerpop.frames.annotations
 
DomainAnnotationHandler() - Constructor for class com.tinkerpop.frames.annotations.DomainAnnotationHandler
 

E

EdgeFrame - Interface in com.tinkerpop.frames
An interface for Edge-based frames which provides access to the underlying Edge.
edges(Class<T>) - Method in class com.tinkerpop.frames.core.FramedGraphQueryImpl
 
edges() - Method in class com.tinkerpop.frames.core.FramedGraphQueryImpl
 
edges(Class<T>) - Method in interface com.tinkerpop.frames.FramedGraphQuery
Execute the query and return the matching edges.
elementReference - Variable in class com.tinkerpop.frames.FramedElement
 
entrySet() - Method in class com.tinkerpop.frames.structures.FramedVertexMap
 
ExceptionUtils - Class in com.tinkerpop.frames.util
 
ExceptionUtils() - Constructor for class com.tinkerpop.frames.util.ExceptionUtils
 

F

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
Deprecated.
Use FramedGraph.frame(Edge, Class), in combination with InVertex and OutVertex.
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
Deprecated.
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() - Constructor for class com.tinkerpop.frames.FramedGraph
 
FramedGraph(T, FramedGraphConfiguration) - Constructor for class com.tinkerpop.frames.FramedGraph
 
FramedGraph(T) - Constructor for class com.tinkerpop.frames.FramedGraph
Deprecated.
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
A configuration for a FramedGraph.
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
Create a FramedGraphFactory with a set of modules.
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
Deprecated.
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

G

g() - Method in interface com.tinkerpop.frames.modules.javahandler.JavaHandlerContext
 
get(Object) - Method in class com.tinkerpop.frames.structures.FramedVertexMap
 
getActualType(Type, int) - Static method in class com.tinkerpop.frames.ClassUtilities
 
getAnnotationHandler(Class<? extends Annotation>) - Method in class com.tinkerpop.frames.FramedGraph
Deprecated.
getAnnotationHandlers() - Method in class com.tinkerpop.frames.FramedGraph
Deprecated.
getAnnotationType() - Method in class com.tinkerpop.frames.annotations.AdjacencyAnnotationHandler
 
getAnnotationType() - Method in interface com.tinkerpop.frames.annotations.AnnotationHandler
Deprecated.
 
getAnnotationType() - Method in class com.tinkerpop.frames.annotations.DomainAnnotationHandler
 
getAnnotationType() - Method in class com.tinkerpop.frames.annotations.gremlin.GremlinGroovyAnnotationHandler
 
getAnnotationType() - Method in class com.tinkerpop.frames.annotations.IncidenceAnnotationHandler
 
getAnnotationType() - Method in class com.tinkerpop.frames.annotations.InVertexAnnotationHandler
 
getAnnotationType() - Method in class com.tinkerpop.frames.annotations.OutVertexAnnotationHandler
 
getAnnotationType() - Method in class com.tinkerpop.frames.annotations.PropertyMethodHandler
 
getAnnotationType() - Method in class com.tinkerpop.frames.annotations.RangeAnnotationHandler
 
getAnnotationType() - Method in interface com.tinkerpop.frames.modules.MethodHandler
 
getBaseGraph() - Method in class com.tinkerpop.frames.FramedGraph
 
getBeanPropertyName(Method) - Static method in class com.tinkerpop.frames.ClassUtilities
 
getConfiguration(Class<T>, T) - Method in class com.tinkerpop.frames.FramedGraphFactory
Returns a configuration that can be used when constructing a framed graph.
getEdge(Object) - Method in class com.tinkerpop.frames.FramedGraph
 
getEdge(Object, Direction, Class<F>) - Method in class com.tinkerpop.frames.FramedGraph
Deprecated.
Use #getEdges(Object, Class), in combination with InVertex and OutVertex.
getEdge(Object, Class<F>) - Method in class com.tinkerpop.frames.FramedGraph
Frame an edge according to a particular kind of annotated interface.
getEdges() - Method in class com.tinkerpop.frames.FramedGraph
 
getEdges(String, Object) - Method in class com.tinkerpop.frames.FramedGraph
 
getEdges(String, Object, Direction, Class<F>) - Method in class com.tinkerpop.frames.FramedGraph
Deprecated.
getEdges(String, Object, Class<F>) - Method in class com.tinkerpop.frames.FramedGraph
Frame edges according to a particular kind of annotated interface.
getElement() - Method in class com.tinkerpop.frames.FramedElement
 
getFeatures() - Method in class com.tinkerpop.frames.FramedGraph
 
getGenericClass(Method) - Static method in class com.tinkerpop.frames.ClassUtilities
 
getGetterMethodForSetter(Method) - Static method in class com.tinkerpop.frames.ClassUtilities
 
getGremlinScriptEngine() - Method in class com.tinkerpop.frames.annotations.gremlin.GremlinGroovyAnnotationHandler
 
getSetterMethodForGetter(Method) - Static method in class com.tinkerpop.frames.ClassUtilities
 
getType(Type[], int) - Static method in class com.tinkerpop.frames.ClassUtilities
 
getType(Class<?>, String) - Method in class com.tinkerpop.frames.modules.typedgraph.TypeRegistry
 
getTypeHoldingTypeField(Class<?>) - Method in class com.tinkerpop.frames.modules.typedgraph.TypeRegistry
 
getVertex(Object) - Method in class com.tinkerpop.frames.FramedGraph
 
getVertex(Object, Class<F>) - Method in class com.tinkerpop.frames.FramedGraph
Frame a vertex according to a particular kind of annotated interface.
getVertices() - Method in class com.tinkerpop.frames.FramedGraph
 
getVertices(String, Object) - Method in class com.tinkerpop.frames.FramedGraph
 
getVertices(String, Object, Class<F>) - Method in class com.tinkerpop.frames.FramedGraph
Frame vertices according to a particular kind of annotated interface.
gremlin() - Method in interface com.tinkerpop.frames.modules.javahandler.JavaHandlerContext
 
gremlin(Object) - Method in interface com.tinkerpop.frames.modules.javahandler.JavaHandlerContext
Start a gremlin pipeline
GremlinGroovy - Annotation Type in com.tinkerpop.frames.annotations.gremlin
Use a Gremlin Groovy script to determine a vertex-to-vertex adjacency.
GremlinGroovyAnnotationHandler - Class in com.tinkerpop.frames.annotations.gremlin
 
GremlinGroovyAnnotationHandler() - Constructor for class com.tinkerpop.frames.annotations.gremlin.GremlinGroovyAnnotationHandler
 
GremlinGroovyModule - Class in com.tinkerpop.frames.modules.gremlingroovy
Adds @GremlinGroovy support to the framed graph.
GremlinGroovyModule() - Constructor for class com.tinkerpop.frames.modules.gremlingroovy.GremlinGroovyModule
 
GremlinParam - Annotation Type in com.tinkerpop.frames.annotations.gremlin
Use to name parameters for that get bound when executing a script defined by @GremlinGroovy.

H

has(String) - Method in class com.tinkerpop.frames.core.FramedGraphQueryImpl
 
has(String, Object) - Method in class com.tinkerpop.frames.core.FramedGraphQueryImpl
 
has(String, Predicate, Object) - Method in class com.tinkerpop.frames.core.FramedGraphQueryImpl
 
has(String, T, Query.Compare) - Method in class com.tinkerpop.frames.core.FramedGraphQueryImpl
 
has(String) - Method in interface com.tinkerpop.frames.FramedGraphQuery
 
has(String, Object) - Method in interface com.tinkerpop.frames.FramedGraphQuery
 
has(String, Predicate, Object) - Method in interface com.tinkerpop.frames.FramedGraphQuery
 
has(String, T, Query.Compare) - Method in interface com.tinkerpop.frames.FramedGraphQuery
Deprecated.
hasAnnotationHandler(Class<? extends Annotation>) - Method in class com.tinkerpop.frames.FramedGraph
Deprecated.
hasNot(String) - Method in class com.tinkerpop.frames.core.FramedGraphQueryImpl
 
hasNot(String, Object) - Method in class com.tinkerpop.frames.core.FramedGraphQueryImpl
 
hasNot(String) - Method in interface com.tinkerpop.frames.FramedGraphQuery
 
hasNot(String, Object) - Method in interface com.tinkerpop.frames.FramedGraphQuery
 

I

Incidence - Annotation Type in com.tinkerpop.frames
Incidences annotate getters and adders to represent a Vertex incident to an Edge.
IncidenceAnnotationHandler - Class in com.tinkerpop.frames.annotations
 
IncidenceAnnotationHandler() - Constructor for class com.tinkerpop.frames.annotations.IncidenceAnnotationHandler
 
initElement(Class<?>, FramedGraph<?>, Element) - Method in interface com.tinkerpop.frames.FrameInitializer
 
initElement(Class<?>, FramedGraph<?>, Element) - Method in class com.tinkerpop.frames.modules.typedgraph.TypeManager
 
Initializer - Annotation Type in com.tinkerpop.frames.modules.javahandler
Allows methods in a java handler implementation to be called when a vertex or an edge is added to the graph.
interval(String, T, T) - Method in class com.tinkerpop.frames.core.FramedGraphQueryImpl
 
interval(String, T, T) - Method in interface com.tinkerpop.frames.FramedGraphQuery
 
InVertex - Annotation Type in com.tinkerpop.frames
Marks the in vertex (head) of a framed edge.
InVertexAnnotationHandler - Class in com.tinkerpop.frames.annotations
 
InVertexAnnotationHandler() - Constructor for class com.tinkerpop.frames.annotations.InVertexAnnotationHandler
 
invoke(Object, Method, Object[]) - Method in class com.tinkerpop.frames.FramedElement
 
isAddMethod(Method) - Static method in class com.tinkerpop.frames.ClassUtilities
 
isEmpty() - Method in class com.tinkerpop.frames.structures.FramedVertexMap
 
isEmpty() - Method in class com.tinkerpop.frames.structures.FramedVertexSet
 
isGetMethod(Method) - Static method in class com.tinkerpop.frames.ClassUtilities
 
isRemoveMethod(Method) - Static method in class com.tinkerpop.frames.ClassUtilities
 
isSetMethod(Method) - Static method in class com.tinkerpop.frames.ClassUtilities
 
it() - Method in interface com.tinkerpop.frames.modules.javahandler.JavaHandlerContext
 
iterable - Variable in class com.tinkerpop.frames.structures.FramedEdgeIterable
 
iterable - Variable in class com.tinkerpop.frames.structures.FramedVertexIterable
 
iterator() - Method in class com.tinkerpop.frames.structures.FramedEdgeIterable
 
iterator() - Method in class com.tinkerpop.frames.structures.FramedVertexIterable
 
iterator() - Method in class com.tinkerpop.frames.structures.FramedVertexSet
 

J

JavaHandler - Annotation Type in com.tinkerpop.frames.modules.javahandler
Use a Java class to handle frame method calls.
JavaHandlerClass - Annotation Type in com.tinkerpop.frames.modules.javahandler
When using the JavaHandler you can change the implementation class from the default to another class by using this annotation on your frame class.
JavaHandlerContext<C extends com.tinkerpop.blueprints.Element> - Interface in com.tinkerpop.frames.modules.javahandler
By implementing this interface your Java handler implementation can access the underlying graph and the framed vertex/edge.
JavaHandlerException - Exception in com.tinkerpop.frames.modules.javahandler
 
JavaHandlerException() - Constructor for exception com.tinkerpop.frames.modules.javahandler.JavaHandlerException
 
JavaHandlerException(String) - Constructor for exception com.tinkerpop.frames.modules.javahandler.JavaHandlerException
 
JavaHandlerException(Throwable) - Constructor for exception com.tinkerpop.frames.modules.javahandler.JavaHandlerException
 
JavaHandlerException(String, Throwable) - Constructor for exception com.tinkerpop.frames.modules.javahandler.JavaHandlerException
 
JavaHandlerFactory - Interface in com.tinkerpop.frames.modules.javahandler
JavaHandlerModule uses this interface to create the concrete classes that will handle the method calls.
JavaHandlerModule - Class in com.tinkerpop.frames.modules.javahandler
Adds support for calling Java methods to handle a frames call.
JavaHandlerModule() - Constructor for class com.tinkerpop.frames.modules.javahandler.JavaHandlerModule
 

K

keySet() - Method in class com.tinkerpop.frames.structures.FramedVertexMap
 
kind - Variable in class com.tinkerpop.frames.structures.FramedEdgeIterable
 
kind - Variable in class com.tinkerpop.frames.structures.FramedVertexIterable
 
kind - Variable in class com.tinkerpop.frames.structures.FramedVertexMap
 
kind - Variable in class com.tinkerpop.frames.structures.FramedVertexSet
 

L

limit(int) - Method in class com.tinkerpop.frames.core.FramedGraphQueryImpl
 
limit(int) - Method in interface com.tinkerpop.frames.FramedGraphQuery
 

M

MethodHandler<T extends Annotation> - Interface in com.tinkerpop.frames.modules
Allows handling of method on frames.
Module - Interface in com.tinkerpop.frames.modules
A module is a group of functionality that must be configured on a FramedGraph.

O

OutVertex - Annotation Type in com.tinkerpop.frames
Marks the out vertex (tail) of a framed edge.
OutVertexAnnotationHandler - Class in com.tinkerpop.frames.annotations
 
OutVertexAnnotationHandler() - Constructor for class com.tinkerpop.frames.annotations.OutVertexAnnotationHandler
 

P

processEdge(Domain, Method, Object[], FramedGraph, Edge, Direction) - Method in class com.tinkerpop.frames.annotations.DomainAnnotationHandler
 
processEdge(Range, Method, Object[], FramedGraph, Edge, Direction) - Method in class com.tinkerpop.frames.annotations.RangeAnnotationHandler
 
processElement(Adjacency, Method, Object[], FramedGraph, Element, Direction) - Method in class com.tinkerpop.frames.annotations.AdjacencyAnnotationHandler
 
processElement(T, Method, Object[], FramedGraph, Element, Direction) - Method in interface com.tinkerpop.frames.annotations.AnnotationHandler
Deprecated.
 
processElement(Domain, Method, Object[], FramedGraph, Element, Direction) - Method in class com.tinkerpop.frames.annotations.DomainAnnotationHandler
 
processElement(GremlinGroovy, Method, Object[], FramedGraph, Element, Direction) - Method in class com.tinkerpop.frames.annotations.gremlin.GremlinGroovyAnnotationHandler
 
processElement(Object, Method, Object[], GremlinGroovy, FramedGraph<?>, Element) - Method in class com.tinkerpop.frames.annotations.gremlin.GremlinGroovyAnnotationHandler
 
processElement(Incidence, Method, Object[], FramedGraph, Element, Direction) - Method in class com.tinkerpop.frames.annotations.IncidenceAnnotationHandler
 
processElement(InVertex, Method, Object[], FramedGraph, Element, Direction) - Method in class com.tinkerpop.frames.annotations.InVertexAnnotationHandler
 
processElement(OutVertex, Method, Object[], FramedGraph, Element, Direction) - Method in class com.tinkerpop.frames.annotations.OutVertexAnnotationHandler
 
processElement(Object, Method, Object[], Property, FramedGraph<?>, Element) - Method in class com.tinkerpop.frames.annotations.PropertyMethodHandler
 
processElement(Range, Method, Object[], FramedGraph, Element, Direction) - Method in class com.tinkerpop.frames.annotations.RangeAnnotationHandler
 
processElement(Object, Method, Object[], T, FramedGraph<?>, Element) - Method in interface com.tinkerpop.frames.modules.MethodHandler
 
processVertex(Adjacency, Method, Object[], FramedGraph, Vertex) - Method in class com.tinkerpop.frames.annotations.AdjacencyAnnotationHandler
 
processVertex(GremlinGroovy, Method, Object[], FramedGraph, Vertex) - Method in class com.tinkerpop.frames.annotations.gremlin.GremlinGroovyAnnotationHandler
 
processVertex(Incidence, Method, Object[], FramedGraph, Vertex) - Method in class com.tinkerpop.frames.annotations.IncidenceAnnotationHandler
 
Property - Annotation Type in com.tinkerpop.frames
Property annotations are for getter and setters to manipulate the property value of an Element.
PropertyMethodHandler - Class in com.tinkerpop.frames.annotations
 
PropertyMethodHandler() - Constructor for class com.tinkerpop.frames.annotations.PropertyMethodHandler
 
put(T, Object) - Method in class com.tinkerpop.frames.structures.FramedVertexMap
 
putAll(Map) - Method in class com.tinkerpop.frames.structures.FramedVertexMap
 

Q

query() - Method in class com.tinkerpop.frames.FramedGraph
Generate a query object that can be used to fine tune which edges/vertices are retrieved from the graph.

R

Range - Annotation Type in com.tinkerpop.frames
Deprecated.
Use InVertex or OutVertex instead.
RangeAnnotationHandler - Class in com.tinkerpop.frames.annotations
 
RangeAnnotationHandler() - Constructor for class com.tinkerpop.frames.annotations.RangeAnnotationHandler
 
registerAnnotationHandler(AnnotationHandler<? extends Annotation>) - Method in class com.tinkerpop.frames.FramedGraph
Deprecated.
registerFrameInitializer(FrameInitializer) - Method in class com.tinkerpop.frames.FramedGraph
Deprecated.
remove(Object) - Method in class com.tinkerpop.frames.structures.FramedVertexMap
 
remove(Object) - Method in class com.tinkerpop.frames.structures.FramedVertexSet
 
removeAll(Collection) - Method in class com.tinkerpop.frames.structures.FramedVertexSet
 
removeEdge(Edge) - Method in class com.tinkerpop.frames.FramedGraph
 
removeVertex(Vertex) - Method in class com.tinkerpop.frames.FramedGraph
 
resolveClassLoader(Class<?>) - Method in class com.tinkerpop.frames.modules.DefaultClassLoaderResolver
 
resolveClassLoader(Class<?>) - Method in interface com.tinkerpop.frames.modules.FrameClassLoaderResolver
 
resolveTypes(Vertex, Class<?>) - Method in class com.tinkerpop.frames.modules.typedgraph.TypeManager
 
resolveTypes(Edge, Class<?>) - Method in class com.tinkerpop.frames.modules.typedgraph.TypeManager
 
resolveTypes(Vertex, Class<?>) - Method in interface com.tinkerpop.frames.modules.TypeResolver
 
resolveTypes(Edge, Class<?>) - Method in interface com.tinkerpop.frames.modules.TypeResolver
 
retainAll(Collection) - Method in class com.tinkerpop.frames.structures.FramedVertexSet
 
returnsIterable(Method) - Static method in class com.tinkerpop.frames.ClassUtilities
 
returnsMap(Method) - Static method in class com.tinkerpop.frames.ClassUtilities
 
returnsVertex(Method) - Static method in class com.tinkerpop.frames.ClassUtilities
 
rollback() - Method in class com.tinkerpop.frames.FramedTransactionalGraph
 

S

set - Variable in class com.tinkerpop.frames.structures.FramedVertexSet
 
setConfiguredGraph(Graph) - Method in class com.tinkerpop.frames.FramedGraphConfiguration
 
setFrameClassLoaderResolver(FrameClassLoaderResolver) - Method in class com.tinkerpop.frames.FramedGraphConfiguration
 
shutdown() - Method in class com.tinkerpop.frames.FramedGraph
 
size() - Method in class com.tinkerpop.frames.structures.FramedVertexMap
 
size() - Method in class com.tinkerpop.frames.structures.FramedVertexSet
 
sneakyThrow(Throwable) - Static method in class com.tinkerpop.frames.util.ExceptionUtils
 
stopTransaction(TransactionalGraph.Conclusion) - Method in class com.tinkerpop.frames.FramedTransactionalGraph
Deprecated.

T

toArray() - Method in class com.tinkerpop.frames.structures.FramedVertexSet
 
toArray(T[]) - Method in class com.tinkerpop.frames.structures.FramedVertexSet
 
toString() - Method in class com.tinkerpop.frames.FramedGraph
 
TypedGraphModuleBuilder - Class in com.tinkerpop.frames.modules.typedgraph
TODO
TypedGraphModuleBuilder() - Constructor for class com.tinkerpop.frames.modules.typedgraph.TypedGraphModuleBuilder
 
TypeField - Annotation Type in com.tinkerpop.frames.modules.typedgraph
Interface annotation for marking the Element property-key that may contain type information.
TypeManager - Class in com.tinkerpop.frames.modules.typedgraph
 
TypeManager(TypeRegistry) - Constructor for class com.tinkerpop.frames.modules.typedgraph.TypeManager
 
TypeRegistry - Class in com.tinkerpop.frames.modules.typedgraph
A TypeRegistry for a FramedGraph.
TypeRegistry() - Constructor for class com.tinkerpop.frames.modules.typedgraph.TypeRegistry
 
TypeResolver - Interface in com.tinkerpop.frames.modules
Allows dynamic resolution of interfaces that a frame will implement when framing an element.
TypeValue - Annotation Type in com.tinkerpop.frames.modules.typedgraph
Interface annotation for marking the Element property-value that may contain type information.

U

UnhandledMethodException - Exception in com.tinkerpop.frames
Thrown if a method could not be handled because an appropriate AnnotationHandler or MethodHandler could not be found that responds to the method
UnhandledMethodException(String) - Constructor for exception com.tinkerpop.frames.UnhandledMethodException
 
unregisterAnnotationHandler(Class<? extends Annotation>) - Method in class com.tinkerpop.frames.FramedGraph
Deprecated.

V

Validate - Class in com.tinkerpop.frames.util
Helper methods for validating input parameters and state.
Validate() - Constructor for class com.tinkerpop.frames.util.Validate
 
values() - Method in class com.tinkerpop.frames.structures.FramedVertexMap
 
VertexFrame - Interface in com.tinkerpop.frames
An interface for Vertex-based frames which provides access to the underlying Vertex.
vertices(Class<T>) - Method in class com.tinkerpop.frames.core.FramedGraphQueryImpl
 
vertices() - Method in class com.tinkerpop.frames.core.FramedGraphQueryImpl
 
vertices(Class<T>) - Method in interface com.tinkerpop.frames.FramedGraphQuery
Execute the query and return the vertices on the other end of the matching edges.

W

withClass(Class<?>) - Method in class com.tinkerpop.frames.modules.typedgraph.TypedGraphModuleBuilder
 
withFactory(JavaHandlerFactory) - Method in class com.tinkerpop.frames.modules.javahandler.JavaHandlerModule
Provide an alternative factory for creating objects that handle frames calls.
A B C D E F G H I J K L M O P Q R S T U V W 
Skip navigation links
Windup Engine - Frames 3.0.0.CR1

Copyright © 2011–2017 JBoss by Red Hat. All rights reserved.