Package org.anchoranalysis.plugin.io.bean.input
package org.anchoranalysis.plugin.io.bean.input
Implementations of
InputManager
.-
ClassesClassDescriptionBranchIfDebug<T extends InputFromManager>Uses one input-manager normally, but a different one if in debug mode.Concatenate<T extends InputFromManager>Concatenates the inputs from multiple
InputManager
s that all provide the same input-type.Exclude<T extends InputFromManager>Excludes all inputs whose identifiers match a regular expression.Limit<T extends InputFromManager>Limits the number of input-objects to a certain hard-maximumLimitIfRequested<T extends InputFromManager>LikeLimit
if it is requested in theInputContextParameters
, makes no change to the inputs.Shuffle<T extends InputFromManager>Randomly shuffles the order of the inputs.ShuffleIfRequested<T extends InputFromManager>LikeShuffle
if requested in theInputContextParameters
otherwise makes no change to the inputs.SortAlphabetically<T extends InputFromManager>Sorts the input-items in alphabetical order of their input-name.