Package ca.nengo.config.impl

Examples of ca.nengo.config.impl.ConfigurationImpl


 
  /**
   * @return Custom configuration
   */
  public Configuration getConfiguration() {
    ConfigurationImpl result = ConfigUtil.defaultConfiguration(this);
    result.defineProperty(SingleValuedPropertyImpl.getSingleValuedProperty(result, "numPoints", Integer.TYPE));
    return result;
  }
View Full Code Here


 
  /**
   * @see ca.nengo.config.Configurable#getConfiguration()
   */
  public Configuration getConfiguration() {
    ConfigurationImpl result = ConfigUtil.defaultConfiguration(this);
    //result.renameProperty("sTPDynamics", "STPDynamics");
    return result;
  }
View Full Code Here

TOP

Related Classes of ca.nengo.config.impl.ConfigurationImpl

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.