|
Neo4j Enterprise | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.neo4j.graphmatching.filter.AbstractFilterExpression
public abstract class AbstractFilterExpression
Abstract class which contains PatternElement label and property key.
| Constructor Summary | |
|---|---|
AbstractFilterExpression(java.lang.String label,
java.lang.String property)
Constructs a new filter expression. |
|
| Method Summary | |
|---|---|
java.lang.String |
getLabel()
|
java.lang.String |
getProperty()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.neo4j.graphmatching.filter.FilterExpression |
|---|
matches |
| Constructor Detail |
|---|
public AbstractFilterExpression(java.lang.String label,
java.lang.String property)
label - the PatternNode label.property - the property key.| Method Detail |
|---|
public java.lang.String getLabel()
PatternNode label.public java.lang.String getProperty()
|
Neo4j Enterprise | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||