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 ExtracellularPropertiesBiophysicalProperties.extracellularPropertiesprotected ExtracellularPropertiesBiophysicalProperties2CaPools.extracellularPropertiesFields in org.neuroml.model with type parameters of type ExtracellularPropertiesModifier and TypeFieldDescriptionprotected List<ExtracellularProperties>NeuroMLDocument.extracellularPropertiesMethods in org.neuroml.model that return ExtracellularPropertiesModifier and TypeMethodDescriptionObjectFactory.createExtracellularProperties()Create an instance ofExtracellularPropertiesBiophysicalProperties.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 TypeMethodDescriptionvoidBiophysicalProperties.setExtracellularProperties(ExtracellularProperties value) Sets the value of the extracellularProperties property.voidBiophysicalProperties2CaPools.setExtracellularProperties(ExtracellularProperties value) Sets the value of the extracellularProperties property.