public class IncidenceAnnotationHandler extends Object implements AnnotationHandler<Incidence>
| Constructor and Description |
|---|
IncidenceAnnotationHandler() |
| Modifier and Type | Method and Description |
|---|---|
Class<Incidence> |
getAnnotationType() |
Object |
processElement(Incidence annotation,
Method method,
Object[] arguments,
FramedGraph framedGraph,
com.tinkerpop.blueprints.Element element,
com.tinkerpop.blueprints.Direction direction) |
Object |
processVertex(Incidence incidence,
Method method,
Object[] arguments,
FramedGraph framedGraph,
com.tinkerpop.blueprints.Vertex element) |
public Class<Incidence> getAnnotationType()
getAnnotationType in interface AnnotationHandler<Incidence>public Object processElement(Incidence annotation, Method method, Object[] arguments, FramedGraph framedGraph, com.tinkerpop.blueprints.Element element, com.tinkerpop.blueprints.Direction direction)
processElement in interface AnnotationHandler<Incidence>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(Incidence incidence, Method method, Object[] arguments, FramedGraph framedGraph, com.tinkerpop.blueprints.Vertex element)
Copyright © 2011–2018 JBoss by Red Hat. All rights reserved.