org.neo4j.graphmatching.filter
Class AbstractFilterExpression
java.lang.Object
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.
AbstractFilterExpression
public AbstractFilterExpression(String label,
String property)
- Deprecated.
- Constructs a new filter expression.
- Parameters:
label
- the PatternNode
label.property
- the property key.
getLabel
public String getLabel()
- Deprecated.
- Returns:
- The
PatternNode
label.
getProperty
public String getProperty()
- Deprecated.
- Returns:
- the property key.
Copyright © 2002-2014 The Neo4j Graph Database Project. All Rights Reserved.