Uses of Class
org.neuroml.export.neuron.NeuronWriter.SupportedUnits
-
Packages that use NeuronWriter.SupportedUnits Package Description org.neuroml.export.neuron -
-
Uses of NeuronWriter.SupportedUnits in org.neuroml.export.neuron
Methods in org.neuroml.export.neuron that return NeuronWriter.SupportedUnits Modifier and Type Method Description static NeuronWriter.SupportedUnits
NeuronWriter.SupportedUnits. valueOf(String name)
Returns the enum constant of this type with the specified name.static NeuronWriter.SupportedUnits[]
NeuronWriter.SupportedUnits. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.neuroml.export.neuron with parameters of type NeuronWriter.SupportedUnits Modifier and Type Method Description static String
JSONCellSerializer. cellToJson(org.neuroml.model.Cell cell, NeuronWriter.SupportedUnits units)
-