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.
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-2013 The Neo4j Graph Database Project. All Rights Reserved.