Interface SeededGraphFilters
-
- All Superinterfaces:
GraphFilters,OperationView
- All Known Implementing Classes:
GetAdjacentIds,GetElements,GetElementsBetweenSets,GetElementsBetweenSetsPairs,GetElementsInRanges,GetElementsWithinSet,GetJavaRDDOfElements,GetJavaRDDOfElementsInRanges,GetRDDOfElements,GetRDDOfElementsInRanges,SummariseGroupOverRanges
public interface SeededGraphFilters extends GraphFilters
ASeededGraphFiltersoperation is aGraphFiltersoperation with the addition of filtering forSeededGraphFilters.IncludeIncomingOutgoingTypes.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceSeededGraphFilters.Builder<OP extends SeededGraphFilters,B extends SeededGraphFilters.Builder<OP,?>>static classSeededGraphFilters.IncludeIncomingOutgoingTypeAIncludeIncomingOutgoingTypedefines the incoming/outgoing direction of theEdges during the operation.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SeededGraphFilters.IncludeIncomingOutgoingTypegetIncludeIncomingOutGoing()voidsetIncludeIncomingOutGoing(SeededGraphFilters.IncludeIncomingOutgoingType inOutType)-
Methods inherited from interface uk.gov.gchq.gaffer.operation.graph.GraphFilters
getDirectedType, setDirectedType, validate, validateFlags
-
Methods inherited from interface uk.gov.gchq.gaffer.operation.graph.OperationView
getView, setView, setViews, validate, validate, validatePostAggregationFilter, validatePostTransformFilter, validatePreAggregationFilter
-
-
-
-
Method Detail
-
getIncludeIncomingOutGoing
SeededGraphFilters.IncludeIncomingOutgoingType getIncludeIncomingOutGoing()
- Returns:
- includeIncomingOutGoing a
SeededGraphFilters.IncludeIncomingOutgoingTypethat controls the incoming/outgoing direction ofEdges that are filtered out in the operation. - See Also:
SeededGraphFilters.IncludeIncomingOutgoingType
-
setIncludeIncomingOutGoing
void setIncludeIncomingOutGoing(SeededGraphFilters.IncludeIncomingOutgoingType inOutType)
- Parameters:
inOutType- aSeededGraphFilters.IncludeIncomingOutgoingTypethat controls the incoming/outgoing direction ofEdges that are filtered out in the operation.- See Also:
SeededGraphFilters.IncludeIncomingOutgoingType
-
-