Class SpecificAndRename
Selects a specific set of channels from stacks, each identified by a stack-name and channel index
- Author:
- Owen Feehan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetList()selectChannels(ChannelSource source, boolean checkType) Takes a stack-collection and extracts a set of references to particular channels (each with a name).voidMethods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
-
Constructor Details
-
SpecificAndRename
public SpecificAndRename()
-
-
Method Details
-
selectChannels
public NamedChannels selectChannels(ChannelSource source, boolean checkType) throws OperationFailedException Description copied from class:FromStacksTakes a stack-collection and extracts a set of references to particular channels (each with a name).- Specified by:
selectChannelsin classFromStacks- Parameters:
source- theChannelSourcecontaining the stacks to select fromcheckType- whether to check the type of the channels- Returns:
- a
NamedChannelsobject containing the selected channels - Throws:
OperationFailedException- if the channel selection operation fails
-
getList
-
setList
-