public class UseCommandImpl extends InstantiationCommandImpl implements UseCommand
UseCommand.| Modifier | Constructor and Description |
|---|---|
protected |
UseCommandImpl()
The default constructor.
|
protected |
UseCommandImpl(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 UseCommandImpl (e.g., ic >= sl)
|
UseCommandImpl |
create(Object[] args)
Returns a new object of this class.
|
boolean |
equals(Object obj)
Compares the specified object with this UseCommandImpl
for equality.
|
Object[] |
getChildren() |
RefExpr |
getTheoremRef()
Returns the TheoremRef element.
|
int |
hashCode()
Returns the hash code value for this UseCommandImpl.
|
static long |
instanceCount()
Only concrete classes get the instance count method visible
|
static long |
instancesFinalised() |
void |
setTheoremRef(RefExpr theoremRef)
Sets the TheoremRef element.
|
getInstantiationList, setInstantiationListgetProofStep, setProofStepannsSize, getAnn, getAnns, getFactory, hasAnn, hasAnn, removeAnn, removeAnn, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetInstantiationList, setInstantiationListgetProofStep, setProofStepprotected UseCommandImpl()
object factory.protected UseCommandImpl(BaseFactory factory)
public static boolean countingFinaliser()
public static long instancesFinalised()
public boolean equals(Object obj)
equals in class InstantiationCommandImplpublic int hashCode()
hashCode in class InstantiationCommandImplpublic <R> R accept(Visitor<R> v)
accept in interface Termaccept in class InstantiationCommandImplpublic UseCommandImpl create(Object[] args)
public Object[] getChildren()
getChildren in interface Termpublic static long instanceCount()
public RefExpr getTheoremRef()
UseCommandgetTheoremRef in interface UseCommandpublic void setTheoremRef(RefExpr theoremRef)
UseCommandsetTheoremRef in interface UseCommandtheoremRef - the TheoremRef element.UseCommand.getTheoremRef()Copyright © 2003–2016 Community Z Tools Project. All rights reserved.