| Modifier and Type | Field and Description |
|---|---|
protected com.tinkerpop.blueprints.Direction |
direction |
protected FramedGraph<? extends com.tinkerpop.blueprints.Graph> |
framedGraph |
protected Iterable<com.tinkerpop.blueprints.Edge> |
iterable |
protected Class<T> |
kind |
| Constructor and Description |
|---|
FramedEdgeIterable(FramedGraph<? extends com.tinkerpop.blueprints.Graph> framedGraph,
Iterable<com.tinkerpop.blueprints.Edge> iterable,
Class<T> kind) |
FramedEdgeIterable(FramedGraph<? extends com.tinkerpop.blueprints.Graph> framedGraph,
Iterable<com.tinkerpop.blueprints.Edge> iterable,
com.tinkerpop.blueprints.Direction direction,
Class<T> kind)
Deprecated.
|
protected final com.tinkerpop.blueprints.Direction direction
protected final Iterable<com.tinkerpop.blueprints.Edge> iterable
protected final FramedGraph<? extends com.tinkerpop.blueprints.Graph> framedGraph
public FramedEdgeIterable(FramedGraph<? extends com.tinkerpop.blueprints.Graph> framedGraph, Iterable<com.tinkerpop.blueprints.Edge> iterable, com.tinkerpop.blueprints.Direction direction, Class<T> kind)
FramedEdgeIterable(FramedGraph, Iterable, Class), in combination with InVertex and OutVertex.public FramedEdgeIterable(FramedGraph<? extends com.tinkerpop.blueprints.Graph> framedGraph, Iterable<com.tinkerpop.blueprints.Edge> iterable, Class<T> kind)
Copyright © 2011-2016 JBoss by Red Hat. All Rights Reserved.