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 ConductanceLawCurrentVoltageRelation.getCondLaw()Gets the value of the condLaw property.static ConductanceLawReturns 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 TypeMethodDescriptionvoidCurrentVoltageRelation.setCondLaw(ConductanceLaw value) Sets the value of the condLaw property.