Uses of Interface
ca.nengo.config.SingleValuedProperty

Packages that use SingleValuedProperty
ca.nengo.config.impl   
 

Uses of SingleValuedProperty in ca.nengo.config.impl
 

Classes in ca.nengo.config.impl that implement SingleValuedProperty
 class SingleValuedPropertyImpl
          Default implementation of single-valued Properties.
 class TemplateProperty
          A SingleValuedProperty that is not attached to getter/setter methods on an underlying class, but instead stores its value internally.
 

Methods in ca.nengo.config.impl that return SingleValuedProperty
static SingleValuedProperty SingleValuedPropertyImpl.getSingleValuedProperty(Configuration configuration, java.lang.String name, java.lang.Class type)