neuroml
Class Level3Biophysics
java.lang.Object
neuroml.bio.Biophysics
neuroml.Level3Biophysics
public class Level3Biophysics
- extends Biophysics
Biophysics of Level3 cell, including specification for allowable synaptic locations
Java class for Level3Biophysics complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Level3Biophysics">
<complexContent>
<extension base="{http://morphml.org/biophysics/schema}Biophysics">
<sequence>
<group ref="{http://morphml.org/networkml/schema}BiophysicsNetworkElements"/>
</sequence>
</extension>
</complexContent>
</complexType>
Methods inherited from class neuroml.bio.Biophysics |
getInitialMembPotential, getIonProperties, getMechanism, getSpecificAxialResistance, getSpecificCapacitance, getUnits, setInitialMembPotential, setIonProperties, setSpecificAxialResistance, setSpecificCapacitance, setUnits |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
potentialSynapticLocation
protected java.util.List<PotentialSynapticLocation> potentialSynapticLocation
Level3Biophysics
public Level3Biophysics()
getPotentialSynapticLocation
public java.util.List<PotentialSynapticLocation> getPotentialSynapticLocation()
- Gets the value of the potentialSynapticLocation property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the potentialSynapticLocation property.
For example, to add a new item, do as follows:
getPotentialSynapticLocation().add(newItem);
Objects of the following type(s) are allowed in the list
PotentialSynapticLocation
NeuroML API (v1.4)