|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The interface defines the configuration of the PO generator and the lemma viewer
Method Summary | |
Expression |
getDefaultEnsures()
Returns the default ensures clause |
java.util.Vector |
getDefaultExsures()
Returns the default exsures clause |
boolean |
getDefaultExternalFile()
|
ModifiesClause |
getDefaultModifies()
Returns the default modifies clause |
Expression |
getDefaultRequires()
Returns the default requires clause |
JmlPathEntry[] |
getJmlPath()
Returns the path where files have to be searched |
java.io.File |
getSubdirectory()
Returns the directory where the files have to be read and write. |
org.eclipse.swt.graphics.FontData |
getViewerFont()
Returns the font data to use to display to source code text |
boolean |
isFileGenerated(java.lang.String name)
|
boolean |
isObviousPoGenerated()
Indicates whether obvious PO have to be generated or not |
boolean |
isObviousProver(java.lang.String name)
|
boolean |
isViewShown(java.lang.String name)
Indicates whether a view of the lemma have to be displayed or not. |
boolean |
isWellDefPoGenerated()
|
void |
setFileGenerated(java.lang.String name,
boolean b)
|
Method Detail |
public java.io.File getSubdirectory()
public JmlPathEntry[] getJmlPath()
public org.eclipse.swt.graphics.FontData getViewerFont()
public boolean isObviousPoGenerated()
public boolean isWellDefPoGenerated()
public boolean isViewShown(java.lang.String name)
name
- The name of the languagepublic Expression getDefaultRequires()
public ModifiesClause getDefaultModifies()
public Expression getDefaultEnsures()
public java.util.Vector getDefaultExsures()
public boolean isFileGenerated(java.lang.String name)
public void setFileGenerated(java.lang.String name, boolean b)
public boolean isObviousProver(java.lang.String name)
public boolean getDefaultExternalFile()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |