Uses of Enum
org.neuroml.model.PlasticityTypes
Packages that use PlasticityTypes
-
Uses of PlasticityTypes in org.neuroml.model
Fields in org.neuroml.model declared as PlasticityTypesMethods in org.neuroml.model that return PlasticityTypesModifier and TypeMethodDescriptionstatic PlasticityTypes
PlasticityMechanism.getType()
Gets the value of the type property.static PlasticityTypes
Returns the enum constant of this type with the specified name.static PlasticityTypes[]
PlasticityTypes.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.neuroml.model with parameters of type PlasticityTypesModifier and TypeMethodDescriptionvoid
PlasticityMechanism.setType
(PlasticityTypes value) Sets the value of the type property.