Uses of Class
org.neuroml.model.BiophysicalProperties
Packages that use BiophysicalProperties
-
Uses of BiophysicalProperties in org.neuroml.model
Fields in org.neuroml.model declared as BiophysicalPropertiesFields in org.neuroml.model with type parameters of type BiophysicalPropertiesModifier and TypeFieldDescriptionprotected List<BiophysicalProperties>
NeuroMLDocument.biophysicalProperties
Methods in org.neuroml.model that return BiophysicalPropertiesModifier and TypeMethodDescriptionObjectFactory.createBiophysicalProperties()
Create an instance ofBiophysicalProperties
Cell.getBiophysicalProperties()
Gets the value of the biophysicalProperties property.Methods in org.neuroml.model that return types with arguments of type BiophysicalPropertiesModifier and TypeMethodDescriptionNeuroMLDocument.getBiophysicalProperties()
Gets the value of the biophysicalProperties property.Methods in org.neuroml.model with parameters of type BiophysicalPropertiesModifier and TypeMethodDescriptionvoid
Cell.setBiophysicalProperties
(BiophysicalProperties value) Sets the value of the biophysicalProperties property. -
Uses of BiophysicalProperties in org.neuroml.model.util
Methods in org.neuroml.model.util that return BiophysicalPropertiesModifier and TypeMethodDescriptionstatic BiophysicalProperties
CellUtils.getCellBiophysicalProperties
(Cell cell, NeuroMLDocument nml2doc)