| Constructor and Description |
|---|
CypherResultSubGraph() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Node node) |
void |
add(Relationship rel) |
boolean |
contains(Relationship relationship) |
static SubGraph |
from(ExecutionResult result,
boolean addBetween) |
Iterable<Node> |
getNodes() |
Node |
getReferenceNode() |
Iterable<Relationship> |
getRelationships() |
Iterable<IndexDefinition> |
indexes() |
public void add(Node node)
public void add(Relationship rel)
public static SubGraph from(ExecutionResult result, boolean addBetween)
public Iterable<Relationship> getRelationships()
getRelationships in interface SubGraphpublic Node getReferenceNode()
getReferenceNode in interface SubGraphpublic boolean contains(Relationship relationship)
public Iterable<IndexDefinition> indexes()
Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.