A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

O

OBJECTSEPARATOR - Static variable in interface de.upb.swtpra05.group03.shuttle.shared.PickabackInterface
No comment provided by developer, please add a comment to improve documentation.
OFFERPRICE_SENDTIME - Static variable in class de.upb.swtpra05.group03.shuttle.MasterShuttleNegotiation
Time between the sending of a offerPrice message and the possible receiving of a YouHaveWonMessage
OFFERSENT - Static variable in class de.upb.swtpra05.group03.shuttle.shared.OrderState.NegotiationState
Constant which identifies orders for which an offer was sent
OFFERTIME_VARIANZ - Static variable in class de.upb.swtpra05.group03.shuttle.OfferingControl
Time between the end time of the offering and a possible assign order message
ORDERPROFIT - Static variable in class de.upb.swtpra05.group03.shuttle.shared.AccountData
Description of the Field
OfferPriceMessage - class de.upb.swtpra05.group03.shuttle.messages.OfferPriceMessage.
 
OfferPriceMessage(ID, ID, int, int) - Constructor for class de.upb.swtpra05.group03.shuttle.messages.OfferPriceMessage
 
OfferingControl - class de.upb.swtpra05.group03.shuttle.OfferingControl.
Controls the offering and observes the success or failure of the offers.
OfferingControl() - Constructor for class de.upb.swtpra05.group03.shuttle.OfferingControl
Constructor
OfferingControlInterface - interface de.upb.swtpra05.group03.shuttle.OfferingControlInterface.
Interface of an offering control.
OrderContainer - class de.upb.swtpra05.group03.shuttle.OrderContainer.
Contains orders mapped with their order id as key.
OrderContainer() - Constructor for class de.upb.swtpra05.group03.shuttle.OrderContainer
Constructor
OrderContainerInterface - interface de.upb.swtpra05.group03.shuttle.OrderContainerInterface.
Interface of an order container.
OrderEvaluaterInterface - interface de.upb.swtpra05.group03.shuttle.OrderEvaluaterInterface.
Interface of an order evaluater.
OrderHandlingInfo - class de.upb.swtpra05.group03.shuttle.OrderHandlingInfo.
Holds the order handling info: duration to finish the order and number of connections between loading and unloading the order.
OrderHandlingInfo(int, int) - Constructor for class de.upb.swtpra05.group03.shuttle.OrderHandlingInfo
Constructor: Simply sets the attributes.
OrderHandlingInfoInterface - interface de.upb.swtpra05.group03.shuttle.OrderHandlingInfoInterface.
Holds the order handling info: duration to finish the order and number of connections between loading and unloading the order.
OrderInformation - class de.upb.swtpra05.group03.companycontrol.OrderInformation.
A Information Class for Orders which is generated each Time a Order is available at a Station.
OrderInformation(int, int) - Constructor for class de.upb.swtpra05.group03.companycontrol.OrderInformation
 
OrderNode - class de.upb.swtpra05.group03.plugin.OrderNode.
No comment provided by developer, please add a comment to improve documentation.
OrderNode(ExtendedOrder, int) - Constructor for class de.upb.swtpra05.group03.plugin.OrderNode
Constructor for class OrderNode
OrderPanel - class de.upb.swtpra05.group03.plugin.OrderPanel.
The OrderPanel is used to display all known information about the orders of the CompanyShuttle in a tree-like view
OrderPanel() - Constructor for class de.upb.swtpra05.group03.plugin.OrderPanel
Constructor for class OrderPanel
OrderState - class de.upb.swtpra05.group03.shuttle.shared.OrderState.
Abstract superclass which contains thre abstract classes containing constant values to indentify the possible states an order is in
OrderState() - Constructor for class de.upb.swtpra05.group03.shuttle.shared.OrderState
 
OrderState.BillingState - class de.upb.swtpra05.group03.shuttle.shared.OrderState.BillingState.
Abstract class which contains constant int values to identify any possible billing state of an order
OrderState.BillingState() - Constructor for class de.upb.swtpra05.group03.shuttle.shared.OrderState.BillingState
 
OrderState.ExecutionState - class de.upb.swtpra05.group03.shuttle.shared.OrderState.ExecutionState.
Abstract class which contains constant int values to identify any possible execution state of an order
OrderState.ExecutionState() - Constructor for class de.upb.swtpra05.group03.shuttle.shared.OrderState.ExecutionState
 
