Examples of Ekstrakcija


Examples of podsustav_ekstrakcija.Ekstrakcija

    /**
     * konstruktor koji inicializira neke klase i parametre
     */
    public Globalna_obrada() {
        rad_baza = new Rad_baza();
        ekstrakcija = new Ekstrakcija();
        rad_baza_projekt_unos = new Rad_baza_projekt_unos();
        globalne_funkcije = new Globalne_funkcije();
    }
View Full Code Here

Examples of podsustav_ekstrakcija.Ekstrakcija

        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.