Neo4j Enterprise

org.neo4j.cypher.export
Class SubGraphExporter

java.lang.Object
  extended by org.neo4j.cypher.export.SubGraphExporter

public class SubGraphExporter
extends Object


Constructor Summary
SubGraphExporter(SubGraph graph)
           
 
Method Summary
 void export(PrintWriter out)
           
 Collection<String> exportIndexes()
           
 String quote(String id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubGraphExporter

public SubGraphExporter(SubGraph graph)
Method Detail

export

public void export(PrintWriter out)

exportIndexes

public Collection<String> exportIndexes()

quote

public String quote(String id)

Neo4j Enterprise

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