|
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
org.neo4j.graphmatching.filter.RegexPattern
public class RegexPattern
A regex pattern with or without options, f.ex. "i" means case-insensitive.
| Constructor Summary | |
|---|---|
RegexPattern(java.lang.String label,
java.lang.String property,
java.lang.String pattern,
java.lang.String options)
Constructs a new regex pattern for filtering. |
|
| Method Summary | |
|---|---|
boolean |
matches(FilterValueGetter valueGetter)
Matches a value from a valueGetter and returns whether or not
there was a match. |
| Methods inherited from class org.neo4j.graphmatching.filter.AbstractFilterExpression |
|---|
getLabel, getProperty |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RegexPattern(java.lang.String label,
java.lang.String property,
java.lang.String pattern,
java.lang.String options)
label - the PatternNode label.property - the property key to filter in.pattern - the pattern which the value should match.options - options for regex matching.| Method Detail |
|---|
public boolean matches(FilterValueGetter valueGetter)
FilterExpressionvalueGetter and returns whether or not
there was a match.
valueGetter - the getter which fetches the value to match.
valueGetter matches
the criterias found in this expression.
|
Neo4j Enterprise | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||