Klasse FWSimComponentCodeGen

java.lang.Object
net.simplace.sim.model.FWSimComponentCodeGen

public class FWSimComponentCodeGen extends Object
Autor:
Andreas Enders
  • Konstruktordetails

    • FWSimComponentCodeGen

      public FWSimComponentCodeGen(File aJavaSourcePath) throws IOException
      Parameter:
      aJavaSourcePath -
      Löst aus:
      IOException
  • Methodendetails

    • generateCodeCSV

      public String generateCodeCSV(Vector<String> aConfigStrings)
      Parameter:
      aConfigStrings -
      Gibt zurück:
      the content of the class
    • generateCodeSimpleSimComponent

      public String generateCodeSimpleSimComponent(File aSolutionFile) throws IOException
      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

      public String generateCodeXML(org.jdom2.Element aConfigElement)
      Parameter:
      aConfigElement -
      Gibt zurück:
      the content of the class
    • createSimVariable

      public static 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) #IMPLIED
      Parameter:
      aVarElement -
      aFWSimFieldContainer -
      Gibt zurück:
      the new created Variable
    • writeCodeToFile

      public String writeCodeToFile(String aContentOfFile)
      Parameter:
      aContentOfFile -
      Gibt zurück:
    • main

      public static void main(String[] aStringArray)
      Parameter:
      aStringArray -