public class StateUpdateImpl extends QntPredImpl implements StateUpdate
StateUpdate.| Modifier | Constructor and Description |
|---|---|
protected |
StateUpdateImpl()
The default constructor.
|
protected |
StateUpdateImpl(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 StateUpdateImpl (e.g., ic >= sl)
|
StateUpdateImpl |
create(Object[] args)
Returns a new object of this class.
|
boolean |
equals(Object obj)
Compares the specified object with this StateUpdateImpl
for equality.
|
ListTerm<AssignmentPairs> |
getAssignmentPairs()
Returns the AssignmentPairs elements.
|
Object[] |
getChildren() |
int |
hashCode()
Returns the hash code value for this StateUpdateImpl.
|
static long |
instanceCount()
Only concrete classes get the instance count method visible
|
static long |
instancesFinalised() |
getPred, getSchText, getZSchText, setPred, setSchTextannsSize, getAnn, getAnns, getFactory, hasAnn, hasAnn, removeAnn, removeAnn, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetPred, getSchText, getZSchText, setPred, setSchTextprotected StateUpdateImpl()
object factory.protected StateUpdateImpl(BaseFactory factory)
public static boolean countingFinaliser()
public static long instancesFinalised()
public boolean equals(Object obj)
equals in class QntPredImplpublic int hashCode()
hashCode in class QntPredImplpublic <R> R accept(Visitor<R> v)
accept in interface Termaccept in class QntPredImplpublic StateUpdateImpl create(Object[] args)
public Object[] getChildren()
getChildren in interface Termpublic static long instanceCount()
public ListTerm<AssignmentPairs> getAssignmentPairs()
StateUpdateReturns the AssignmentPairs 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).
getAssignmentPairs in interface StateUpdateCopyright © 2003–2016 Community Z Tools Project. All rights reserved.