Uses of Class
org.anchoranalysis.io.input.bean.InputManagerUnary
Packages that use InputManagerUnary
Package
Description
Implementations of
InputManager.Implementations of
InputManager that filter inputs.-
Uses of InputManagerUnary in org.anchoranalysis.plugin.io.bean.input
Subclasses of InputManagerUnary in org.anchoranalysis.plugin.io.bean.inputModifier and TypeClassDescriptionclassBranchIfDebug<T extends InputFromManager>Uses one input-manager normally, but a different one if in debug mode.classExclude<T extends InputFromManager>Excludes all inputs whose identifiers match a regular expression.classLimit<T extends InputFromManager>Limits the number of input-objects to a certain hard-maximumclassLimitIfRequested<T extends InputFromManager>LikeLimitif it is requested in theInputContextParameters, makes no change to the inputs.classShuffle<T extends InputFromManager>Randomly shuffles the order of the inputs.classShuffleIfRequested<T extends InputFromManager>LikeShuffleif requested in theInputContextParametersotherwise makes no change to the inputs.classSortAlphabetically<T extends InputFromManager>Sorts the input-items in alphabetical order of their input-name. -
Uses of InputManagerUnary in org.anchoranalysis.plugin.io.bean.input.filter
Subclasses of InputManagerUnary in org.anchoranalysis.plugin.io.bean.input.filterModifier and TypeClassDescriptionclassFilterCSVColumn<T extends InputFromManager>Finds a CSV file with the names of an input as the first-column.classFilterDescriptiveName<T extends InputFromManager>Filters all the input objects for only those with certain types of descriptive-names.classFilterIfDebug<T extends InputFromManager>Filters a list of inputs when in debug-mode