Package org.neuroml.export.neuron
Class JSONCellSerializer
- java.lang.Object
-
- org.neuroml.export.neuron.JSONCellSerializer
-
public class JSONCellSerializer extends Object
- Author:
- Boris Marin, Padraig Gleeson
-
-
Constructor Summary
Constructors Constructor Description JSONCellSerializer()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
cellToJson(org.neuroml.model.Cell cell, NeuronWriter.SupportedUnits units)
static void
main(String[] args)
-
-
-
Method Detail
-
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.LEMSException
org.neuroml.model.util.NeuroMLException
-
-