Uses of Class
org.neuroml.model.IafCell

Packages that use IafCell
Package
Description
 
  • Uses of IafCell in org.neuroml.model

    Subclasses of IafCell in org.neuroml.model
    Modifier and Type
    Class
    Description
    class 
    Integrate and fire cell with capacitance **C,** **leakConductance,** **leakReversal** and refractory period **refract** \n :param refract: :type refract: time :param leakConductance: :type leakConductance: conductance :param leakReversal: :type leakReversal: voltage :param thresh: :type thresh: voltage :param reset: :type reset: voltage :param C: Total capacitance of the cell membrane :type C: capacitance
    Fields in org.neuroml.model with type parameters of type IafCell
    Modifier and Type
    Field
    Description
    protected List<IafCell>
    NeuroMLDocument.iafCell
     
    Methods in org.neuroml.model that return IafCell
    Modifier and Type
    Method
    Description
    ObjectFactory.createIafCell()
    Create an instance of IafCell
    Methods in org.neuroml.model that return types with arguments of type IafCell
    Modifier and Type
    Method
    Description
    NeuroMLDocument.getIafCell()
    Gets the value of the iafCell property.