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 _

U

UNASSIGNED - Static variable in class de.upb.swtpra05.group03.shuttle.shared.OrderState.BillingState
Constant which identifies order for which an invoice is sent
UNASSIGNED - Static variable in class de.upb.swtpra05.group03.shuttle.shared.OrderState.ExecutionState
Constant which indetifies orders that are assigned to the shuttle
UNKNOWN - Static variable in class de.upb.swtpra05.group03.shuttle.shared.OrderState.BillingState
Constant which identifies order for which an invoice is sent
UNKNOWN - Static variable in class de.upb.swtpra05.group03.shuttle.shared.OrderState.ExecutionState
Constant which identifies orders that aren't classified yet
UNKNOWN - Static variable in class de.upb.swtpra05.group03.shuttle.shared.OrderState.NegotiationState
Constant which identifies orders with an unknown negotiation state
UNLOAD - Static variable in class de.upb.swtpra05.group03.shuttle.shared.OrderState.ExecutionState
Constant which indetifies orders the shuttle has just unloaded
UNLOADING_STATE - Static variable in interface de.upb.swtpra05.group03.shuttle.ExecutionInterface
Identifies the shuttle state "unloading"
UnloadShuttleTask - class de.upb.swtpra05.group03.shuttle.UnloadShuttleTask.
Description of the Class
UnloadShuttleTask(int, OrderID, int, int) - Constructor for class de.upb.swtpra05.group03.shuttle.UnloadShuttleTask
 
