|
Neo4j Enterprise | |||||||||
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
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 Enterprise | |||||||||
PREV NEXT | FRAMES NO FRAMES |