Interface OperationView.Builder<OP extends OperationView,B extends OperationView.Builder<OP,?>>
-
- All Superinterfaces:
Operation.Builder<OP,B>
- All Known Subinterfaces:
GraphFilters.Builder<OP,B>
,SeededGraphFilters.Builder<OP,B>
- All Known Implementing Classes:
GetAdjacentIds.Builder
,GetAllElements.Builder
,GetDataFrameOfElements.Builder
,GetElements.Builder
,GetElementsBetweenSets.Builder
,GetElementsBetweenSetsPairs.Builder
,GetElementsInRanges.Builder
,GetElementsWithinSet.Builder
,GetGraphFrameOfElements.Builder
,GetJavaRDDOfAllElements.Builder
,GetJavaRDDOfElements.Builder
,GetJavaRDDOfElementsInRanges.Builder
,GetRDDOfAllElements.Builder
,GetRDDOfElements.Builder
,GetRDDOfElementsInRanges.Builder
,SummariseGroupOverRanges.Builder
- Enclosing interface:
- OperationView
public static interface OperationView.Builder<OP extends OperationView,B extends OperationView.Builder<OP,?>> extends Operation.Builder<OP,B>
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default B
view(View view)
-
Methods inherited from interface uk.gov.gchq.gaffer.operation.Operation.Builder
_getOp, _self
-
-