Uses of Class
de.upb.swtpra05.group03.shuttle.shared.ExtendedOrder

Packages that use ExtendedOrder
de.upb.swtpra05.group03.plugin   
de.upb.swtpra05.group03.shuttle   
de.upb.swtpra05.group03.shuttle.shared   
 

Uses of ExtendedOrder in de.upb.swtpra05.group03.plugin
 

Fields in de.upb.swtpra05.group03.plugin declared as ExtendedOrder
private  ExtendedOrder OrderNode.extendedOrder
          No comment provided by developer, please add a comment to improve documentation.
 

Methods in de.upb.swtpra05.group03.plugin with parameters of type ExtendedOrder
private  java.lang.String OrderNode.getSignificantState(ExtendedOrder eO)
          Get the significantState attribute of the OrderNode object
private  void OrderPanel.addOrderInfo(ExtendedOrder eO)
          Access method for an one to n association.
private  void DataHolder.addOrder(ExtendedOrder newEO)
          This method will add a single ExtendedOrder, if it isn't already known.
 

Constructors in de.upb.swtpra05.group03.plugin with parameters of type ExtendedOrder
OrderNode(ExtendedOrder newExtendedOrder, int newMode)
          Constructor for class OrderNode
OrderTree(ExtendedOrder eO)
          Constructor for class OrderTree, set a FlowLayout and the preferred and maximum size, builds the complete tree and sets the alignment
 

Uses of ExtendedOrder in de.upb.swtpra05.group03.shuttle
 

Methods in de.upb.swtpra05.group03.shuttle that return ExtendedOrder
 ExtendedOrder OrderContainerInterface.get(de.upb.swtpra.kernel.id.OrderID id)
          Get an ExtendedOrder from the collection which is identified by it's id attribute
 ExtendedOrder OrderContainerInterface.get(int id)
          Get an ExtendedOrder from the collection which is identified by it's id attribute
 ExtendedOrder OrderContainer.get(de.upb.swtpra.kernel.id.OrderID oID)
           
 ExtendedOrder OrderContainer.get(int oID)
           
 

Methods in de.upb.swtpra05.group03.shuttle with parameters of type ExtendedOrder
 int RouteManagementInterface.addOrder(ExtendedOrder eo, int curTime)
          Adds an order to the current route of the shuttle.
 float RiskControl.calculateRisk(ExtendedOrder eo)
           
protected  float RiskControl.calculateOrderRisk(ExtendedOrder eo)
          calculates the risk value of the order
 void NavigationInterface.addOrderTo(ExtendedOrder eo, TaskPlanInterface plan, int lastBeforePlan, int curTime)
          Adds the order to the taskplan after the last station before useable tasks.
 void NavigationInterface.addOrderBehind(ExtendedOrder eo, TaskPlanInterface plan, int lastBeforePlan, int curTime)
          Adds the order to the taskplan after the current tasks of the taskplan, at least after the last station before useable tasks.
 void Navigation.addOrderTo(ExtendedOrder order, TaskPlanInterface aTaskPlan, int lastStationBeforeUseableTasks, int currentTime)
           
 void Navigation.addOrderBehind(ExtendedOrder order, TaskPlanInterface aTaskPlan, int lastStationBeforeUseableTasks, int currentTime)
           
 void OrderContainerInterface.add(ExtendedOrder eo)
          Adds a new ExtendedOrder to the collection
 void OfferingControlInterface.sendOffer(ExtendedOrder eo)
          Sends an offer to the kernel for given extended order.
 void OfferingControl.sendOffer(ExtendedOrder eo)
           
 void OrderContainer.add(ExtendedOrder newExtOrder)
           
 int RouteManagement.addOrder(ExtendedOrder eo, int currentTime)
           
 float RiskControlInterface.calculateRisk(ExtendedOrder eo)
          Calculates the risk addition of an order according to its riskiness.
protected  int MasterShuttleNegotiation.calculateOfferPrice(ExtendedOrder eo)
           
protected  void MasterShuttleNegotiation.sendEvaluatedSelfcostsRemoveWakeUpRequest(ExtendedOrder eo, int curTime)
           
protected  int MasterShuttleNegotiation.getRandomMaxOffer(ExtendedOrder eo)
           
 

Uses of ExtendedOrder in de.upb.swtpra05.group03.shuttle.shared
 

Methods in de.upb.swtpra05.group03.shuttle.shared that return ExtendedOrder
static ExtendedOrder ExtendedOrder.createExtendedOrderFromPickaback(java.lang.String s)
          Decodes a previosly encoded ExtendedOrder-Pickabackstring and returns the ExtendedOrder
 

Methods in de.upb.swtpra05.group03.shuttle.shared with parameters of type ExtendedOrder
 void ExtendedOrder.update(ExtendedOrder newExtOrder)
          Updates an existing ExtendOrder with new information from an new instance of for the same AnOrder object