Package org.neuroml.export.neuron
Class JSONCellSerializer
java.lang.Object
org.neuroml.export.neuron.JSONCellSerializer
- Author:
- Boris Marin, Padraig Gleeson
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringcellToJson(org.neuroml.model.Cell cell, NeuronWriter.SupportedUnits units) static void
-
Constructor Details
-
JSONCellSerializer
public JSONCellSerializer()
-
-
Method Details
-
cellToJson
public static String cellToJson(org.neuroml.model.Cell cell, NeuronWriter.SupportedUnits units) throws org.lemsml.jlems.core.sim.LEMSException, org.neuroml.model.util.NeuroMLException - Throws:
org.lemsml.jlems.core.sim.LEMSExceptionorg.neuroml.model.util.NeuroMLException
-
main
- Throws:
Exception
-