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 _

D

DEBGUGFRAME - Static variable in class de.upb.swtpra05.group03.shuttle.Debug
Indicates whether the DebugFrame will be displayed
DEBUGGING - Static variable in class de.upb.swtpra05.group03.shuttle.Debug
set to true to debug else to false
DEBUG_INTO_FILE - Static variable in class de.upb.swtpra05.group03.shuttle.Debug
if true writes logging also into a file
DECODABET - Static variable in class de.upb.swtpra05.group03.shuttle.util.Base64
Translates a Base64 value to either its 6-bit reconstruction value or a negative number indicating some other meaning.
DECODE - Static variable in class de.upb.swtpra05.group03.shuttle.util.Base64
Specify decoding.
DEFAULT_LEVEL - Static variable in class de.upb.swtpra05.group03.shuttle.Debug
default level of debug
DEFAULT_MARGIN - Static variable in class de.upb.swtpra05.group03.shuttle.MarginController
default value
DEFAULT_MARGIN_STEP_DOWN - Static variable in class de.upb.swtpra05.group03.shuttle.MarginController
default value
DEFAULT_MARGIN_STEP_UP - Static variable in class de.upb.swtpra05.group03.shuttle.MarginController
default value
DEFAULT_MAX_OFFER_SUCCESS_RATE - Static variable in class de.upb.swtpra05.group03.shuttle.MarginController
default value
DEFAULT_MIN_MARGIN - Static variable in class de.upb.swtpra05.group03.shuttle.MarginController
default value
DEFAULT_MIN_OFFER_SUCCESS_RATE - Static variable in class de.upb.swtpra05.group03.shuttle.MarginController
default value
DEFAULT_OBSERVATION_RATE - Static variable in class de.upb.swtpra05.group03.shuttle.MarginController
default observation rate
DEFAULT_SELF_ADOPTING - Static variable in class de.upb.swtpra05.group03.shuttle.MarginController
default value
DESCENDING - Static variable in class de.upb.swtpra05.group03.companycontrol.TableSorter
 
DFBI - Variable in class de.upb.swtpra05.group03.shuttle.SCCCalculator
The DFB Index of the Vertice -- needed for calculation --
DFSSCC(TopologyDataObject) - Method in class de.upb.swtpra05.group03.shuttle.SCCCalculator
The SCC Algorithm
DISCONNECTED - Static variable in class de.upb.swtpra05.group03.companycontrol.CompanyControlClient
 
DONE - Static variable in class de.upb.swtpra05.group03.shuttle.shared.OrderState.BillingState
Constant which identifies order which are done
DONE - Static variable in class de.upb.swtpra05.group03.shuttle.shared.OrderState.ExecutionState
Constant which indetifies orders that are done
DONE - Static variable in class de.upb.swtpra05.group03.shuttle.shared.OrderState.NegotiationState
Constant which identifies orders which are done
DONT_BREAK_LINES - Static variable in class de.upb.swtpra05.group03.shuttle.util.Base64
Don't break lines when encoding (violates strict Base64 specification)
DataHolder - class de.upb.swtpra05.group03.plugin.DataHolder.
This class contains all data the plugin will ever need, its designed as a singleton.
DataHolder() - Constructor for class de.upb.swtpra05.group03.plugin.DataHolder
Constructor for class DataHolder
DataSigPair - class de.upb.swtpra05.group03.crypto.DataSigPair.
Simple class to bundle a data bytearray and the coresponding signature
DataSigPair(byte[], byte[]) - Constructor for class de.upb.swtpra05.group03.crypto.DataSigPair
Constructor
DataSigPair(String) - Constructor for class de.upb.swtpra05.group03.crypto.DataSigPair
Constructor extracts data and signature from the given string
DeadManSwitchControl - class de.upb.swtpra05.group03.shuttle.DeadManSwitchControl.
Reacts on the PleaseActivateDeadManSwitch message from the kernel by sending the ActivateDeadManSwitch message back.
DeadManSwitchControl() - Constructor for class de.upb.swtpra05.group03.shuttle.DeadManSwitchControl
Constructor
Debug - class de.upb.swtpra05.group03.shuttle.Debug.
 
