}
public void addCommand(AbstractCommandModel command) {
SimulationStepModel step = command.getStep();
SimulationPathModel path = step.getPath();
step.addCommand(command);
pathWidgetMap.get(path).addedCommand(command);
// TODO notify timeLineWidget in case the step icon needs to change
}
public void moveUpCommand(AbstractCommandModel command) {