Package desmoj.core.dist

Examples of desmoj.core.dist.ContDistNormal


  public void init() {
    bushaltestelleInformatikum = new MessageCrossbar<Student>(this, "Haltestelle Informatikum", true, true);
    linie181 = (bushaltestelleInformatikum.createMessageChannel("Linie 181"));
    linie281 = (bushaltestelleInformatikum.createMessageChannel("Linie 281"));

    uniSchlussVerteilung = new ContDistNormal(this, "UniSchlussVerteilung", 5, 2, true, true);
    uniSchlussVerteilung.setNonNegative(true);
    fahrtzielVerteilung = new DiscreteDistUniform(getModel(), "FahrtzielVerteilung", 0, 5, true, true);
  }
View Full Code Here

TOP

Related Classes of desmoj.core.dist.ContDistNormal

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.