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