Package uk.gov.gchq.gaffer.operation.graph
Extension interfaces for performing filtering on results from operations.
-
Interface Summary Interface Description GraphFilters GraphFilters.Builder<OP extends GraphFilters,B extends GraphFilters.Builder<OP,?>> OperationView AnOperationView
operation contains aView
and can carry out additional validation based on the view contents.OperationView.Builder<OP extends OperationView,B extends OperationView.Builder<OP,?>> SeededGraphFilters ASeededGraphFilters
operation is aGraphFilters
operation with the addition of filtering forSeededGraphFilters.IncludeIncomingOutgoingType
s.SeededGraphFilters.Builder<OP extends SeededGraphFilters,B extends SeededGraphFilters.Builder<OP,?>> -
Enum Summary Enum Description SeededGraphFilters.IncludeIncomingOutgoingType AIncludeIncomingOutgoingType
defines the incoming/outgoing direction of theEdge
s during the operation.