public interface SubGraph
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(Relationship relationship) |
Iterable<Node> |
getNodes() |
Node |
getReferenceNode() |
Iterable<Relationship> |
getRelationships() |
Iterable<IndexDefinition> |
indexes() |
Iterable<Relationship> getRelationships()
Node getReferenceNode()
boolean contains(Relationship relationship)
Iterable<IndexDefinition> indexes()
Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.