Neo4j

org.neo4j.graphmatching.filter
Class AbstractFilterExpression

java.lang.Object
  extended by org.neo4j.graphmatching.filter.AbstractFilterExpression
All Implemented Interfaces:
FilterExpression
Direct Known Subclasses:
CompareExpression, RegexPattern

Deprecated.

@Deprecated
public abstract class AbstractFilterExpression
extends Object
implements FilterExpression

Abstract class which contains PatternElement label and property key.


Constructor Summary
AbstractFilterExpression(String label, String property)
          Deprecated. Constructs a new filter expression.
 
Method Summary
 String getLabel()
          Deprecated.  
 String getProperty()
          Deprecated.  
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.neo4j.graphmatching.filter.FilterExpression
matches
 

Constructor Detail

AbstractFilterExpression

public AbstractFilterExpression(String label,
                                String property)
Deprecated. 
Constructs a new filter expression.

Parameters:
label - the PatternNode label.
property - the property key.
Method Detail

getLabel

public String getLabel()
Deprecated. 
Returns:
The PatternNode label.

getProperty

public String getProperty()
Deprecated. 
Returns:
the property key.

Neo4j

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