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.
|
Class and Description |
---|
EdgeFilter
A class that wraps a filter expression supposed to be evaluated on each edge of the graph
|
GraphFilter
An abstract class representing any GraphFilters
|
VertexFilter
A class that wraps a filter expression supposed to be evaluated on each vertex of the graph
|
Class and 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
|
FilterStrategy
An enum to distinguish between different strategies to execute the filter expression
|
FilterType
An enum to distinguish between different types of graph-filters
|
FilterUnion
A class that represents an union between two graph-filters
|
GraphFilter
An abstract class representing any GraphFilters
|
GraphFilterWithExpression |
VertexFilter
A class that wraps a filter expression supposed to be evaluated on each vertex of the graph
|
Class and 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
|
GraphFilter
An abstract class representing any GraphFilters
|
Copyright © 2017 Oracle Corp. All Rights Reserved.