/**
* Constructor
*/
public TrajectoryXController(ApplicationController applicationController) {
this.trajectoryListView = new TrajectoryListView(this);
this.applicationController = applicationController;
this.setConfig(config);
this.rangeModelsList = new ArrayList<Range2DXModel>();
this.actuatorModelsList = new ArrayList<ActuatorModel>();