public class FramedElement extends Object implements InvocationHandler
| Modifier and Type | Field and Description |
|---|---|
protected SoftReference<com.tinkerpop.blueprints.Element> |
elementReference |
protected FramedGraph |
framedGraph |
| Constructor and Description |
|---|
FramedElement(FramedGraph framedGraph,
com.tinkerpop.blueprints.Element element) |
FramedElement(FramedGraph framedGraph,
com.tinkerpop.blueprints.Element element,
com.tinkerpop.blueprints.Direction direction)
Deprecated.
The direction field will be dropped in the next major release
|
| Modifier and Type | Method and Description |
|---|---|
com.tinkerpop.blueprints.Element |
getElement() |
Object |
invoke(Object proxy,
Method originalMethod,
Object[] arguments) |
protected final FramedGraph framedGraph
protected SoftReference<com.tinkerpop.blueprints.Element> elementReference
public FramedElement(FramedGraph framedGraph, com.tinkerpop.blueprints.Element element, com.tinkerpop.blueprints.Direction direction)
public FramedElement(FramedGraph framedGraph, com.tinkerpop.blueprints.Element element)
Copyright © 2011–2018 JBoss by Red Hat. All rights reserved.