Uses of Class
neuroml.bio.NamedParameter

Packages that use NamedParameter
neuroml.bio   
 

Uses of NamedParameter in neuroml.bio
 

Fields in neuroml.bio with type parameters of type NamedParameter
protected  java.util.List<NamedParameter> Mechanism.parameter
           
protected  java.util.List<NamedParameter> IonProperties.parameter
           
 

Methods in neuroml.bio that return NamedParameter
 NamedParameter ObjectFactory.createNamedParameter()
          Create an instance of NamedParameter
 

Methods in neuroml.bio that return types with arguments of type NamedParameter
 java.util.List<NamedParameter> Mechanism.getParameter()
          Gets the value of the parameter property.
 java.util.List<NamedParameter> IonProperties.getParameter()
          Gets the value of the parameter property.
 



NeuroML API (v1.4)