Debug() - Constructor for class de.upb.swtpra05.group03.shuttle.Debug
 
Debug.OneLineFormatter - class de.upb.swtpra05.group03.shuttle.Debug.OneLineFormatter.
 
Debug.OneLineFormatter() - Constructor for class de.upb.swtpra05.group03.shuttle.Debug.OneLineFormatter
 
DebugFrame - class de.upb.swtpra05.group03.shuttle.DebugFrame.
Class description
DebugFrame() - Constructor for class de.upb.swtpra05.group03.shuttle.DebugFrame
 
DigitDocument - class de.upb.swtpra05.group03.companycontrol.DigitDocument.
 
DigitDocument() - Constructor for class de.upb.swtpra05.group03.companycontrol.DigitDocument
Constructor for class DigitDocument
Dijkstra - class de.upb.swtpra05.group03.shuttle.Dijkstra.
Class which implements the dijkstra algorithm
Dijkstra(Collection) - Constructor for class de.upb.swtpra05.group03.shuttle.Dijkstra
Constructor for class Dijkstra
DijkstraEdge - class de.upb.swtpra05.group03.shuttle.DijkstraEdge.
Represents edges of any graph which are useable with dijkstra
DijkstraEdge(DijkstraNode, long) - Constructor for class de.upb.swtpra05.group03.shuttle.DijkstraEdge
Constructor for class DijkstraEdge
DijkstraNode - class de.upb.swtpra05.group03.shuttle.DijkstraNode.
Represents nodes of any graph which are useable with dijkstra
DijkstraNode(int) - Constructor for class de.upb.swtpra05.group03.shuttle.DijkstraNode
Constructor for class DijkstraNode
DijkstraNode(int, long, int) - Constructor for class de.upb.swtpra05.group03.shuttle.DijkstraNode
Constructor for class DijkstraNode
Display - interface de.upb.swtpra05.group03.companycontrol.Display.
Interface for the Display Objects.
DisplayPanel - class de.upb.swtpra05.group03.companycontrol.DisplayPanel.
DisplayPanel that shows the Stock and the Shuttle Table.
DisplayPanel(Control) - Constructor for class de.upb.swtpra05.group03.companycontrol.DisplayPanel
The constructor initializes the two tables.
Distances - Variable in class de.upb.swtpra05.group03.shuttle.SpreadingControl.SpreadingShuttleData
distances
DoNothingUntilTask - class de.upb.swtpra05.group03.shuttle.DoNothingUntilTask.
Extension of Task.
DoNothingUntilTask(int, int, int) - Constructor for class de.upb.swtpra05.group03.shuttle.DoNothingUntilTask
Constructor of DoNothinUntilTask
DoubleHashtable - class de.upb.swtpra05.group03.shuttle.DoubleHashtable.
helper for connection object which implements a hastable with two keys
DoubleHashtable() - Constructor for class de.upb.swtpra05.group03.shuttle.DoubleHashtable
Constructor of DoubleHashtable
DoubleMap - class de.upb.swtpra05.group03.shuttle.DoubleMap.
 
DoubleMap() - Constructor for class de.upb.swtpra05.group03.shuttle.DoubleMap
 
dF - Static variable in class de.upb.swtpra05.group03.shuttle.DebugFrame
No comment provided by developer, please add a comment to improve documentation.
dH - Variable in class de.upb.swtpra05.group03.plugin.AccountPanel
No comment provided by developer, please add a comment to improve documentation.
data - Variable in class de.upb.swtpra05.group03.companycontrol.ShuttleTableModel
an array for the data to be filled in the table
data - Variable in class de.upb.swtpra05.group03.companycontrol.StockTableModel
an array for the data to be filled in the table
data - Variable in class de.upb.swtpra05.group03.companycontrol.plugin.ShuttleInformation.RoutingTableModel
an array for the data to be filled in the table
data - Variable in class de.upb.swtpra05.group03.crypto.DataSigPair
bytearray conating data
data - Variable in class de.upb.swtpra05.group03.crypto.message.EncryptedRemoteObj
data as bytearray
data - Variable in class de.upb.swtpra05.group03.plugin.AccountExpensesListing
No comment provided by developer, please add a comment to improve documentation.
data - Variable in class de.upb.swtpra05.group03.plugin.AccountIncomeListing
No comment provided by developer, please add a comment to improve documentation.
data - Variable in class de.upb.swtpra05.group03.plugin.RoutingPanel
No comment provided by developer, please add a comment to improve documentation.
dates - Variable in class de.upb.swtpra05.group03.companycontrol.AccountBalances
The Dates belonging to the Balances
de.upb.swtpra05.group03.companycontrol.plugin - package de.upb.swtpra05.group03.companycontrol.plugin
 
de.upb.swtpra05.group03.companycontrol.plugin.ShuttleInformation - package de.upb.swtpra05.group03.companycontrol.plugin.ShuttleInformation
 
de.upb.swtpra05.group03.companycontrol.plugin.TurnierPlugin - package de.upb.swtpra05.group03.companycontrol.plugin.TurnierPlugin
 
de.upb.swtpra05.group03.crypto.message - package de.upb.swtpra05.group03.crypto.message
 
de.upb.swtpra05.group03.plugin - package de.upb.swtpra05.group03.plugin
 
de.upb.swtpra05.group03.shuttle.messages - package de.upb.swtpra05.group03.shuttle.messages
 
de.upb.swtpra05.group03.shuttle.shared - package de.upb.swtpra05.group03.shuttle.shared
 
de.upb.swtpra05.group03.shuttle.util - package de.upb.swtpra05.group03.shuttle.util
 
deactivatedShuttleList - Variable in class de.upb.swtpra05.group03.shuttle.ActivityController
deactivatedShuttleList holds the deactivated Shuttles
debug - Static variable in class de.upb.swtpra05.group03.companycontrol.Settings
No comment provided by developer, please add a comment to improve documentation.
decode(byte[], int, int) - Static method in class de.upb.swtpra05.group03.shuttle.util.Base64
Very low-level access to decoding ASCII characters in the form of a byte array.
decode(String) - Static method in class de.upb.swtpra05.group03.shuttle.util.Base64
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
decode4to3(byte[], int, byte[], int) - Static method in class de.upb.swtpra05.group03.shuttle.util.Base64
Decodes four bytes from array source and writes the resulting bytes (up to three of them) to destination.
decodeFromFile(String) - Static method in class de.upb.swtpra05.group03.shuttle.util.Base64
Convenience method for reading a base64-encoded file and decoding it.
decodeToFile(String, String) - Static method in class de.upb.swtpra05.group03.shuttle.util.Base64
Convenience method for decoding data to a file.
decodeToObject(String) - Static method in class de.upb.swtpra05.group03.shuttle.util.Base64
Attempts to decode Base64 data and deserialize a Java Object within.
decryptObject(DataSigPair) - Method in class de.upb.swtpra05.group03.crypto.Crypto
decrypts an bytearray to an object
decrypter - Variable in class de.upb.swtpra05.group03.crypto.Crypto
Cipher object used for decryption
defaultHeight - Static variable in class de.upb.swtpra05.group03.plugin.OrderTree
No comment provided by developer, please add a comment to improve documentation.
deleteAllRepairs() - Method in class de.upb.swtpra05.group03.shuttle.TaskPlan
Deletes all repair tasks in the taskplan.
deliverToSentModules(Message) - Method in class de.upb.swtpra05.group03.shuttle.ShuttleControl
Delivers a Message to any SentModule.
deliverToShuttleModules(Message) - Method in class de.upb.swtpra05.group03.shuttle.ShuttleControl
Delivers a Message to any ShuttleModule.
deliveredOrders - Variable in class de.upb.swtpra05.group03.shuttle.BillingCreditCard
Contains all delivered Orders which aren't invoiced yet
deliveredOrders - Variable in class de.upb.swtpra05.group03.shuttle.BillingInvoice
Contains all delivered Orders which aren't invoiced yet
descending - Variable in class de.upb.swtpra05.group03.companycontrol.TableSorter.Arrow
 
