Uses of Interface
ca.nengo.config.NamedValueProperty

Packages that use NamedValueProperty
ca.nengo.config.impl   
 

Uses of NamedValueProperty in ca.nengo.config.impl
 

Classes in ca.nengo.config.impl that implement NamedValueProperty
 class NamedValuePropertyImpl
          Default implementation of NamedValueProperty.
 

Methods in ca.nengo.config.impl that return NamedValueProperty
static NamedValueProperty NamedValuePropertyImpl.getNamedValueProperty(Configuration configuration, java.lang.String name, java.lang.Class<?> type)
           
 NamedValueProperty NamedValuePropertyImplTest.getProperty(java.lang.String name)