|
Neo4j Enterprise | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.neo4j.graphmatching.PatternGroup
@Deprecated public class PatternGroup
Represents a group in SPARQL. A group can carry filters, which can restrict the returned result set.
Constructor Summary | |
---|---|
PatternGroup()
Deprecated. |
Method Summary | |
---|---|
void |
addFilter(FilterExpression regexRepression)
Deprecated. Adds a filter expression to the list of filters for this group. |
FilterExpression[] |
getFilters()
Deprecated. Returns the filter expressions which has been added for this group with addFilter(FilterExpression) . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PatternGroup()
Method Detail |
---|
public void addFilter(FilterExpression regexRepression)
regexRepression
- the FilterExpression
to add to this
group.public FilterExpression[] getFilters()
addFilter(FilterExpression)
.
|
Neo4j Enterprise | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |