Extending

From SUMOwiki
Revision as of 20:59, 29 September 2009 by Dgorissen (talk | contribs) (→‎Tips)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

The SUMO Toolbox can be extended in many ways. If you simply want to model your own problem see the Adding an example and Interfacing with the toolbox pages.

Prerequisites

First make sure you have read and understand the coding guidelines and the toolbox internals pages. You may also want to refer to the Object Oriented Programming in matlab page .

Component

What do you want to do?

Tips

  • Please use the logging framework for all output! Look at the source code to see how we used it. You can find more details on the logging framework in the java.util.logging package documentation.