Project Wonder 7.2-SNAPSHOT
-
- Type Parameters:
T -
- All Implemented Interfaces:
- Results<T>, Cursor<T>, Iterator<T>
public class EvaluatingFilter<T extends org.neo4j.graphdb.PropertyContainer>
extends Object
implements Results<T>
Filter that using Neo4J java api examines node/relationship properties and their relationships
to filter those that exactly match search criteria.
- Author:
- Jedrzej Sobanski
-
-
Constructor Summary
Constructors
| Constructor and Description |
EvaluatingFilter(Results<T> objects,
com.webobjects.eoaccess.EOEntity entity,
com.webobjects.eocontrol.EOQualifier q) |
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNext in interface Iterator<T extends org.neo4j.graphdb.PropertyContainer>
-
close
public void close()
- Specified by:
close in interface Cursor<T extends org.neo4j.graphdb.PropertyContainer>
-
next
public T next()
- Specified by:
next in interface Iterator<T extends org.neo4j.graphdb.PropertyContainer>
-
remove
public void remove()
- Specified by:
remove in interface Iterator<T extends org.neo4j.graphdb.PropertyContainer>
Last updated: Wed, Jul 29, 2020 12:47 PM CEST
Copyright © 2002 – 2020 Project Wonder.