public interface AlphabetisedParallelAction extends ParAction
| Modifier and Type | Method and Description |
|---|---|
ListTerm<ChannelSet> |
getChannelSet()
Returns the ChannelSet elements.
|
ChannelSet |
getLeftAlpha() |
ChannelSet |
getRightAlpha() |
void |
setLeftAlpha(ChannelSet alpha) |
void |
setRightAlpha(ChannelSet alpha) |
getLeftNameSet, getNameSet, getRightNameSet, setLeftNameSet, setRightNameSetgetCircusAction, getLeftAction, getRightAction, setLeftAction, setRightActionListTerm<ChannelSet> getChannelSet()
Returns the ChannelSet elements.
To add or remove elements, use the methods provided by the List interface (that's why there is no need for a setter method).
ChannelSet getLeftAlpha()
void setLeftAlpha(ChannelSet alpha)
ChannelSet getRightAlpha()
void setRightAlpha(ChannelSet alpha)
Copyright © 2003–2016 Community Z Tools Project. All rights reserved.