| Constructor and Description |
|---|
CypherResultSubGraph() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(org.neo4j.graphdb.Node node) |
void |
add(org.neo4j.graphdb.Relationship rel) |
boolean |
contains(org.neo4j.graphdb.Relationship relationship) |
static SubGraph |
from(org.neo4j.graphdb.Result result,
org.neo4j.graphdb.GraphDatabaseService gds,
boolean addBetween) |
Iterable<org.neo4j.graphdb.schema.ConstraintDefinition> |
getConstraints() |
Iterable<org.neo4j.graphdb.schema.IndexDefinition> |
getIndexes() |
Collection<org.neo4j.graphdb.Label> |
getLabels() |
Iterable<org.neo4j.graphdb.Node> |
getNodes() |
Iterable<org.neo4j.graphdb.Relationship> |
getRelationships() |
public void add(org.neo4j.graphdb.Node node)
public void add(org.neo4j.graphdb.Relationship rel)
public static SubGraph from(org.neo4j.graphdb.Result result, org.neo4j.graphdb.GraphDatabaseService gds, boolean addBetween)
public Iterable<org.neo4j.graphdb.Node> getNodes()
public Iterable<org.neo4j.graphdb.Relationship> getRelationships()
getRelationships in interface SubGraphpublic Collection<org.neo4j.graphdb.Label> getLabels()
public boolean contains(org.neo4j.graphdb.Relationship relationship)
public Iterable<org.neo4j.graphdb.schema.IndexDefinition> getIndexes()
getIndexes in interface SubGraphpublic Iterable<org.neo4j.graphdb.schema.ConstraintDefinition> getConstraints()
getConstraints in interface SubGraphCopyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.