Package Modules

Examples of Modules.LoadModule


    public LoadController(CjtElements newElementos, CjtRestrictions newCjtRestrictions, CjtRoomType newCjtRoomType, CjtMap newCjtMap){
        this.cjtRoomType = newCjtRoomType;
        this.cjtElement = newElementos;
        this.cjtRestrictions = newCjtRestrictions;
        this.cjtMap = newCjtMap;
        this.loadModule = new LoadModule(this.cjtElement, this.cjtRestrictions, this.cjtRoomType, this.cjtMap);
    }
View Full Code Here

TOP

Related Classes of Modules.LoadModule

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.