6768697071727374757677
sendParametersToAgent( getSorroundings( agent.getCoordinate(), Coordinate.Constants.DEFAULT_NEIGHBOR_RADIO), agent); //Ask the agent what to do Action action = agent.decide(); //Executes the action executeAction(action); }