| Constructor and Description |
|---|
DatabaseSubGraph(GraphDatabaseService gdb) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(Relationship relationship) |
static SubGraph |
from(GraphDatabaseService gdb) |
Iterable<Node> |
getNodes() |
Iterable<Relationship> |
getRelationships() |
Iterable<IndexDefinition> |
indexes() |
public DatabaseSubGraph(GraphDatabaseService gdb)
public static SubGraph from(GraphDatabaseService gdb)
public Iterable<Relationship> getRelationships()
getRelationships in interface SubGraphpublic boolean contains(Relationship relationship)
public Iterable<IndexDefinition> indexes()
Copyright © 2002–2013 The Neo4j Graph Database Project. All rights reserved.