public interface ProcessD extends Process1
An abstract unary Circus process with Z declarations.
The parser must enforce that the declared variables do not have strokes via VarDecl,
that strokes should be ignored via InclDecl (schema inclusion), and that ConstDecl
is not allowed at all.
| Modifier and Type | Method and Description |
|---|---|
BasicProcess |
getCircusBasicProcess()
This is a convenience method for getCircusProcess() cast as BasicProcess.
|
DeclList |
getDeclList()
Returns the DeclList element.
|
ZDeclList |
getZDeclList()
This is a convenience method.
|
boolean |
isBasicProcess()
Basic process can have parameters or indexes.
|
void |
setDeclList(DeclList declList)
Sets the DeclList element.
|
getCircusProcess, setCircusProcessDeclList getDeclList()
ZDeclList getZDeclList()
void setDeclList(DeclList declList)
declList - the DeclList element.getDeclList()boolean isBasicProcess()
BasicProcess getCircusBasicProcess()
Copyright © 2003–2016 Community Z Tools Project. All rights reserved.