Uses of Class
org.neuroml.model.ExtracellularProperties
Packages that use ExtracellularProperties
-
Uses of ExtracellularProperties in org.neuroml.model
Fields in org.neuroml.model declared as ExtracellularPropertiesModifier and TypeFieldDescriptionprotected ExtracellularProperties
BiophysicalProperties.extracellularProperties
protected ExtracellularProperties
BiophysicalProperties2CaPools.extracellularProperties
Fields in org.neuroml.model with type parameters of type ExtracellularPropertiesModifier and TypeFieldDescriptionprotected List<ExtracellularProperties>
NeuroMLDocument.extracellularProperties
Methods in org.neuroml.model that return ExtracellularPropertiesModifier and TypeMethodDescriptionObjectFactory.createExtracellularProperties()
Create an instance ofExtracellularProperties
BiophysicalProperties.getExtracellularProperties()
Gets the value of the extracellularProperties property.BiophysicalProperties2CaPools.getExtracellularProperties()
Gets the value of the extracellularProperties property.Methods in org.neuroml.model that return types with arguments of type ExtracellularPropertiesModifier and TypeMethodDescriptionNeuroMLDocument.getExtracellularProperties()
Gets the value of the extracellularProperties property.Methods in org.neuroml.model with parameters of type ExtracellularPropertiesModifier and TypeMethodDescriptionvoid
BiophysicalProperties.setExtracellularProperties
(ExtracellularProperties value) Sets the value of the extracellularProperties property.void
BiophysicalProperties2CaPools.setExtracellularProperties
(ExtracellularProperties value) Sets the value of the extracellularProperties property.