Filters are the basic building blocks that are wrapped in queries and assembled to make simple or complex conditions on nodes and edges.
Filters objects are built in {@link FilterBuilder}. Implementors should define their own FilterBuilder
class to propose new filter to users.
@author Mathieu Bastian
@see Query
|
|