public class AdjacencyAnnotationHandler extends Object implements AnnotationHandler<Adjacency>
| Constructor and Description |
|---|
AdjacencyAnnotationHandler() |
| Modifier and Type | Method and Description |
|---|---|
Class<Adjacency> |
getAnnotationType() |
Object |
processElement(Adjacency annotation,
Method method,
Object[] arguments,
FramedGraph framedGraph,
com.tinkerpop.blueprints.Element element,
com.tinkerpop.blueprints.Direction direction) |
Object |
processVertex(Adjacency adjacency,
Method method,
Object[] arguments,
FramedGraph framedGraph,
com.tinkerpop.blueprints.Vertex vertex) |
public Class<Adjacency> getAnnotationType()
getAnnotationType in interface AnnotationHandler<Adjacency>public Object processElement(Adjacency annotation, Method method, Object[] arguments, FramedGraph framedGraph, com.tinkerpop.blueprints.Element element, com.tinkerpop.blueprints.Direction direction)
processElement in interface AnnotationHandler<Adjacency>annotation - The annotationmethod - The method being called on the frame.arguments - The arguments to the method.framedGraph - The graph being called.element - The underlying element.direction - The direction of the edge.public Object processVertex(Adjacency adjacency, Method method, Object[] arguments, FramedGraph framedGraph, com.tinkerpop.blueprints.Vertex vertex)
Copyright © 2011–2018 JBoss by Red Hat. All rights reserved.