Uses of Enum
org.neuroml1.model.channel.ConductanceLaw
Packages that use ConductanceLaw
-
Uses of ConductanceLaw in org.neuroml1.model.channel
Fields in org.neuroml1.model.channel declared as ConductanceLawMethods in org.neuroml1.model.channel that return ConductanceLawModifier and TypeMethodDescriptionstatic ConductanceLaw
CurrentVoltageRelation.getCondLaw()
Gets the value of the condLaw property.static ConductanceLaw
Returns the enum constant of this type with the specified name.static ConductanceLaw[]
ConductanceLaw.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.neuroml1.model.channel with parameters of type ConductanceLawModifier and TypeMethodDescriptionvoid
CurrentVoltageRelation.setCondLaw
(ConductanceLaw value) Sets the value of the condLaw property.