Class GeppettoWriter

All Implemented Interfaces:
IBaseWriter

public class GeppettoWriter extends AXMLWriter
Author:
padraig This has not been tested recently and is quite possiblly not compatible with the latest version of Geppetto
  • Constructor Details

    • GeppettoWriter

      public GeppettoWriter(org.lemsml.jlems.core.type.Lems lems, File outputFolder, String outputFileName, File inputFile) throws ModelFeatureSupportException, org.lemsml.jlems.core.sim.LEMSException, org.neuroml.model.util.NeuroMLException
      Throws:
      ModelFeatureSupportException
      org.lemsml.jlems.core.sim.LEMSException
      org.neuroml.model.util.NeuroMLException
  • Method Details

    • setSupportedFeatures

      public void setSupportedFeatures()
    • getMainScript

      public String getMainScript() throws org.lemsml.jlems.core.sim.ContentError
      Throws:
      org.lemsml.jlems.core.sim.ContentError
    • convert

      public List<File> convert()
    • main

      public static void main(String[] args) throws Exception
      Throws:
      Exception