As the project is growing, we need a minimal set of guidelines to insure the stability of the MATSim project and its further development. I try to keep this list as short as possible.
if statements and other stuff. A notable exception are line lengths (we have no problem with lines up to 132 characters).org.matsim.* do not reference other classes outside of the org.matsim.*-package except for classes provided by libraries in the libs directory. Especially, org.matsim.*-classes must not reference playground-classes. Also playground classes must not depend on code within src/test/java.mvn compile test-compile from the command line within the project top-level directory.
/* *********************************************************************** *
* project: org.matsim.*
* ${file_name}
* *
* *********************************************************************** *
* *
* copyright : (C) ${year} by the members listed in the COPYING, *
* LICENSE and WARRANTY file. *
* email : info at matsim dot org *
* *
* *********************************************************************** *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* See also COPYING, LICENSE and WARRANTY file *
* *
* *********************************************************************** */
${filecomment}
${package_declaration}
${typecomment}
${type_declaration}
examples, which is maintained by Michael Balmer and Marcel Rieser – please contact them if you want to add your own examples to this directory.