|
Gephi Toolkit Javadoc | ||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
FilterController | Use filters and queries for filtering the Graph. |
FilterLibrary | The Filter Library is the place where filter builders are registered and ready to be used. |
FilterModel | The Filter Model hosts the queries defined in the system and the currently active query. |
PropertyExecutor | PropertyExecutor's role is to synchronize property edition with filter execution. |
PropertyExecutor.Callback | Callback interface for setting value. |
Query | Queries are wrapping filters and are assembled in a query tree. |
Class Summary | |
---|---|
Range |
API for graph filtering.
This API manage graph filtering. Its job is to execute filtering query
to produce subgraphs. Filters are combined in queries that are passed
to the system to be executed. The result of a filter query is a subgraph,
a subset of the original graph that is represented as a
GraphView
.
The role of the FilterModel
is to
host current queries. Each workspace has its FilterModel
.
The controller hosts the current FilterModel
, for the
current workspace.
|
Gephi Toolkit Javadoc | ||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |