Uses of Package
oracle.pgx.api.filter
-
Packages that use oracle.pgx.api.filter Package Description oracle.pgx.api This package contains the main Java APIs.oracle.pgx.api.filter This package contains filter data objects.oracle.pgx.config This package contains all configuration-related classes of PGX. -
Classes in oracle.pgx.api.filter used by oracle.pgx.api Class Description EdgeFilter A class that wraps a filter expression supposed to be evaluated on each edge of the graphGraphFilter An abstract class representing any GraphFiltersVertexFilter A class that wraps a filter expression supposed to be evaluated on each vertex of the graph -
Classes in oracle.pgx.api.filter used by oracle.pgx.api.filter Class Description BinaryGraphFilterOperation EdgeFilter A class that wraps a filter expression supposed to be evaluated on each edge of the graphFilterIntersection A class that represents an intersection between two graph-filtersFilterStrategy An enum to distinguish between different strategies to execute the filter expressionFilterType An enum to distinguish between different types of graph-filtersFilterUnion A class that represents an union between two graph-filtersGraphFilter An abstract class representing any GraphFiltersGraphFilterWithExpression VertexFilter A class that wraps a filter expression supposed to be evaluated on each vertex of the graph -
Classes in oracle.pgx.api.filter used by oracle.pgx.config Class Description FilterType An enum to distinguish between different types of graph-filtersGraphFilter An abstract class representing any GraphFilters