Class FromStacks
- Direct Known Subclasses:
All
,One
,SpecificAndRename
Selects a subset of channels from a set of stacks.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract NamedChannels
selectChannels
(ChannelSource source, boolean checkType) Takes a stack-collection and extracts a set of references to particular channels (each with a name).Methods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
-
Constructor Details
-
FromStacks
public FromStacks()
-
-
Method Details
-
selectChannels
public abstract NamedChannels selectChannels(ChannelSource source, boolean checkType) throws OperationFailedException Takes a stack-collection and extracts a set of references to particular channels (each with a name).- Parameters:
source
- theChannelSource
containing the stacks to select fromcheckType
- whether to check the type of the channels- Returns:
- a
NamedChannels
object containing the selected channels - Throws:
OperationFailedException
- if the channel selection operation fails
-