Package com.aqpproject.tools.preprocessor

Examples of com.aqpproject.tools.preprocessor.Preprocessor


     */
    public static void main(String[] args) throws InterruptedException {


        //Preprocessor: Generate the maps
        Preprocessor preprocessor = new Preprocessor();
        preprocessor.generateMap();
        if (preprocessor.hasNewMap()) {
            while (!preprocessor.isMapGenerated()) {
                //Wait
            }

            try {
                Thread.sleep(2000);
View Full Code Here

TOP

Related Classes of com.aqpproject.tools.preprocessor.Preprocessor

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.