public interface AlphabetisedParallelProcess extends ParProcess
| 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) |
getCircusProcess, getLeftProcess, getRightProcess, setLeftProcess, setRightProcessListTerm<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.