Neo4j Enterprise

org.neo4j.graphmatching
Class PatternGroup

java.lang.Object
  extended by org.neo4j.graphmatching.PatternGroup

Deprecated.

@Deprecated
public class PatternGroup
extends Object

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

PatternGroup

public PatternGroup()
Deprecated. 
Method Detail

addFilter

public void addFilter(FilterExpression regexRepression)
Deprecated. 
Adds a filter expression to the list of filters for this group.

Parameters:
regexRepression - the FilterExpression to add to this group.

getFilters

public FilterExpression[] getFilters()
Deprecated. 
Returns the filter expressions which has been added for this group with addFilter(FilterExpression).

Returns:
the filters for this group.

Neo4j Enterprise

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