Package cz.matfyz.aai.fantom.client

Examples of cz.matfyz.aai.fantom.client.ClientRunner.run()


    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
Copyright © 2018 www.massapi.com. 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.