Class InfoWriter

All Implemented Interfaces:
IBaseWriter

public class InfoWriter extends ANeuroMLBaseWriter
Author:
padraig
  • Constructor Details

    • InfoWriter

      public InfoWriter(org.neuroml.model.NeuroMLDocument nmlDocument) throws ModelFeatureSupportException, org.lemsml.jlems.core.sim.LEMSException, org.neuroml.model.util.NeuroMLException
      Parameters:
      nmlDocument -
      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.neuroml.model.util.NeuroMLException
      Throws:
      org.neuroml.model.util.NeuroMLException
    • main

      public static void main(String[] args) throws Exception
      FIXME: Why a main method?
      Parameters:
      args -
      Throws:
      Exception
    • addComment

      protected void addComment(StringBuilder sb, String comment)
      Specified by:
      addComment in class ABaseWriter
    • convert

      public List<File> convert()