Neo4j Enterprise

org.neo4j.cypher.export
Interface SubGraph

All Known Implementing Classes:
CypherResultSubGraph, DatabaseSubGraph

public interface SubGraph


Method Summary
 boolean contains(Relationship relationship)
           
 Iterable<Node> getNodes()
           
 Node getReferenceNode()
           
 Iterable<Relationship> getRelationships()
           
 Iterable<IndexDefinition> indexes()
           
 

Method Detail

getNodes

Iterable<Node> getNodes()

getRelationships

Iterable<Relationship> getRelationships()

getReferenceNode

Node getReferenceNode()

contains

boolean contains(Relationship relationship)

indexes

Iterable<IndexDefinition> indexes()

Neo4j Enterprise

Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.