Skip navigation links

Package org.gephi.filters.api

API for graph filtering.

See: Description

Package org.gephi.filters.api Description

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.

Skip navigation links

Copyright © 2007–2017 Gephi Consortium. All rights reserved.