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 TypeClassDescriptionclass
BranchIfDebug<T extends InputFromManager>
Uses one input-manager normally, but a different one if in debug mode.class
Exclude<T extends InputFromManager>
Excludes all inputs whose identifiers match a regular expression.class
Limit<T extends InputFromManager>
Limits the number of input-objects to a certain hard-maximumclass
LimitIfRequested<T extends InputFromManager>
LikeLimit
if it is requested in theInputContextParameters
, makes no change to the inputs.class
Shuffle<T extends InputFromManager>
Randomly shuffles the order of the inputs.class
ShuffleIfRequested<T extends InputFromManager>
LikeShuffle
if requested in theInputContextParameters
otherwise makes no change to the inputs.class
SortAlphabetically<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 TypeClassDescriptionclass
FilterCSVColumn<T extends InputFromManager>
Finds a CSV file with the names of an input as the first-column.class
FilterDescriptiveName<T extends InputFromManager>
Filters all the input objects for only those with certain types of descriptive-names.class
FilterIfDebug<T extends InputFromManager>
Filters a list of inputs when in debug-mode