Uses of Class
neuroml.meta.Authors

Packages that use Authors
neuroml   
neuroml.channel   
neuroml.meta   
neuroml.morph   
 

Uses of Authors in neuroml
 

Fields in neuroml declared as Authors
protected  Authors NeuroMLLevel3.authorList
           
 

Methods in neuroml that return Authors
 Authors NeuroMLLevel3.getAuthorList()
          Gets the value of the authorList property.
 

Methods in neuroml with parameters of type Authors
 void NeuroMLLevel3.setAuthorList(Authors value)
          Sets the value of the authorList property.
 

Uses of Authors in neuroml.channel
 

Fields in neuroml.channel declared as Authors
protected  Authors SynapseType.authorList
           
protected  Authors IonConcentration.authorList
           
protected  Authors ChannelType.authorList
           
 

Methods in neuroml.channel that return Authors
 Authors SynapseType.getAuthorList()
          Gets the value of the authorList property.
 Authors IonConcentration.getAuthorList()
          Gets the value of the authorList property.
 Authors ChannelType.getAuthorList()
          Gets the value of the authorList property.
 

Methods in neuroml.channel with parameters of type Authors
 void SynapseType.setAuthorList(Authors value)
          Sets the value of the authorList property.
 void IonConcentration.setAuthorList(Authors value)
          Sets the value of the authorList property.
 void ChannelType.setAuthorList(Authors value)
          Sets the value of the authorList property.
 

Uses of Authors in neuroml.meta
 

Methods in neuroml.meta that return Authors
 Authors ObjectFactory.createAuthors()
          Create an instance of Authors
 

Uses of Authors in neuroml.morph
 

Fields in neuroml.morph declared as Authors
protected  Authors Cell.authorList
           
 

Methods in neuroml.morph that return Authors
 Authors Cell.getAuthorList()
          Gets the value of the authorList property.
 

Methods in neuroml.morph with parameters of type Authors
 void Cell.setAuthorList(Authors value)
          Sets the value of the authorList property.
 



NeuroML API (v1.4)