public interface BasicChannelSetExpr extends Expr
A channel set expression containing a set of references to previously declared channel names (i.e. channel references). It represents the grammar rules for empty and enumerated channel sets. It is just like a set extension but the parser identifies differently due to the spceial channel set braces.
| Modifier and Type | Method and Description |
|---|---|
CircusCommunicationList |
getCircusCommunicationList()
This is a convenience method.
|
CommunicationList |
getCommunicationList()
Returns the CommunicationList element.
|
void |
setCommunicationList(CommunicationList communicationList)
Sets the CommunicationList element.
|
CommunicationList getCommunicationList()
void setCommunicationList(CommunicationList communicationList)
communicationList - the CommunicationList element.getCommunicationList()CircusCommunicationList getCircusCommunicationList()
Copyright © 2003–2016 Community Z Tools Project. All rights reserved.