Klasse OrderPlanThread

java.lang.Object
java.lang.Thread
de.dlr.proseo.planner.util.OrderPlanThread
Alle implementierten Schnittstellen:
Runnable

public class OrderPlanThread extends Thread
Thread to plan a processing order
  • Konstruktordetails

    • OrderPlanThread

      public OrderPlanThread(ProductionPlanner productionPlanner, OrderDispatcher orderDispatcher, long orderId, ProcessingFacility procFacility, String name)
      Create new thread
      Parameter:
      productionPlanner - The production planner instance
      orderDispatcher - Ther order dispatcher
      procFacility - The processing facility to run the order
      name - The thread name
      order - The processing order to plan
  • Methodendetails