Uses of Class
org.anchoranalysis.plugin.io.bean.summarizer.Summarizer
Packages that use Summarizer
Package
Description
Summarizing a set of elements into a descriptive-string.
Implementations of
Summarizer that summarize
images.Implementations of
Summarizer that summarize
generically InputFromManagers.Implementations of
Summarizer that summarize
generically Paths.Implementations of
Task related to file-system
I/O.-
Uses of Summarizer in org.anchoranalysis.plugin.io.bean.summarizer
Subclasses of Summarizer in org.anchoranalysis.plugin.io.bean.summarizerModifier and TypeClassDescriptionclassCollects summary data about a set of input files that will eventually be outputted to the userclassA count of the number of inputs.classCreates a string where each line is an element.classMultiplexes between two summarizers depending on the total number of count.Methods in org.anchoranalysis.plugin.io.bean.summarizer that return SummarizerModifier and TypeMethodDescriptionSummarizerSplitMoreThan.getSummarizerElse()Used for summary ifcount(elements) <= countThresholdSummarizerSplitMoreThan.getSummarizerGreaterThan()Used for summary ifcount(elements) > countThresholdMethods in org.anchoranalysis.plugin.io.bean.summarizer that return types with arguments of type SummarizerMethods in org.anchoranalysis.plugin.io.bean.summarizer with parameters of type SummarizerModifier and TypeMethodDescriptionvoidSummarizerSplitMoreThan.setSummarizerElse(Summarizer<T> summarizerElse) Used for summary ifcount(elements) <= countThresholdvoidSummarizerSplitMoreThan.setSummarizerGreaterThan(Summarizer<T> summarizerGreaterThan) Used for summary ifcount(elements) > countThresholdMethod parameters in org.anchoranalysis.plugin.io.bean.summarizer with type arguments of type Summarizer -
Uses of Summarizer in org.anchoranalysis.plugin.io.bean.summarizer.image
Subclasses of Summarizer in org.anchoranalysis.plugin.io.bean.summarizer.imageModifier and TypeClassDescriptionclassclassSummarizes the size of images.classclassSummarizesImageMetadataInputin different ways.classA simple summarizer, where there's one summary-item per image. -
Uses of Summarizer in org.anchoranalysis.plugin.io.bean.summarizer.input
Subclasses of Summarizer in org.anchoranalysis.plugin.io.bean.summarizer.inputModifier and TypeClassDescriptionclassExtractIdentifier<T extends InputFromManager>Extracts the identifier from anInputFromManagerto summarize further.classExtractIdentifierAndPath<T extends InputFromManager>Extracts the identifier and path from anInputFromManagerto summarize further.classExtractPath<T extends InputFromManager>Extracts aPathfrom an input to summarize further.classSummarizerInputFromManager<T extends InputFromManager,S> Extracts a particular item from anInputFromManagerfor further summarization downstream.Methods in org.anchoranalysis.plugin.io.bean.summarizer.input that return SummarizerMethods in org.anchoranalysis.plugin.io.bean.summarizer.input with parameters of type SummarizerModifier and TypeMethodDescriptionvoidSummarizerInputFromManager.setSummarizer(Summarizer<S> summarizer) -
Uses of Summarizer in org.anchoranalysis.plugin.io.bean.summarizer.path
Subclasses of Summarizer in org.anchoranalysis.plugin.io.bean.summarizer.pathModifier and TypeClassDescriptionclassRemembers each unique extension, and associated countclassConverts a list of file-paths into a form that tries to find a pattern in the naming style using the path-pattern-finder library.classTracks the range of file-size.classBase class forSummarizers that operate on thePathassociated with inputs. -
Uses of Summarizer in org.anchoranalysis.plugin.io.bean.task
Methods in org.anchoranalysis.plugin.io.bean.task that return SummarizerModifier and TypeMethodDescriptionSummarizeBase.beforeAnyJobIsExecuted(Outputter outputter, ConcurrencyPlan concurrencyPlan, List<T> inputs, ParametersExperiment parameters) SummarizeBase.getSummarizer()Methods in org.anchoranalysis.plugin.io.bean.task with parameters of type SummarizerModifier and TypeMethodDescriptionvoidSummarizeBase.afterAllJobsAreExecuted(Summarizer<S> sharedState, InputOutputContext context) voidSummarizeBase.setSummarizer(Summarizer<S> summarizer) Method parameters in org.anchoranalysis.plugin.io.bean.task with type arguments of type SummarizerModifier and TypeMethodDescriptionvoidSummarizeBase.doJobOnInput(InputBound<T, Summarizer<S>> input)