com.tinkerpop.blueprints.impls.neo4j
Class Neo4jEdgeIterable<T extends Edge>

java.lang.Object
  extended by com.tinkerpop.blueprints.impls.neo4j.Neo4jEdgeIterable<T>
All Implemented Interfaces:
CloseableIterable<Neo4jEdge>, Iterable<Neo4jEdge>

public class Neo4jEdgeIterable<T extends Edge>
extends Object
implements CloseableIterable<Neo4jEdge>

Author:
Marko A. Rodriguez (http://markorodriguez.com)

Constructor Summary
Neo4jEdgeIterable(Iterable<org.neo4j.graphdb.Relationship> relationships, Neo4jGraph graph)
           
Neo4jEdgeIterable(Iterable<org.neo4j.graphdb.Relationship> relationships, Neo4jGraph graph, boolean checkTransaction)
           
 
Method Summary
 void close()
           
 Iterator<Neo4jEdge> iterator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Neo4jEdgeIterable

public Neo4jEdgeIterable(Iterable<org.neo4j.graphdb.Relationship> relationships,
                         Neo4jGraph graph,
                         boolean checkTransaction)

Neo4jEdgeIterable

public Neo4jEdgeIterable(Iterable<org.neo4j.graphdb.Relationship> relationships,
                         Neo4jGraph graph)
Method Detail

iterator

public Iterator<Neo4jEdge> iterator()
Specified by:
iterator in interface Iterable<Neo4jEdge>

close

public void close()
Specified by:
close in interface CloseableIterable<Neo4jEdge>


Copyright © 2010-2012. All Rights Reserved.