Package desmoj.core.dist

Examples of desmoj.core.dist.BoolDistBernoulli


    // this = belongs to this model
    // "UrgentTruckStream" = the name of the stream
    // 0.1 = 10% of the trucks are considered urgent
    // true = show in report?
    // false = show in trace?
    urgentStream = new BoolDistBernoulli(this, "UrgentTruckStream", 0.1, true, false);

    // initalising the truckQueue
    // Parameters:
    // this = belongs to this model
    // "Truck Queue" = the name of the Queue
View Full Code Here

TOP

Related Classes of desmoj.core.dist.BoolDistBernoulli

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.