|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectLogol
public class Logol
Field Summary | |
---|---|
private static org.apache.commons.configuration.Configuration |
config
|
private static int |
execType
Execution type: 0 : local 0 : sge (drmaa) |
private static java.lang.String |
FILESEPARATORPROPERTY
|
private static int |
maxLength
Defines the maximum size of a variable. |
private static int |
maxSpacerLength
Defines the maximum size of a spacer. |
private static int |
minLength
Defines the minimum size of a variable. |
private static int |
nbproc
|
Constructor Summary | |
---|---|
Logol()
|
Method Summary | |
---|---|
private static void |
compile()
|
private static void |
createCFile()
|
private static void |
generateFile()
|
private static void |
generatePreAnalysis()
|
private static void |
init(java.lang.String propFile)
|
private static void |
loadVariables2Postpone(java.lang.String preanalysisResultFile)
Read preanalysis result information to see which variable treatments need to be postponed |
static void |
main(java.lang.String[] args)
|
private static void |
makeExe()
|
private static void |
treatModelParameters()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final java.lang.String FILESEPARATORPROPERTY
private static int maxSpacerLength
private static int maxLength
private static int minLength
private static int execType
private static int nbproc
private static org.apache.commons.configuration.Configuration config
Constructor Detail |
---|
public Logol()
Method Detail |
---|
private static void init(java.lang.String propFile) throws org.apache.commons.configuration.ConfigurationException
org.apache.commons.configuration.ConfigurationException
public static void main(java.lang.String[] args) throws java.io.IOException, org.antlr.runtime.RecognitionException, java.lang.InterruptedException, org.apache.commons.configuration.ConfigurationException, org.apache.commons.cli.ParseException, GrammarException
args
- path to working directory + unique ID
java.io.IOException
org.antlr.runtime.RecognitionException
java.lang.InterruptedException
org.apache.commons.configuration.ConfigurationException
org.apache.commons.cli.ParseException
GrammarException
private static void makeExe() throws java.io.IOException
java.io.IOException
private static void compile() throws java.io.IOException
java.io.IOException
private static void createCFile() throws java.io.IOException
java.io.IOException
private static void treatModelParameters()
private static void generatePreAnalysis() throws java.io.IOException
java.io.IOException
private static void loadVariables2Postpone(java.lang.String preanalysisResultFile)
preanalysisResultFile
- name of result fileprivate static void generateFile() throws java.io.FileNotFoundException
java.io.FileNotFoundException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |