public class AlphabetisedParallelActionImpl extends ParActionImpl implements AlphabetisedParallelAction
AlphabetisedParallelAction.| Modifier | Constructor and Description |
|---|---|
protected |
AlphabetisedParallelActionImpl()
The default constructor.
|
protected |
AlphabetisedParallelActionImpl(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 AlphabetisedParallelActionImpl (e.g., ic >= sl)
|
AlphabetisedParallelActionImpl |
create(Object[] args)
Returns a new object of this class.
|
boolean |
equals(Object obj)
Compares the specified object with this AlphabetisedParallelActionImpl
for equality.
|
ListTerm<ChannelSet> |
getChannelSet()
Returns the ChannelSet elements.
|
Object[] |
getChildren() |
ChannelSet |
getLeftAlpha() |
ChannelSet |
getRightAlpha() |
int |
hashCode()
Returns the hash code value for this AlphabetisedParallelActionImpl.
|
static long |
instanceCount()
Only concrete classes get the instance count method visible
|
static long |
instancesFinalised() |
void |
setLeftAlpha(ChannelSet alpha) |
void |
setRightAlpha(ChannelSet alpha) |
getLeftNameSet, getNameSet, getRightNameSet, setLeftNameSet, setRightNameSetgetCircusAction, getLeftAction, getRightAction, setLeftAction, setRightActionannsSize, getAnn, getAnns, getFactory, hasAnn, hasAnn, removeAnn, removeAnn, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetLeftNameSet, getNameSet, getRightNameSet, setLeftNameSet, setRightNameSetgetCircusAction, getLeftAction, getRightAction, setLeftAction, setRightActionprotected AlphabetisedParallelActionImpl()
object factory.protected AlphabetisedParallelActionImpl(BaseFactory factory)
public static boolean countingFinaliser()
public static long instancesFinalised()
public boolean equals(Object obj)
equals in class ParActionImplpublic int hashCode()
hashCode in class ParActionImplpublic <R> R accept(Visitor<R> v)
accept in interface Termaccept in class ParActionImplpublic AlphabetisedParallelActionImpl create(Object[] args)
public Object[] getChildren()
getChildren in interface Termpublic static long instanceCount()
public ListTerm<ChannelSet> getChannelSet()
AlphabetisedParallelActionReturns 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 AlphabetisedParallelActionpublic ChannelSet getLeftAlpha()
getLeftAlpha in interface AlphabetisedParallelActionpublic void setLeftAlpha(ChannelSet alpha)
setLeftAlpha in interface AlphabetisedParallelActionpublic ChannelSet getRightAlpha()
getRightAlpha in interface AlphabetisedParallelActionpublic void setRightAlpha(ChannelSet alpha)
setRightAlpha in interface AlphabetisedParallelActionCopyright © 2003–2016 Community Z Tools Project. All rights reserved.