public interface ConjPara extends Para
Modifier and Type | Method and Description |
---|---|
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.
|
void |
setName(Name name) |
void |
setNameList(NameList nameList)
Sets the NameList element.
|
void |
setPred(Pred pred)
Sets the Pred element.
|
NameList getNameList()
ZNameList getZNameList()
void setNameList(NameList nameList)
nameList
- the NameList element.getNameList()
Pred getPred()
void setPred(Pred pred)
pred
- the Pred element.getPred()
String getName()
void setName(Name name)
Copyright © 2003–2016 Community Z Tools Project. All rights reserved.