public abstract class ProcessDImpl extends Process1Impl implements ProcessD
ProcessD.| Modifier | Constructor and Description |
|---|---|
protected |
ProcessDImpl()
The default constructor.
|
protected |
ProcessDImpl(BaseFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
<R> R |
accept(Visitor<R> v)
Accepts a visitor.
|
boolean |
equals(Object obj)
Compares the specified object with this ProcessDImpl
for equality.
|
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.
|
int |
hashCode()
Returns the hash code value for this ProcessDImpl.
|
boolean |
isBasicProcess()
Basic process can have parameters or indexes.
|
void |
setDeclList(DeclList declList)
Sets the DeclList element.
|
getCircusProcess, setCircusProcessannsSize, getAnn, getAnns, getFactory, hasAnn, hasAnn, removeAnn, removeAnn, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetCircusProcess, setCircusProcessprotected ProcessDImpl()
object factory.protected ProcessDImpl(BaseFactory factory)
public boolean equals(Object obj)
equals in class Process1Implpublic int hashCode()
hashCode in class Process1Implpublic <R> R accept(Visitor<R> v)
accept in interface Termaccept in class Process1Implpublic DeclList getDeclList()
ProcessDgetDeclList in interface ProcessDpublic void setDeclList(DeclList declList)
ProcessDsetDeclList in interface ProcessDdeclList - the DeclList element.ProcessD.getDeclList()public ZDeclList getZDeclList()
getZDeclList in interface ProcessDpublic boolean isBasicProcess()
ProcessDisBasicProcess in interface ProcessDpublic BasicProcess getCircusBasicProcess()
ProcessDgetCircusBasicProcess in interface ProcessDCopyright © 2003–2016 Community Z Tools Project. All rights reserved.