|
Neo4j Community | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.neo4j.graphmatching.filter.FilterBinaryNode
@Deprecated public class FilterBinaryNode
Matches two FilterExpression
s with AND or OR.
Constructor Summary | |
---|---|
FilterBinaryNode(FilterExpression expression1,
boolean trueForAnd,
FilterExpression expression2)
Deprecated. Constructs a new binary node which has two expressions, grouped together as one. |
Method Summary | |
---|---|
FilterExpression |
getLeftExpression()
Deprecated. |
FilterExpression |
getRightExpression()
Deprecated. |
boolean |
matches(FilterValueGetter valueGetter)
Deprecated. Matches a value from a valueGetter and returns whether or not
there was a match. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FilterBinaryNode(FilterExpression expression1, boolean trueForAnd, FilterExpression expression2)
expression1
- the first expression.trueForAnd
- true
if AND, else OR.expression2
- the second expression.Method Detail |
---|
public boolean matches(FilterValueGetter valueGetter)
FilterExpression
valueGetter
and returns whether or not
there was a match.
matches
in interface FilterExpression
valueGetter
- the getter which fetches the value to match.
valueGetter
matches
the criterias found in this expression.public FilterExpression getLeftExpression()
public FilterExpression getRightExpression()
|
Neo4j Community | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |