public interface ParActionIte extends ActionIte
An abstract parallel iterated action definition. it includes the name set partitions of the state.
As empty name disjoint sets are often used in iterated parallel actions, syntactic sugar for these cases is provided in the grammar rules for iterated interleaving, iterated parallel composition, and iterated alphabetised parallel composition, so that we do not need explicit AST classes.
| Modifier and Type | Method and Description |
|---|---|
NameSet |
getNameSet()
Returns the NameSet element.
|
void |
setNameSet(NameSet nameSet)
Sets the NameSet element.
|
getDeclList, getZDeclList, setDeclListgetCircusAction, setCircusActionNameSet getNameSet()
void setNameSet(NameSet nameSet)
nameSet - the NameSet element.getNameSet()Copyright © 2003–2016 Community Z Tools Project. All rights reserved.