/**
* This package contains the controller classes according to the MVC architecture.
* The controllers are responsible for the control of the program and manage the
* communication between the different components.
*/
package edu.kit.pse.ws2013.routekit.controllers;