net.simplace.sim.model.FWSimComponentCodeGen




public class FWSimComponentCodeGen {
// Public Constructors
public FWSimComponentCodeGen(File aJavaSourcePath) throws IOException;


// Class Methods
public static FWSimVariable createSimVariable(Element aVarElement);

factory method to create a FWSimVariable (Typed) inputtype (variable|parameter) #REQUIRED parametercategory (constant|species|genotypic|soil|private) #IMPLIED variablecategory (state|rate|auxiliary) #IMPLIED
returns the new created Variable
public static void main(String[] aStringArray);


// Public Instance Methods
public String generateCodeCSV(Vector aConfigStrings);


returns the content of the class
public String generateCodeSimpleSimComponent(File aSolutionFile)
throws IOException;


returns the content of the class
public String generateCodeAmeiXML(Element aConfigElement, File aSourcePath)
throws IOException;


returns the content of the class
public String generateCodeXML(Element aConfigElement);


returns the content of the class
public String writeCodeToFile(String aContentOfFile);


returns


}