Neo4j

Uses of Class
org.neo4j.graphmatching.PatternGroup

Packages that use PatternGroup
org.neo4j.graphmatching Facilities for finding occurrences of patterns in a Neo4j graph. 
 

Uses of PatternGroup in org.neo4j.graphmatching
 

Fields in org.neo4j.graphmatching declared as PatternGroup
static PatternGroup PatternNode.DEFAULT_PATTERN_GROUP
          Deprecated. The default PatternGroup.
 

Methods in org.neo4j.graphmatching that return PatternGroup
 PatternGroup PatternNode.getGroup()
          Deprecated. Get the PatternGroup of this pattern node.
 

Constructors in org.neo4j.graphmatching with parameters of type PatternGroup
PatternNode(PatternGroup group)
          Deprecated. Create a new pattern node in the specified PatternGroup with a blank label.
PatternNode(PatternGroup group, String label)
          Deprecated. Create a new pattern node in the specified PatternGroup with the specified label.
 


Neo4j

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