Package org.lemsml.export.base
Interface IBaseWriter
-
- All Known Implementing Classes:
ABaseWriter,ANeuroMLBaseWriter,ANeuroMLXMLWriter,AXMLWriter,BrianWriter,CellMLWriter,CWriter,DLemsWriter,DNSimWriter,EDENWriter,GeppettoWriter,GraphWriter,InfoWriter,JNeuroMLWriter,MatlabWriter,ModelicaWriter,MooseWriter,NestWriter,NetPyNEWriter,NeuronWriter,PyNNWriter,SBMLWriter,SEDMLWriter,SVGWriter,VertexWriter,VHDLWriter,XineMLWriter,XppWriter
public interface IBaseWriter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<File>convert()voidsetOutputFileName(String outputFileName)voidsetOutputFolder(File outputFolder)voidsetSupportedFeatures()
-
-
-
Method Detail
-
convert
List<File> convert() throws GenerationException, IOException
- Throws:
GenerationExceptionIOException
-
setSupportedFeatures
void setSupportedFeatures()
-
setOutputFolder
void setOutputFolder(File outputFolder)
-
setOutputFileName
void setOutputFileName(String outputFileName)
-
-