Uses of Class
com.tinkerpop.blueprints.impls.neo4j.Neo4jGraph

Uses of Neo4jGraph in com.tinkerpop.blueprints.impls.neo4j
 

Subclasses of Neo4jGraph in com.tinkerpop.blueprints.impls.neo4j
 class Neo4jHaGraph
          A Blueprints implementation of the graph database Neo4j (http://neo4j.org) with High Availability mode.
 

Fields in com.tinkerpop.blueprints.impls.neo4j declared as Neo4jGraph
protected  Neo4jGraph Neo4jIndex.graph
           
 

Constructors in com.tinkerpop.blueprints.impls.neo4j with parameters of type Neo4jGraph
Neo4jEdge(org.neo4j.graphdb.Relationship relationship, Neo4jGraph graph)
           
Neo4jEdge(org.neo4j.graphdb.Relationship relationship, Neo4jGraph graph, boolean isNew)
           
Neo4jEdgeIterable(Iterable<org.neo4j.graphdb.Relationship> relationships, Neo4jGraph graph)
           
Neo4jEdgeIterable(Iterable<org.neo4j.graphdb.Relationship> relationships, Neo4jGraph graph, boolean checkTransaction)
           
Neo4jIndex(String indexName, Class<T> indexClass, Neo4jGraph graph, Parameter... indexParameters)
           
Neo4jVertex(org.neo4j.graphdb.Node node, Neo4jGraph graph)
           
Neo4jVertexIterable(Iterable<org.neo4j.graphdb.Node> nodes, Neo4jGraph graph)
           
Neo4jVertexIterable(Iterable<org.neo4j.graphdb.Node> nodes, Neo4jGraph graph, boolean checkTransaction)
           
 



Copyright © 2010-2012. All Rights Reserved.