public class OutVertexAnnotationHandler extends Object implements AnnotationHandler<OutVertex>
| Constructor and Description |
|---|
OutVertexAnnotationHandler() |
| Modifier and Type | Method and Description |
|---|---|
Class<OutVertex> |
getAnnotationType() |
Object |
processElement(OutVertex annotation,
Method method,
Object[] arguments,
FramedGraph framedGraph,
com.tinkerpop.blueprints.Element element,
com.tinkerpop.blueprints.Direction direction) |
public Class<OutVertex> getAnnotationType()
getAnnotationType in interface AnnotationHandler<OutVertex>public Object processElement(OutVertex annotation, Method method, Object[] arguments, FramedGraph framedGraph, com.tinkerpop.blueprints.Element element, com.tinkerpop.blueprints.Direction direction)
processElement in interface AnnotationHandler<OutVertex>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.Copyright © 2011-2014 JBoss by Red Hat. All Rights Reserved.