Introduction

neuroml-api is a set of classes that represent neuronal models described in XML by NeuroML, and utility classes are provided to translate between Java and XML.

Downloads

The file releases page can be accessed here.

Sourceforge

The sourceforge homepage is: https://sourceforge.net/projects/neuroml-api.

API Documentation

You can access the apidocs here.

Subversion

Information about accessing the source through a subversion repository can be found here.

Examples

  1. Calculating Total Dendritic Membrane Surface Area

    The example shown in the file SACalculator.java implements a function that reads in the file MossyCell.xml and computes the total surface area of the dendrites. The files, along with a shell script to compile it can be found in the "docs/examples" subdirectory of the binary distribution. (Requires Java 1.5!)