Package ca.nengo.config.handlers

Examples of ca.nengo.config.handlers.MatrixHandler


    addHandler(new StringHandler());
    addHandler(new IntegerHandler());
    addHandler(new LongHandler());
    addHandler(new BooleanHandler());
    addHandler(new VectorHandler());
    addHandler(new MatrixHandler());
    addHandler(new EnumHandler(SimulationMode.class, SimulationMode.DEFAULT));
    addHandler(new EnumHandler(Units.class, Units.UNK));
    addHandler(new EnumHandler(IzhikevichSpikeGenerator.Preset.class, IzhikevichSpikeGenerator.Preset.DEFAULT));
  }
View Full Code Here

TOP

Related Classes of ca.nengo.config.handlers.MatrixHandler

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.