OrderState.NegotiationState - class de.upb.swtpra05.group03.shuttle.shared.OrderState.NegotiationState.
Abstract class which contains constant int values to identify any possible negotiation state of an order
OrderState.NegotiationState() - Constructor for class de.upb.swtpra05.group03.shuttle.shared.OrderState.NegotiationState
 
OrderStateControl - class de.upb.swtpra05.group03.shuttle.OrderStateControl.
Controls the order states.
OrderStateControl() - Constructor for class de.upb.swtpra05.group03.shuttle.OrderStateControl
Constructor
OrderTree - class de.upb.swtpra05.group03.plugin.OrderTree.
The OrderTree is part of the OrderPanel and displays one specific order in a tree structure
OrderTree(ExtendedOrder) - Constructor for class de.upb.swtpra05.group03.plugin.OrderTree
Constructor for class OrderTree, set a FlowLayout and the preferred and maximum size, builds the complete tree and sets the alignment
o - Variable in class de.upb.swtpra05.group03.shuttle.shared.ExtendedOrder
The matching AnOrder object
oP - Variable in class de.upb.swtpra05.group03.plugin.ICabSShuttlePlugin
A complex tree-like component to display all information we have about the orders our shuttle currently have.
observationRate - Variable in class de.upb.swtpra05.group03.shuttle.MarginController
The Rate how many Offers are observed
offerList - Variable in class de.upb.swtpra05.group03.shuttle.MarginController
This list contains the success of the last offers.
offerPrice - Variable in class de.upb.swtpra05.group03.shuttle.BestShuttleOfferPrice
the offer price of the shuttle
offerPrice - Variable in class de.upb.swtpra05.group03.shuttle.messages.OfferPriceMessage
The selfcosts of the sender shuttle
offerPrice - Variable in class de.upb.swtpra05.group03.shuttle.shared.ExtendedOrder
The offerPrice for this order
offerPriceMessage(OfferPriceMessage) - Method in class de.upb.swtpra05.group03.shuttle.MasterShuttleNegotiation
If we are the MasterShuttle update best shuttle offerPrice and if we have the offerPrice of all shuttles send the YouHaveWonMessage to the shuttle with the best offerPrice.
offerSentTime - Variable in class de.upb.swtpra05.group03.shuttle.shared.ExtendedOrder
The time an offer was sent for the order
offerSuccessRate - Variable in class de.upb.swtpra05.group03.shuttle.MarginController
the offerSuccessRate
offerUnsuccessful(OrderID) - Method in class de.upb.swtpra05.group03.shuttle.Execution
 
offerUnsuccessful(OrderID) - Method in class de.upb.swtpra05.group03.shuttle.OrderStateControl
 
