Class WithoutGrouping
Avoids grouping of inputs, effectively processing all inputs as one large group.
- Author:
- Owen Feehan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateInputGrouper
(Optional<IndexRangeNegative> groupIndexRange) Creates anInputGrouper
that can be used to derive a group-key from a particular input.Methods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
-
Constructor Details
-
WithoutGrouping
public WithoutGrouping()
-
-
Method Details
-
createInputGrouper
Description copied from class:Grouper
Creates anInputGrouper
that can be used to derive a group-key from a particular input.- Specified by:
createInputGrouper
in classGrouper
- Parameters:
groupIndexRange
- an index-range to use for grouping, by subsetting components from each input's identifier.- Returns:
- the
InputGrouper
, if grouping is enabled. OtherwiseOptional.empty()
.
-