Package ca.nengo.ui.configurable

Examples of ca.nengo.ui.configurable.ConfigSchemaImpl


            function.setDescription("The function to use for dimension "+i);

            props[i] = function;
        }

        return new ConfigSchemaImpl(props);
    }
View Full Code Here


        pSynapticIntegrator = getClassSelector("Synaptic Integrator", ClassRegistry.getInstance()
                .getImplementations(SynapticIntegratorFactory.class).toArray(new Class<?>[] {}));
        pSpikeGenerator = getClassSelector("Spike Generator", ClassRegistry.getInstance()
                .getImplementations(SpikeGeneratorFactory.class).toArray(new Class<?>[] {}));

        return new ConfigSchemaImpl(new Property[] { pSynapticIntegrator,
                pSpikeGenerator, pScale, pBias });
    }
View Full Code Here

TOP

Related Classes of ca.nengo.ui.configurable.ConfigSchemaImpl

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.