public class ActionParaImpl extends ParaImpl implements ActionPara
ActionPara.| Modifier | Constructor and Description |
|---|---|
protected |
ActionParaImpl()
The default constructor.
|
protected |
ActionParaImpl(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 ActionParaImpl (e.g., ic >= sl)
|
ActionParaImpl |
create(Object[] args)
Returns a new object of this class.
|
boolean |
equals(Object obj)
Compares the specified object with this ActionParaImpl
for equality.
|
Object[] |
getChildren() |
CircusAction |
getCircusAction()
Returns the CircusAction element.
|
Name |
getName()
Returns the Name element.
|
ZName |
getZName()
This is a convenience method.
|
int |
hashCode()
Returns the hash code value for this ActionParaImpl.
|
static long |
instanceCount()
Only concrete classes get the instance count method visible
|
static long |
instancesFinalised() |
void |
setCircusAction(CircusAction circusAction)
Sets the CircusAction element.
|
void |
setName(Name name)
Sets the Name element.
|
annsSize, getAnn, getAnns, getFactory, hasAnn, hasAnn, removeAnn, removeAnn, toStringprotected ActionParaImpl()
object factory.protected ActionParaImpl(BaseFactory factory)
public static boolean countingFinaliser()
public static long instancesFinalised()
public boolean equals(Object obj)
public int hashCode()
public <R> R accept(Visitor<R> v)
public ActionParaImpl create(Object[] args)
public Object[] getChildren()
getChildren in interface Termpublic static long instanceCount()
public Name getName()
ActionParagetName in interface ActionParapublic void setName(Name name)
ActionParasetName in interface ActionParaname - the Name element.ActionPara.getName()public CircusAction getCircusAction()
ActionParagetCircusAction in interface ActionParapublic void setCircusAction(CircusAction circusAction)
ActionParasetCircusAction in interface ActionParacircusAction - the CircusAction element.ActionPara.getCircusAction()public ZName getZName()
ActionParagetZName in interface ActionParaCopyright © 2003–2016 Community Z Tools Project. All rights reserved.