Nengo.ca

Package ca.nengo.config.impl

Class Summary
AbstractProperty Base implementation of Property.
ConfigurationImpl Default implementation of Configuration.
ListPropertyImpl Default implementation of ListProperty.
NamedValuePropertyImpl Default implementation of NamedValueProperty.
SingleValuedPropertyImpl Default implementation of single-valued Properties.
TemplateArrayProperty A ListProperty that is not attached to getter/setter methods on an underlying class, but instead stores its values internally.
TemplateProperty A SingleValuedProperty that is not attached to getter/setter methods on an underlying class, but instead stores its value internally.
 


Nengo.ca