-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Filters API
Eduardo Ramos edited this page Jan 7, 2015
·
1 revision
Filters API/SPI provides filtering features, how to create subgraph.
The API let users create and combine filter queries and execute them on the current graph. The aim is to filter the graph (i.e. remove elements according to filter functions). The system works with Graph API and its view concept. New filters can easily be added.
Filters me be defined as explained in org.gephi.filters.spi
. Difference is made between node filters, edge filters and operators. Categories are a simple way to classify filters in a hierarchy tree for displaying it to users.
- Developer Handbook
- Build
- Code Style
- Localization
- Datasets
- Import CSV Data
- Import Dynamic Data
- Scripting Plugin
- Quick Start
- Démarrage rapide (FR)
- Layout
- Spatialisations (FR)
- Statistics
- Import
- Spigot importer with Wizard
- Export
- Generator
- Filter
- Extend Data Laboratory
- Preview renderer
- Add a module panel
- Add a submenu
- Build a plugin without Gephi source code
- Update a plugin
- Code Sharing Strategy
- Graph Streaming