public class GraphsUtils
extends Object
-
Constructor Summary
Constructors
-
Method Summary
static boolean
extract(Object data,
Set<org.neo4j.graphdb.Node> nodes,
Set<org.neo4j.graphdb.Relationship> rels)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
GraphsUtils
public GraphsUtils()
-