UnsuccessfulOfferInterface - interface de.upb.swtpra05.group03.shuttle.UnsuccessfulOfferInterface.
Interface of a class that will be notified if an offer is supposed to be unsuccessful.
UserInterface - interface de.upb.swtpra05.group03.companycontrol.UserInterface.
The Interface for the CompanyControl Frame.
unloadShuttleError(UnLoadShuttleErrorMessage) - Method in class de.upb.swtpra05.group03.shuttle.Execution
Called if execution receives a UnLoadShuttleErrorMessage
unloadTime - Variable in class de.upb.swtpra05.group03.shuttle.ShuttleData
The time needed for unloading the shuttle
unselectedBorder - Variable in class de.upb.swtpra05.group03.companycontrol.BackgroundRenderer
border of a table cell that is not selected
unsuccessfulOffer - Variable in class de.upb.swtpra05.group03.shuttle.MasterShuttleNegotiation
The unsuccessful offer module(s)
unsuccessfulOffer - Variable in class de.upb.swtpra05.group03.shuttle.OfferingControl
The unsuccessfulOffer
update(RemoteObj) - Method in class de.upb.swtpra05.group03.companycontrol.CompanyControlClient
Update Method that handles incoming Messages.
update(RemoteObj) - Method in class de.upb.swtpra05.group03.companycontrol.plugin.PluginBase
Update Method which is invoced every Time a Message is received by the Client.
update(ShuttleDataHolder) - Method in class de.upb.swtpra05.group03.companycontrol.plugin.ShuttleInformation.BillingPanel
shows the Billing Informations of the given Shuttle
update(ShuttleDataHolder) - Method in class de.upb.swtpra05.group03.companycontrol.plugin.ShuttleInformation.ShuttleInformationPanel
Update the Display
update(RemoteObj) - Method in class de.upb.swtpra05.group03.companycontrol.plugin.ShuttleInformation.ShuttleInformationPlugin
Handle Messages This Method overrides the update Method within PluginBase
update(ShuttleDataHolder) - Method in class de.upb.swtpra05.group03.companycontrol.plugin.ShuttleInformation.ShuttleRoutingBillingPanel
shows the Routing and Billing informations of the Shuttle
update(RemoteObj) - Method in class de.upb.swtpra05.group03.companycontrol.plugin.TurnierPlugin.TurnierPlugin
Handle Messages
update(RemoteObj) - Method in class de.upb.swtpra05.group03.plugin.ICabSShuttlePlugin
New messages will be sended to the plugin by calling this method.
update(ID, int) - Method in class de.upb.swtpra05.group03.shuttle.BestShuttleOfferPrice
Update the best shuttle bestOfferPrices
update(ExtendedOrder) - Method in class de.upb.swtpra05.group03.shuttle.shared.ExtendedOrder
Updates an existing ExtendOrder with new information from an new instance of for the same AnOrder object
updateAccountBalance(int, int) - Method in class de.upb.swtpra05.group03.companycontrol.CompanyMainControl
This method is called from the CompanyControlClient, when a message concerning the company's money has arrived.
updateAllPlugins(RemoteObj) - Method in class de.upb.swtpra05.group03.companycontrol.plugin.PluginLoader
Invoces the Method update on all Plugins with the given Messge
updateCounter - Variable in class de.upb.swtpra05.group03.shuttle.BestShuttleOfferPrice
number of compared offerPrice
updateData(ShuttleDataHolder) - Method in class de.upb.swtpra05.group03.companycontrol.plugin.ShuttleInformation.ShuttleStatusPanel
This method get called to notify the Component that there are new data and it should update itself using the DataHolder.
updateData() - Method in class de.upb.swtpra05.group03.plugin.AccountPanel
Sets the texts of the JLabels, containing the names of income, expenses and their values, depending on the data administrated by the dataholder object
updateData() - Method in class de.upb.swtpra05.group03.plugin.OrderPanel
This method is called from the controller, that means the CompanyShuttlePlugin, to update this components data from the model, that means the DataHolder.
updateData() - Method in interface de.upb.swtpra05.group03.plugin.PluginViewInterface
This method get called to notify the Component that there are new data and it should update itself using the DataHolder.
updateData() - Method in class de.upb.swtpra05.group03.plugin.RoutingPanel
This method is called from the controller to update this component
updateData() - Method in class de.upb.swtpra05.group03.plugin.RoutingTableModel
This method gets called from the RoutingPanel to update the data of this model
updateData() - Method in class de.upb.swtpra05.group03.plugin.ShuttleStatusPanel
This method get called to notify the Component that there are new data and it should update itself using the DataHolder.
updateLogText(String) - Method in class de.upb.swtpra05.group03.companycontrol.CompanyMainControl
This method is called by itself or by CompanyControlClient when new news exist that could be interesting for the company.
updateMasterShuttleID() - Method in class de.upb.swtpra05.group03.shuttle.StrategyControl
updates masterID to hold the lowest id of all shuttles
updateOfferPrices(Integer, ID, int) - Method in class de.upb.swtpra05.group03.shuttle.MasterShuttleNegotiation
Update best offerPrice for given orderId, shuttle and offerPrice.
updateRepairPlan() - Method in class de.upb.swtpra05.group03.shuttle.TaskPlan
Updates the repair tasks so we do them at the right time.
updateShuttleComboBox(String[]) - Method in class de.upb.swtpra05.group03.companycontrol.TradePanel
This method is called by ControlPanel when the items of the shuttle combo box shall be updated because of changings. the given entries are the new items of the combo box.
updateShuttleList(Map) - Method in class de.upb.swtpra05.group03.companycontrol.CompanyMainControl
This method is called by CompanyControlClient when the shuttle list or the positions of the shuttles have changed and the GUI's shuttle shuttle list table and the shuttle combo box have to be updated.
updateShuttleList(Map) - Method in interface de.upb.swtpra05.group03.companycontrol.Control
Method to react on changings concerning the comapny's shuttles.
updateShuttleList(Map) - Method in class de.upb.swtpra05.group03.companycontrol.ControlPanel
This method is called by the CompanyMainControl when information about the shuttle has changed and the shuttle combo box has to be updated.
updateShuttleList(Map) - Method in interface de.upb.swtpra05.group03.companycontrol.Display
method to update the shuttle part of the display object
updateShuttleList(Map) - Method in class de.upb.swtpra05.group03.companycontrol.DisplayPanel
This method is called by CompanyMainControl when the shuttle table shall be updated.
updateShuttleParams(float, float, float, int, boolean) - Method in interface de.upb.swtpra05.group03.companycontrol.Control
make the strategy panel update its parameters when new parameters from shuttles are received
updateShuttleParams(float, float, float, int, boolean) - Method in class de.upb.swtpra05.group03.companycontrol.ControlPanel
make the strategy panel update its parameters when new parameters from shuttles are received
updateShuttleParams(float, float, float, int, boolean) - Method in class de.upb.swtpra05.group03.companycontrol.StrategyPanel
make the strategy panel update its parameters when new parameters from shuttles are received
updateShuttleStock(Map) - Method in class de.upb.swtpra05.group03.companycontrol.CompanyMainControl
This method is called by CompanyControlClient when the shuttle stock has changed and the GUI's stock list table and the stock combo box have to be updated.
updateShuttleStock(Map) - Method in interface de.upb.swtpra05.group03.companycontrol.Control
Method to react on changings concerning the shuttle stock.
updateShuttleStock(Map) - Method in class de.upb.swtpra05.group03.companycontrol.ControlPanel
This method is called by the CompanyMainControl when the stock has changed and in order to that, the station combo box has to be updated.
updateShuttleStock(Map, int[]) - Method in interface de.upb.swtpra05.group03.companycontrol.Display
method to update the shuttle stock part of the display object
updateShuttleStock(Map, int[]) - Method in class de.upb.swtpra05.group03.companycontrol.DisplayPanel
This method is called by CompanyMainControl when the stock table shall be updated.
updateStationComboBox(String[]) - Method in class de.upb.swtpra05.group03.companycontrol.TradePanel
This method is called by ControlPanel when the items of the station combo box shall be updated because of changings. the given entries are the new items of the combo box.
updateStatus(RemoteShuttleStatusChanged) - Method in class de.upb.swtpra05.group03.companycontrol.plugin.ShuttleInformation.ShuttleDataHolder
Sets the Status of the Shuttle
updateString(RemoteShuttleStatusString) - Method in class de.upb.swtpra05.group03.companycontrol.plugin.ShuttleInformation.ShuttleDataHolder
Updates the Shuttle Data depending on the Information serialized in the String
updateWaitingStocks() - Method in class de.upb.swtpra05.group03.companycontrol.CompanyControlClient
Commits the StockInformations held back because not all Station Names have been gather at the time the Information was received in the update Method

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 _