Package cz.matfyz.aai.fantom.client

Examples of cz.matfyz.aai.fantom.client.ClientRunner


  public static void main(String[] args) throws Exception {
    ClientType type = ClientType.valueOf(args[0]);
    boolean lessRandom = args.length > 1 && (args[1].equals("-l") || args[1].equals("--less"));
    RandomAgent agent = new RandomAgent(type, lessRandom);
   
    ClientRunner runner = new ClientRunner(agent);
    runner.run();
  }
View Full Code Here

TOP

Related Classes of cz.matfyz.aai.fantom.client.ClientRunner

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.