|
Neo4j Community | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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
The default PatternGroup . |
Methods in org.neo4j.graphmatching that return PatternGroup | |
---|---|
PatternGroup |
PatternNode.getGroup()
Get the PatternGroup of this pattern node. |
Constructors in org.neo4j.graphmatching with parameters of type PatternGroup | |
---|---|
PatternNode(PatternGroup group)
Create a new pattern node in the specified PatternGroup with a
blank label. |
|
PatternNode(PatternGroup group,
String label)
Create a new pattern node in the specified PatternGroup with the
specified label. |
|
Neo4j Community | |||||||||
PREV NEXT | FRAMES NO FRAMES |