Examples of Ucitavanje


Examples of podsustav_ucitavanje.Ucitavanje

     * @param proc - šifra procesa
     */
    public Glavna_logika(String projekt, String proc) {
        sifra_projekta = Integer.parseInt(projekt);
        proces = proc;
        ucitavanje = new Ucitavanje();
        rad_baza_etl = new Rad_baza_etl();
        rad_baza = new Rad_baza();
        t = new Transformacije();
        e = new Ekstrakcija();

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.