public interface SubGraph
Modifier and Type | Method and Description |
---|---|
boolean |
contains(org.neo4j.graphdb.Relationship relationship) |
Iterable<org.neo4j.graphdb.schema.ConstraintDefinition> |
getConstraints() |
Iterable<org.neo4j.graphdb.schema.IndexDefinition> |
getIndexes() |
Iterable<org.neo4j.graphdb.Node> |
getNodes() |
Iterable<org.neo4j.graphdb.Relationship> |
getRelationships() |
Iterable<org.neo4j.graphdb.Node> getNodes()
Iterable<org.neo4j.graphdb.Relationship> getRelationships()
boolean contains(org.neo4j.graphdb.Relationship relationship)
Iterable<org.neo4j.graphdb.schema.IndexDefinition> getIndexes()
Iterable<org.neo4j.graphdb.schema.ConstraintDefinition> getConstraints()
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.