| 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.
Use
FramedEdgeIterable(FramedGraph, Iterable, Class), in combination with InVertex and OutVertex. |
| Modifier and Type | Method and Description |
|---|---|
Iterator<T> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorprotected 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–2017 JBoss by Red Hat. All rights reserved.