destination - Variable in class de.upb.swtpra05.group03.shuttle.DijkstraEdge
The destination station of the edge
destination - Variable in class de.upb.swtpra05.group03.shuttle.GetConnectionOkTask
 
destination - Variable in class de.upb.swtpra05.group03.shuttle.GraphEdge
 
destinationStationId - Variable in class de.upb.swtpra05.group03.shuttle.Connection
the id of the destination station of the connection
destinationStationName - Variable in class de.upb.swtpra05.group03.shuttle.Connection
the name of the destination station
dfbi - Variable in class de.upb.swtpra05.group03.shuttle.SCCCalculator
dfb Index -- needed for calculation --
dh - Static variable in class de.upb.swtpra05.group03.plugin.DataHolder
The global DataHolder object
dh - Variable in class de.upb.swtpra05.group03.plugin.RoutingTableModel
No comment provided by developer, please add a comment to improve documentation.
diff - Variable in class de.upb.swtpra05.group03.companycontrol.AccountDevelopmentPanel
Label that shows the Difference between first Balance and current
dijkstraAlgorithm - Variable in class de.upb.swtpra05.group03.shuttle.Navigation
the dijkstraEngine
direction - Variable in class de.upb.swtpra05.group03.companycontrol.TableSorter.Directive
 
disableEdge(int, int) - Method in class de.upb.swtpra05.group03.shuttle.GraphNode
 
disabledUntilTime - Variable in class de.upb.swtpra05.group03.shuttle.GraphEdge
 
disconnect() - Method in class de.upb.swtpra05.group03.companycontrol.CompanyControlClient
 
disconnectButton - Variable in class de.upb.swtpra05.group03.companycontrol.CompanyControlFrame
 
disconnectItem - Variable in class de.upb.swtpra05.group03.companycontrol.CompanyControlFrame
the item for disconnecting of the main menu
displayObj - Variable in class de.upb.swtpra05.group03.companycontrol.CompanyMainControl
Reference on the display panel included in the frame
displayPan - Variable in class de.upb.swtpra05.group03.companycontrol.CompanyControlFrame
Reference to the DisplayPanel
displaystart - Variable in class de.upb.swtpra05.group03.plugin.RoutingTableModel
This one holds the startpoint of the showed Data window
distance - Variable in class de.upb.swtpra05.group03.shuttle.GetConnectionOkTask
 
distance - Variable in class de.upb.swtpra05.group03.shuttle.GraphEdge
 
doCalculation() - Method in class de.upb.swtpra05.group03.shuttle.SpreadingControl
 
doResize - Variable in class de.upb.swtpra05.group03.plugin.InnerPanel
This boolean is responsible for the resizement.
dockButton - Variable in class de.upb.swtpra05.group03.companycontrol.AccountDevelopmentPanel
Button to dock or undock the Panel
docked - Variable in class de.upb.swtpra05.group03.companycontrol.AccountDevelopmentPanel
Determines wheater the Panel is docked or not
drawMoney(int) - Method in class de.upb.swtpra05.group03.shuttle.Accounting
 
drawMoney(int) - Method in interface de.upb.swtpra05.group03.shuttle.AccountingInterface
Draws an amount of money from the balance value
drawOrderSelfcosts(OrderID) - Method in class de.upb.swtpra05.group03.shuttle.Accounting
Draws the selfcosts of an order from the balance value.
dtm - Variable in class de.upb.swtpra05.group03.shuttle.DebugFrame
No comment provided by developer, please add a comment to improve documentation.
duration - Variable in class de.upb.swtpra05.group03.shuttle.GraphEdge
 
duration - Variable in class de.upb.swtpra05.group03.shuttle.OrderHandlingInfo
duration of the order
duration - Variable in class de.upb.swtpra05.group03.shuttle.Task
 

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 _