org.neo4j.graphmatching
Class PatternUtil
java.lang.Object
org.neo4j.graphmatching.PatternUtil
Deprecated.
@Deprecated
public class PatternUtil
- extends Object
Utility methods for working with a pattern graph.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PatternUtil
public PatternUtil()
- Deprecated.
printGraph
public static void printGraph(PatternNode startNode,
PrintStream out)
- Deprecated.
- Print a pattern graph rooted at a particular
PatternNode
to the
specified PrintStream
.
- Parameters:
startNode
- the root of the pattern graph.out
- the stream to print to.
Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.