Modifier | Constructor and Description |
---|---|
protected |
ConjParaImpl()
The default constructor.
|
protected |
ConjParaImpl(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 ConjParaImpl (e.g., ic >= sl)
|
ConjParaImpl |
create(Object[] args)
Returns a new object of this class.
|
boolean |
equals(Object obj)
Compares the specified object with this ConjParaImpl
for equality.
|
Object[] |
getChildren() |
String |
getName()
This is a convenience method for getting the name of a conjecture.
|
NameList |
getNameList()
Returns the NameList element.
|
Pred |
getPred()
Returns the Pred element.
|
ZNameList |
getZNameList()
This is a convenience method.
|
int |
hashCode()
Returns the hash code value for this ConjParaImpl.
|
static long |
instanceCount()
Only concrete classes get the instance count method visible
|
static long |
instancesFinalised() |
void |
setName(Name name) |
void |
setNameList(NameList nameList)
Sets the NameList element.
|
void |
setPred(Pred pred)
Sets the Pred element.
|
annsSize, getAnn, getAnns, getFactory, hasAnn, hasAnn, removeAnn, removeAnn, toString
protected ConjParaImpl()
object factory
.protected ConjParaImpl(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 ConjParaImpl create(Object[] args)
public Object[] getChildren()
getChildren
in interface Term
public static long instanceCount()
public NameList getNameList()
ConjPara
getNameList
in interface ConjPara
public void setNameList(NameList nameList)
ConjPara
setNameList
in interface ConjPara
nameList
- the NameList element.ConjPara.getNameList()
public ZNameList getZNameList()
getZNameList
in interface ConjPara
public void setPred(Pred pred)
ConjPara
setPred
in interface ConjPara
pred
- the Pred element.ConjPara.getPred()
public String getName()
Copyright © 2003–2016 Community Z Tools Project. All rights reserved.