5758596061626364656667
// Launch/get value inProgress.put(metrica, true); AgenteCalcolatoreMetrica agent = null; if(metrica.equals(Metrica.LOC)) { agent = new LOCAgent(posizione); } if(metrica.equals(Metrica.NOPAR)) { agent = new NOPARAgent(posizione);