public class AlphabetisedParallelProcessImpl extends ParProcessImpl implements AlphabetisedParallelProcess
AlphabetisedParallelProcess.| Modifier | Constructor and Description |
|---|---|
protected |
AlphabetisedParallelProcessImpl()
The default constructor.
|
protected |
AlphabetisedParallelProcessImpl(BaseFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
<R> R |
accept(Visitor<R> v)
Accepts a visitor.
|
static boolean |
countingFinaliser()
public attribute determining whether to log to the
standard output information about who is creating
this instance of AlphabetisedParallelProcessImpl (e.g., ic >= sl)
|
AlphabetisedParallelProcessImpl |
create(Object[] args)
Returns a new object of this class.
|
boolean |
equals(Object obj)
Compares the specified object with this AlphabetisedParallelProcessImpl
for equality.
|
ListTerm<ChannelSet> |
getChannelSet()
Returns the ChannelSet elements.
|
Object[] |
getChildren() |
ChannelSet |
getLeftAlpha() |
ChannelSet |
getRightAlpha() |
int |
hashCode()
Returns the hash code value for this AlphabetisedParallelProcessImpl.
|
static long |
instanceCount()
Only concrete classes get the instance count method visible
|
static long |
instancesFinalised() |
void |
setLeftAlpha(ChannelSet alpha) |
void |
setRightAlpha(ChannelSet alpha) |
getCircusProcess, getLeftProcess, getRightProcess, setLeftProcess, setRightProcessannsSize, getAnn, getAnns, getFactory, hasAnn, hasAnn, removeAnn, removeAnn, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetCircusProcess, getLeftProcess, getRightProcess, setLeftProcess, setRightProcessprotected AlphabetisedParallelProcessImpl()
object factory.protected AlphabetisedParallelProcessImpl(BaseFactory factory)
public static boolean countingFinaliser()
public static long instancesFinalised()
public boolean equals(Object obj)
equals in class ParProcessImplpublic int hashCode()
hashCode in class ParProcessImplpublic <R> R accept(Visitor<R> v)
accept in interface Termaccept in class ParProcessImplpublic AlphabetisedParallelProcessImpl create(Object[] args)
public Object[] getChildren()
getChildren in interface Termpublic static long instanceCount()
public ListTerm<ChannelSet> getChannelSet()
AlphabetisedParallelProcessReturns the ChannelSet 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).
getChannelSet in interface AlphabetisedParallelProcesspublic ChannelSet getLeftAlpha()
getLeftAlpha in interface AlphabetisedParallelProcesspublic void setLeftAlpha(ChannelSet alpha)
setLeftAlpha in interface AlphabetisedParallelProcesspublic ChannelSet getRightAlpha()
getRightAlpha in interface AlphabetisedParallelProcesspublic void setRightAlpha(ChannelSet alpha)
setRightAlpha in interface AlphabetisedParallelProcessCopyright © 2003–2016 Community Z Tools Project. All rights reserved.