Package | Description |
---|---|
org.apache.tinkerpop.gremlin.neo4j.process.util | |
org.apache.tinkerpop.gremlin.neo4j.structure | |
org.apache.tinkerpop.gremlin.neo4j.structure.trait |
Constructor and Description |
---|
Neo4jCypherIterator(Iterator<Map<String,T>> iterator,
Neo4jGraph graph) |
Modifier and Type | Field and Description |
---|---|
protected Neo4jGraph |
Neo4jProperty.graph |
protected Neo4jGraph |
Neo4jElement.graph |
Modifier and Type | Method and Description |
---|---|
static Neo4jGraph |
Neo4jGraph.open(Configuration configuration)
Open a new
Neo4jGraph instance. |
static Neo4jGraph |
Neo4jGraph.open(Neo4jGraphAPI baseGraph)
Construct a Neo4jGraph instance using an existing Neo4j raw instance.
|
Constructor and Description |
---|
Neo4jEdge(Neo4jRelationship relationship,
Neo4jGraph graph) |
Neo4jElement(Neo4jEntity baseElement,
Neo4jGraph graph) |
Neo4jGraphVariables(Neo4jGraph graph) |
Neo4jVertex(Neo4jNode node,
Neo4jGraph graph) |
Modifier and Type | Method and Description |
---|---|
Iterator<Vertex> |
NoMultiNoMetaNeo4jTrait.lookupVertices(Neo4jGraph graph,
List<HasContainer> hasContainers,
Object... ids)
Deprecated.
|
Iterator<Vertex> |
Neo4jTrait.lookupVertices(Neo4jGraph graph,
List<HasContainer> hasContainers,
Object... ids)
Deprecated.
|
Iterator<Vertex> |
MultiMetaNeo4jTrait.lookupVertices(Neo4jGraph graph,
List<HasContainer> hasContainers,
Object... ids)
Deprecated.
|
Copyright © 2013–2021 Apache Software Foundation. All rights reserved.