Package com.aqpproject.worldmodel

Examples of com.aqpproject.worldmodel.RandomController


        return m_OptionsController;
    }

    public static RandomController getRandomController() {
        if (m_randomController == null) {
            m_randomController = new RandomController("config/cars.xml", "config/pseudo.xml");
        }
        return m_randomController;
    }
View Full Code Here

TOP

Related Classes of com.aqpproject.worldmodel.RandomController

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.