Package net.simplace.sim.model
Klasse FWSimComponentCodeGen
java.lang.Object
net.simplace.sim.model.FWSimComponentCodeGen
- Autor:
- Andreas Enders
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic FWSimVariable<?> createSimVariable(org.jdom2.Element aVarElement) factory method to create a FWSimVariable (Typed) inputtype (variable|parameter) #REQUIRED parametercategory (constant|species|genotypic|soil|private) #IMPLIED variablecategory (state|rate|auxiliary) #IMPLIEDgenerateCodeAmeiXML(org.jdom2.Element aConfigElement, File aSourcePath) generateCodeCSV(Vector<String> aConfigStrings) generateCodeSimpleSimComponent(File aSolutionFile) generateCodeXML(org.jdom2.Element aConfigElement) static voidwriteCodeToFile(String aContentOfFile)
-
Konstruktordetails
-
FWSimComponentCodeGen
- Parameter:
aJavaSourcePath-- Löst aus:
IOException
-
-
Methodendetails
-
generateCodeCSV
- Parameter:
aConfigStrings-- Gibt zurück:
- the content of the class
-
generateCodeSimpleSimComponent
- Parameter:
aSolutionFile-- Gibt zurück:
- the content of the class
- Löst aus:
IOException
-
generateCodeAmeiXML
public String generateCodeAmeiXML(org.jdom2.Element aConfigElement, File aSourcePath) throws IOException - Parameter:
aConfigElement-aSourcePath-- Gibt zurück:
- the content of the class
- Löst aus:
IOException
-
generateCodeXML
- Parameter:
aConfigElement-- Gibt zurück:
- the content of the class
-
createSimVariable
factory method to create a FWSimVariable (Typed) inputtype (variable|parameter) #REQUIRED parametercategory (constant|species|genotypic|soil|private) #IMPLIED variablecategory (state|rate|auxiliary) #IMPLIED- Parameter:
aVarElement-aFWSimFieldContainer-- Gibt zurück:
- the new created Variable
-
writeCodeToFile
- Parameter:
aContentOfFile-- Gibt zurück:
-
main
- Parameter:
aStringArray-
-