neuroml
Class Level3Biophysics

java.lang.Object
  extended by neuroml.bio.Biophysics
      extended by 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>
 


Field Summary
protected  java.util.List<PotentialSynapticLocation> potentialSynapticLocation
           
 
Fields inherited from class neuroml.bio.Biophysics
initialMembPotential, ionProperties, mechanism, specificAxialResistance, specificCapacitance, units
 
Constructor Summary
Level3Biophysics()
           
 
Method Summary
 java.util.List<PotentialSynapticLocation> getPotentialSynapticLocation()
          Gets the value of the potentialSynapticLocation property.
 
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
 

Field Detail

potentialSynapticLocation

protected java.util.List<PotentialSynapticLocation> potentialSynapticLocation
Constructor Detail

Level3Biophysics

public Level3Biophysics()
Method Detail

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)