Package jmav.metricCalculator

Examples of jmav.metricCalculator.NOPARAgent


      agent = new LOCAgent(posizione);
     
    }
   
    if(metrica.equals(Metrica.NOPAR)) {
      agent = new NOPARAgent(posizione);
    }
   
    pool.execute(agent.getJob());
    Double valore = agent.getJob().get().doubleValue();
    HashMap<Posizione, Double> h1 = new HashMap<Posizione, Double>();
View Full Code Here

TOP

Related Classes of jmav.metricCalculator.NOPARAgent

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.