Uses of Class
org.anchoranalysis.core.index.range.IndexRangeNegative
Packages that use IndexRangeNegative
Package
Description
A range of indices from minimum to maximum.
Arguments that can further specify an experiment in addition to its bean specification.
Classes relating to creating inputs for an experiment / task.
Determines how inputs are aggregated into groups, if at all.
Non-bean classes that relate to using files during inputting.
Non-bean classes pertaining to getting/extracting/manipulating paths as used in inputting.
Implementations of
Grouper.-
Uses of IndexRangeNegative in org.anchoranalysis.core.index.range
Methods in org.anchoranalysis.core.index.range that return IndexRangeNegativeModifier and TypeMethodDescriptionstatic IndexRangeNegativeParses a string to convert it into anIndexRangeNegative. -
Uses of IndexRangeNegative in org.anchoranalysis.experiment.arguments
Methods in org.anchoranalysis.experiment.arguments that return types with arguments of type IndexRangeNegativeModifier and TypeMethodDescriptionTaskArguments.getGroupIndexRange()An index-range to use for grouping, by subsetting components from each input's identifier. -
Uses of IndexRangeNegative in org.anchoranalysis.io.input
Methods in org.anchoranalysis.io.input that return types with arguments of type IndexRangeNegativeModifier and TypeMethodDescriptionInputContextParameters.getIdentifierSubrange()If defined, this indicates and specifies only a subset of the naming-elements to use.Methods in org.anchoranalysis.io.input with parameters of type IndexRangeNegativeModifier and TypeMethodDescriptionvoidInputContextParameters.assignIdentifierSubrange(IndexRangeNegative identifierSubrange) If defined, this indicates and specifies only a subset of the elements of the identifier to use.Method parameters in org.anchoranalysis.io.input with type arguments of type IndexRangeNegativeModifier and TypeMethodDescriptionvoidInputContextParameters.setIdentifierSubrange(Optional<IndexRangeNegative> identifierSubrange) If defined, this indicates and specifies only a subset of the naming-elements to use. -
Uses of IndexRangeNegative in org.anchoranalysis.io.input.bean.grouper
Method parameters in org.anchoranalysis.io.input.bean.grouper with type arguments of type IndexRangeNegativeModifier and TypeMethodDescriptionFromDerivePath.createInputGrouper(Optional<IndexRangeNegative> groupIndexRange) Creates anInputGrouperthat can be used to derive a group-key from a particular input.abstract Optional<InputGrouper> Grouper.createInputGrouper(Optional<IndexRangeNegative> groupIndexRange) Creates anInputGrouperthat can be used to derive a group-key from a particular input.WithoutGrouping.createInputGrouper(Optional<IndexRangeNegative> groupIndexRange) -
Uses of IndexRangeNegative in org.anchoranalysis.io.input.file
Methods in org.anchoranalysis.io.input.file that return types with arguments of type IndexRangeNegativeModifier and TypeMethodDescriptionFileNamerContext.getNameSubrange()If defined, this indicates and specifies only a subset of the naming-elements to use. -
Uses of IndexRangeNegative in org.anchoranalysis.io.input.path
Methods in org.anchoranalysis.io.input.path with parameters of type IndexRangeNegativeModifier and TypeMethodDescriptionstatic PathExtractPathElementRange.extract(Path path, IndexRangeNegative range) Extracts a sub-path from aPathby only retaining a range of elements. -
Uses of IndexRangeNegative in org.anchoranalysis.plugin.io.bean.grouper
Method parameters in org.anchoranalysis.plugin.io.bean.grouper with type arguments of type IndexRangeNegativeModifier and TypeMethodDescriptionIfGroupIndexRange.createInputGrouper(Optional<IndexRangeNegative> groupIndexRange)