Package desmoj.core.dist

Examples of desmoj.core.dist.ContDistUniform


    // "ServiceTimeStream" = the name of the stream
    // 3.0 = minimum time in minutes to deliver a container
    // 7.0 = maximum time in minutes to deliver a container
    // true = show in report?
    // false = show in trace?
    serviceTime = new ContDistUniform(this, "ServiceTimeStream", 3.0, 7.0, true, false);

    // initalising the truckArrivalTimeStream
    // Parameters:
    // this = belongs to this model
    // "TruckArrivalTimeStream" = the name of the stream
View Full Code Here


    // "ServiceTimeStream" = the name of the stream
    // 3.0 = minimum time in minutes to deliver a container
    // 7.0 = maximum time in minutes to deliver a container
    // true = show in report?
    // false = show in trace?
    serviceTime = new ContDistUniform(this, "ServiceTimeStream", 3.0, 7.0, true, false);

    // initalise the truckArrivalTimeStream
    // Parameters:
    // this = belongs to this model
    // "TruckArrivalTimeStream" = the name of the stream
View Full Code Here

TOP

Related Classes of desmoj.core.dist.ContDistUniform

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.