public class CaseAnalysisCommandImpl extends ProofCommandImpl implements CaseAnalysisCommand
CaseAnalysisCommand.| Modifier | Constructor and Description |
|---|---|
protected |
CaseAnalysisCommandImpl()
The default constructor.
|
protected |
CaseAnalysisCommandImpl(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 CaseAnalysisCommandImpl (e.g., ic >= sl)
|
CaseAnalysisCommandImpl |
create(Object[] args)
Returns a new object of this class.
|
boolean |
equals(Object obj)
Compares the specified object with this CaseAnalysisCommandImpl
for equality.
|
CaseAnalysisKind |
getCaseAnalysisKind()
Returns the CaseAnalysisKind element.
|
Object[] |
getChildren() |
Pred |
getPred()
Returns the Pred element.
|
int |
hashCode()
Returns the hash code value for this CaseAnalysisCommandImpl.
|
static long |
instanceCount()
Only concrete classes get the instance count method visible
|
static long |
instancesFinalised() |
void |
setCaseAnalysisKind(CaseAnalysisKind caseAnalysisKind)
Sets the CaseAnalysisKind element.
|
void |
setPred(Pred pred)
Sets the Pred element.
|
getProofStep, setProofStepannsSize, getAnn, getAnns, getFactory, hasAnn, hasAnn, removeAnn, removeAnn, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetProofStep, setProofStepprotected CaseAnalysisCommandImpl()
object factory.protected CaseAnalysisCommandImpl(BaseFactory factory)
public static boolean countingFinaliser()
public static long instancesFinalised()
public boolean equals(Object obj)
equals in class ProofCommandImplpublic int hashCode()
hashCode in class ProofCommandImplpublic <R> R accept(Visitor<R> v)
accept in interface Termaccept in class ProofCommandImplpublic CaseAnalysisCommandImpl create(Object[] args)
public Object[] getChildren()
getChildren in interface Termpublic static long instanceCount()
public Pred getPred()
CaseAnalysisCommandgetPred in interface CaseAnalysisCommandpublic void setPred(Pred pred)
CaseAnalysisCommandsetPred in interface CaseAnalysisCommandpred - the Pred element.CaseAnalysisCommand.getPred()public CaseAnalysisKind getCaseAnalysisKind()
CaseAnalysisCommandgetCaseAnalysisKind in interface CaseAnalysisCommandpublic void setCaseAnalysisKind(CaseAnalysisKind caseAnalysisKind)
CaseAnalysisCommandsetCaseAnalysisKind in interface CaseAnalysisCommandcaseAnalysisKind - the CaseAnalysisKind element.CaseAnalysisCommand.getCaseAnalysisKind()Copyright © 2003–2016 Community Z Tools Project. All rights reserved.