| Interface | Description |
|---|
| Class | Description |
|---|---|
| BinaryGraphFilterOperation | |
| EdgeFilter |
A class that wraps a filter expression supposed to be evaluated on each edge of the graph
|
| FilterIntersection |
A class that represents an intersection between two graph-filters
|
| FilterUnion |
A class that represents an union between two graph-filters
|
| GraphFilter |
An abstract class representing any GraphFilters
|
| GraphFilterWithExpression | |
| PathFindingFilter | |
| VertexFilter |
A class that wraps a filter expression supposed to be evaluated on each vertex of the graph
|
| Enum | Description |
|---|---|
| FilterStrategy |
An enum to distinguish between different strategies to execute the filter expression
|
| FilterType |
An enum to distinguish between different types of graph-filters
|