public abstract class Process2Impl extends CircusProcessImpl implements Process2
Process2.| Modifier | Constructor and Description |
|---|---|
protected |
Process2Impl()
The default constructor.
|
protected |
Process2Impl(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 Process2Impl
for equality.
|
ListTerm<CircusProcess> |
getCircusProcess()
Returns the CircusProcess elements.
|
CircusProcess |
getLeftProcess() |
CircusProcess |
getRightProcess() |
int |
hashCode()
Returns the hash code value for this Process2Impl.
|
void |
setLeftProcess(CircusProcess proc) |
void |
setRightProcess(CircusProcess proc) |
annsSize, getAnn, getAnns, getFactory, hasAnn, hasAnn, removeAnn, removeAnn, toStringprotected Process2Impl()
object factory.protected Process2Impl(BaseFactory factory)
public boolean equals(Object obj)
equals in class CircusProcessImplpublic int hashCode()
hashCode in class CircusProcessImplpublic <R> R accept(Visitor<R> v)
accept in interface Termaccept in class CircusProcessImplpublic ListTerm<CircusProcess> getCircusProcess()
Process2Returns the CircusProcess 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).
getCircusProcess in interface Process2public CircusProcess getLeftProcess()
getLeftProcess in interface Process2public void setLeftProcess(CircusProcess proc)
setLeftProcess in interface Process2public CircusProcess getRightProcess()
getRightProcess in interface Process2public void setRightProcess(CircusProcess proc)
setRightProcess in interface Process2Copyright © 2003–2016 Community Z Tools Project. All rights reserved.