Package rinde.sim.core.model.pdp.twpolicy

Examples of rinde.sim.core.model.pdp.twpolicy.LiberalPolicy


  /**
   * Initializes the model using a {@link LiberalPolicy} as
   * {@link TimeWindowPolicy}.
   */
  public DefaultPDPModel() {
    this(new LiberalPolicy());
  }
View Full Code Here

TOP

Related Classes of rinde.sim.core.model.pdp.twpolicy.LiberalPolicy

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.