Uses of Class
neuroml.meta.Publication

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

Uses of Publication in neuroml
 

Fields in neuroml with type parameters of type Publication
protected  java.util.List<Publication> NeuroMLLevel3.publication
           
 

Methods in neuroml that return types with arguments of type Publication
 java.util.List<Publication> NeuroMLLevel3.getPublication()
          Gets the value of the publication property.
 

Uses of Publication in neuroml.channel
 

Fields in neuroml.channel with type parameters of type Publication
protected  java.util.List<Publication> SynapseType.publication
           
protected  java.util.List<Publication> IonConcentration.publication
           
protected  java.util.List<Publication> ChannelType.publication
           
 

Methods in neuroml.channel that return types with arguments of type Publication
 java.util.List<Publication> SynapseType.getPublication()
          Gets the value of the publication property.
 java.util.List<Publication> IonConcentration.getPublication()
          Gets the value of the publication property.
 java.util.List<Publication> ChannelType.getPublication()
          Gets the value of the publication property.
 

Uses of Publication in neuroml.meta
 

Methods in neuroml.meta that return Publication
 Publication ObjectFactory.createPublication()
          Create an instance of Publication
 

Uses of Publication in neuroml.morph
 

Fields in neuroml.morph with type parameters of type Publication
protected  java.util.List<Publication> Cell.publication
           
 

Methods in neuroml.morph that return types with arguments of type Publication
 java.util.List<Publication> Cell.getPublication()
          Gets the value of the publication property.
 



NeuroML API (v1.4)