Package com.zinep.utils

Examples of com.zinep.utils.Trabajador


    public Simulacion(Banco banco) {
        this.banco = banco;
    }

    public void correr() {
        Trabajador generadorClientes = new Trabajador() {

            private int contador = 0;
            Iterator<LlegadaCliente> it = llegadas.iterator();
            LlegadaCliente llegada = null;
View Full Code Here

TOP

Related Classes of com.zinep.utils.Trabajador

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.