offerUnsuccessful(OrderID) - Method in interface de.upb.swtpra05.group03.shuttle.UnsuccessfulOfferInterface
Is called to notify the shuttle that an offer is supposed to be unsuccessful
offeredOrders - Variable in class de.upb.swtpra05.group03.shuttle.OfferingControl
Map of OrderIDs (B) with the wakeupTime (A) the offer to this order should be assigned.
offeringControl - Variable in class de.upb.swtpra05.group03.shuttle.MasterShuttleNegotiation
The offering control
oldValue - Variable in class de.upb.swtpra05.group03.companycontrol.plugin.ShuttleInformation.ShuttleProgressBar
No comment provided by developer, please add a comment to improve documentation.
oldValue - Variable in class de.upb.swtpra05.group03.plugin.ShuttleProgressBar
No comment provided by developer, please add a comment to improve documentation.
oldViewPoint - Variable in class de.upb.swtpra05.group03.companycontrol.LogPanel
the scroll position before new log message
optionPaneFrame - Variable in class de.upb.swtpra05.group03.companycontrol.TradePanel
the frame of the option pane
or(BitSet) - Method in class de.upb.swtpra05.group03.shuttle.util.EfficientBitSet
This method overrides BitSet.or(BitSet) so that a logical OR can only be used with another EfficientBitSet
or(EfficientBitSet) - Method in class de.upb.swtpra05.group03.shuttle.util.EfficientBitSet
Performs a logical OR of this bit set with the bit set argument.
orderAssigned(AssignOrder) - Method in class de.upb.swtpra05.group03.shuttle.BillingCreditCard
Adds any assigned Order to the assignedOrders Vector
orderAssigned(AssignOrder) - Method in class de.upb.swtpra05.group03.shuttle.BillingInvoice
Adds any assigned Order to the assignedOrders Vector
orderAvailable(OrderAvailable) - Method in class de.upb.swtpra05.group03.shuttle.MasterShuttleNegotiation
Send offer price of the order to the masterShuttle.
orderAvailable(OrderAvailable) - Method in class de.upb.swtpra05.group03.shuttle.OrderStateControl
Adjusts the order states of matching ExtendedOrder object.
orderAvailableTime - Variable in class de.upb.swtpra05.group03.shuttle.shared.ExtendedOrder
The time an offer was sent for the order
orderContainer - Variable in class de.upb.swtpra05.group03.shuttle.Accounting
The order container
orderContainer - Variable in class de.upb.swtpra05.group03.shuttle.BillingCreditCard
The order container
orderContainer - Variable in class de.upb.swtpra05.group03.shuttle.BillingInvoice
The order container
orderContainer - Variable in class de.upb.swtpra05.group03.shuttle.Execution
The order container
orderContainer - Variable in class de.upb.swtpra05.group03.shuttle.MasterShuttleNegotiation
the extended order container
orderContainer - Variable in class de.upb.swtpra05.group03.shuttle.OrderStateControl
The order container
orderContainer - Variable in class de.upb.swtpra05.group03.shuttle.PluginMessenger
The order container
orderContainer - Variable in class de.upb.swtpra05.group03.shuttle.RiskControl
The order container
orderContainer - Variable in class de.upb.swtpra05.group03.shuttle.RouteManagement
Collection which holds all order the shuttle is working on
orderCount - Variable in class de.upb.swtpra05.group03.shuttle.MasterShuttleNegotiation
count of orders the shuttle is working on
orderDelivered(ShuttleUnLoadedMessage) - Method in class de.upb.swtpra05.group03.shuttle.BillingCreditCard
Removes delivered Orders from the assignedOrders and adds them to the deliveredOrders Within this paymentMethod an Invoice is sent to the Kernel
orderDelivered(ShuttleUnLoadedMessage) - Method in class de.upb.swtpra05.group03.shuttle.BillingInvoice
Removes delivered Orders from the assignedOrders and adds them to the deliveredOrders Within this paymentMethod an Invoice is sent to the Kernel Here the wakeMe-Method is used to verify the payment of the Order
orderEvaluater - Variable in class de.upb.swtpra05.group03.shuttle.MasterShuttleNegotiation
The order evaluater
orderID - Variable in class de.upb.swtpra05.group03.companycontrol.OrderInformation
the ID of the Order
orderID - Variable in class de.upb.swtpra05.group03.plugin.OrderTree
No comment provided by developer, please add a comment to improve documentation.
orderId - Variable in class de.upb.swtpra05.group03.shuttle.Task
 
orderId - Variable in class de.upb.swtpra05.group03.shuttle.messages.OfferPriceMessage
The id of the order
orderId - Variable in class de.upb.swtpra05.group03.shuttle.messages.YouHaveWonMessage
morderId holds the OrderId.
orderList - Variable in class de.upb.swtpra05.group03.companycontrol.CompanyMainControl
This hashmap contains the current offered orders.
orderTreeVector - Variable in class de.upb.swtpra05.group03.plugin.OrderPanel
No comment provided by developer, please add a comment to improve documentation.
ordercount - Variable in class de.upb.swtpra05.group03.companycontrol.ShuttleInformation
Number of Orders the Shuttle actually is assigned to
ordercount - Variable in class de.upb.swtpra05.group03.shuttle.shared.ShuttleCompanyControlData
 
orderedNodes - Variable in class de.upb.swtpra05.group03.shuttle.Dijkstra
Collection which holds the nodes in order of their stretch value
orders - Variable in class de.upb.swtpra05.group03.companycontrol.plugin.ShuttleInformation.ShuttleDataHolder
Shuttles actual Amount of Orders
orders - Variable in class de.upb.swtpra05.group03.shuttle.OrderContainer
the ExtendedOrderObjects
out - Variable in class de.upb.swtpra05.group03.plugin.AccountExpensesListing
No comment provided by developer, please add a comment to improve documentation.
out - Variable in class de.upb.swtpra05.group03.plugin.AccountPanelListing
No comment provided by developer, please add a comment to improve documentation.
outerHash - Variable in class de.upb.swtpra05.group03.shuttle.DoubleHashtable
The oute hashtable
owner - Variable in class de.upb.swtpra05.group03.companycontrol.ConnectDialog
No comment provided by developer, please add a comment to improve documentation.

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _