public interface Filter
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 FilterBuilder. Implementors should
define their own FilterBuilder class to propose new filter to
users.
Query| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the filter's display name.
|
FilterProperty[] |
getProperties()
Returns the filter properties.
|
String getName()
FilterProperty[] getProperties()
FilterProperty objects.Copyright © 2007–2015 Gephi Consortium. All rights reserved.