|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjml2b.Jml2bConfig
Constructor Summary | |
Jml2bConfig(java.lang.String[] path,
boolean obvious)
|
Method Summary | |
java.lang.String |
getABProject()
|
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.lang.String |
getRmiUrl()
|
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)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Jml2bConfig(java.lang.String[] path, boolean obvious)
Method Detail |
public java.io.File getSubdirectory()
IJml2bConfiguration
getSubdirectory
in interface IJml2bConfiguration
public JmlPathEntry[] getJmlPath()
IJml2bConfiguration
getJmlPath
in interface IJml2bConfiguration
public java.lang.String getRmiUrl()
public org.eclipse.swt.graphics.FontData getViewerFont()
IJml2bConfiguration
getViewerFont
in interface IJml2bConfiguration
public boolean isObviousPoGenerated()
IJml2bConfiguration
isObviousPoGenerated
in interface IJml2bConfiguration
public boolean isWellDefPoGenerated()
isWellDefPoGenerated
in interface IJml2bConfiguration
public boolean isViewShown(java.lang.String name)
IJml2bConfiguration
isViewShown
in interface IJml2bConfiguration
name
- The name of the languagepublic java.lang.String getABProject()
public Expression getDefaultRequires()
IJml2bConfiguration
getDefaultRequires
in interface IJml2bConfiguration
public ModifiesClause getDefaultModifies()
IJml2bConfiguration
getDefaultModifies
in interface IJml2bConfiguration
public Expression getDefaultEnsures()
IJml2bConfiguration
getDefaultEnsures
in interface IJml2bConfiguration
public java.util.Vector getDefaultExsures()
IJml2bConfiguration
getDefaultExsures
in interface IJml2bConfiguration
public boolean isFileGenerated(java.lang.String name)
isFileGenerated
in interface IJml2bConfiguration
public void setFileGenerated(java.lang.String name, boolean b)
setFileGenerated
in interface IJml2bConfiguration
public boolean isObviousProver(java.lang.String name)
isObviousProver
in interface IJml2bConfiguration
public boolean getDefaultExternalFile()
getDefaultExternalFile
in interface IJml2bConfiguration
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |