Class FromStacks
- Direct Known Subclasses:
- All,- One,- SpecificAndRename
Selects a subset of channels from a set of stacks.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionabstract NamedChannelsselectChannels(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.AnchorBeancheckMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
- 
Constructor Details- 
FromStackspublic FromStacks()
 
- 
- 
Method Details- 
selectChannelspublic 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- the- ChannelSourcecontaining the stacks to select from
- checkType- whether to check the type of the channels
- Returns:
- a NamedChannelsobject containing the selected channels
- Throws:
- OperationFailedException- if the channel selection operation fails
 
 
-