Uses of Class
neuroml.bio.VariableParameter

Packages that use VariableParameter
neuroml.bio   
 

Uses of VariableParameter in neuroml.bio
 

Fields in neuroml.bio with type parameters of type VariableParameter
protected  java.util.List<VariableParameter> SpecCapacitance.variableParameter
           
protected  java.util.List<VariableParameter> SpecAxialResistance.variableParameter
           
protected  java.util.List<VariableParameter> InitialMembPotential.variableParameter
           
 

Methods in neuroml.bio that return VariableParameter
 VariableParameter ObjectFactory.createVariableParameter()
          Create an instance of VariableParameter
 

Methods in neuroml.bio that return types with arguments of type VariableParameter
 java.util.List<VariableParameter> SpecCapacitance.getVariableParameter()
          Gets the value of the variableParameter property.
 java.util.List<VariableParameter> SpecAxialResistance.getVariableParameter()
          Gets the value of the variableParameter property.
 java.util.List<VariableParameter> InitialMembPotential.getVariableParameter()
          Gets the value of the variableParameter property.
 



NeuroML API (v1.4)