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 _

A

AGREEMENT_ALGORITHM - Static variable in class de.upb.swtpra05.group03.crypto.Crypto
Algorithm used for public/private key agreement
ALGORITHM - Static variable in class de.upb.swtpra05.group03.crypto.SharedSeedRNG
algorithm used by the pseudo random number generator
ALPHABET - Static variable in class de.upb.swtpra05.group03.shuttle.util.Base64
The 64 valid Base64 values.
ASCENDING - Static variable in class de.upb.swtpra05.group03.companycontrol.TableSorter
 
ASSIGNED - Static variable in class de.upb.swtpra05.group03.shuttle.shared.OrderState.ExecutionState
Constant which indetifies orders that are assigned to the shuttle
AVAILABLE - Static variable in class de.upb.swtpra05.group03.shuttle.shared.OrderState.NegotiationState
Constant which identifies orders that are newly available
Account - Variable in class de.upb.swtpra05.group03.companycontrol.AccountDataField
The AccountBalance
AccountBalances - class de.upb.swtpra05.group03.companycontrol.AccountBalances.
A Storage Class to store Balances.
AccountBalances() - Constructor for class de.upb.swtpra05.group03.companycontrol.AccountBalances
 
AccountData - class de.upb.swtpra05.group03.shuttle.shared.AccountData.
Description of the class
AccountData(int, int, String, int) - Constructor for class de.upb.swtpra05.group03.shuttle.shared.AccountData
Constructor for the AccountData object
AccountData(int, String, int) - Constructor for class de.upb.swtpra05.group03.shuttle.shared.AccountData
Constructor for the AccountData object
AccountDataControl - class de.upb.swtpra05.group03.companycontrol.AccountDataControl.
The Control Class which maintains the Account Data of the current Company.
AccountDataControl(int) - Constructor for class de.upb.swtpra05.group03.companycontrol.AccountDataControl
Constructor.
AccountDataField - class de.upb.swtpra05.group03.companycontrol.AccountDataField.
Storage Class to hold the Data of one Account Balance.
AccountDataField(AccountDataField, AccountDataField, AccountDataField, int, int) - Constructor for class de.upb.swtpra05.group03.companycontrol.AccountDataField
Constructor
AccountDataField(int, int) - Constructor for class de.upb.swtpra05.group03.companycontrol.AccountDataField
Second Constructor
AccountDataMinimumID - class de.upb.swtpra05.group03.plugin.AccountDataMinimumID.
This class is used to save the value of the lowest AccountDataID of a single ShuttleAgentStatusString.
AccountDataMinimumID(int) - Constructor for class de.upb.swtpra05.group03.plugin.AccountDataMinimumID
Constructor for the AccountDataMinimumID object, initializes the value.
AccountDevelopmentFrame - class de.upb.swtpra05.group03.companycontrol.AccountDevelopmentFrame.
This is just a basic Frame which shows the AccountDevelopmentPanel if it is added to this Frame (dock/undock Feature)
AccountDevelopmentFrame() - Constructor for class de.upb.swtpra05.group03.companycontrol.AccountDevelopmentFrame
Constructor
AccountDevelopmentPanel - class de.upb.swtpra05.group03.companycontrol.AccountDevelopmentPanel.
The Class which contains the AccountGraph and the Toolbar to navigate within the Graph.
AccountDevelopmentPanel(CompanyControlFrame) - Constructor for class de.upb.swtpra05.group03.companycontrol.AccountDevelopmentPanel
Constructor
AccountExpenses - class de.upb.swtpra05.group03.plugin.AccountExpenses.
An AccountExpenses object is a JLabel displaying the name of an expense.
AccountExpenses() - Constructor for class de.upb.swtpra05.group03.plugin.AccountExpenses
Creates a new blank JLabel, with a minimum Size, a specified alignment to the left side of the component and a reference to an AmountExpenses object which labels the output value.
AccountExpensesListing - class de.upb.swtpra05.group03.plugin.AccountExpensesListing.
An AccountExpensesListing object listes AccountExpenses instances
AccountExpensesListing() - Constructor for class de.upb.swtpra05.group03.plugin.AccountExpensesListing
Creates a new JPanel
AccountGraph - class de.upb.swtpra05.group03.companycontrol.AccountGraph.
The AccountGraph draws itself on a Panel.
AccountGraph(AccountDevelopmentPanel) - Constructor for class de.upb.swtpra05.group03.companycontrol.AccountGraph
Constructor
AccountIncome - class de.upb.swtpra05.group03.plugin.AccountIncome.
An AccountIncome object is a JLabel displaying the name of an income earned by the shuttle.
AccountIncome() - Constructor for class de.upb.swtpra05.group03.plugin.AccountIncome
Creates a new blank JLabel, with a minimum Size, a specified alignment to the left side of the component and a reference to an AmountIncome object which labels the income value.
AccountIncomeListing - class de.upb.swtpra05.group03.plugin.AccountIncomeListing.
An AccountIncomeListing object listes AccountIncome instances
AccountIncomeListing() - Constructor for class de.upb.swtpra05.group03.plugin.AccountIncomeListing
Creates a new JPanel
AccountLinkedList - class de.upb.swtpra05.group03.shuttle.AccountLinkedList.
LinkedList for handling AccountData Objects with a maximum size of MAXACCOUNTDATA.
AccountLinkedList() - Constructor for class de.upb.swtpra05.group03.shuttle.AccountLinkedList
 
AccountPanel - class de.upb.swtpra05.group03.plugin.AccountPanel.
An AccountPanel object displays the current shuttle account status and previous incoming payments and payoffs.
AccountPanel() - Constructor for class de.upb.swtpra05.group03.plugin.AccountPanel
Creates a new JPanel with gridbag layout, containing JLabels and a JPanel in order to report the account movements.
AccountPanelListing - class de.upb.swtpra05.group03.plugin.AccountPanelListing.
An AccountPanelListing object contains a AccountIncomeListing- and AccountExpensesListing-Panel and arranges both components in a graphic
AccountPanelListing() - Constructor for class de.upb.swtpra05.group03.plugin.AccountPanelListing
Creates a new JPanel with gridbag layout, containing two JPanels.
AccountStrg - Variable in class de.upb.swtpra05.group03.companycontrol.AccountGraph
The AccountDataControl Class that maintains the Balances
AccountTableCellRenderer - class de.upb.swtpra05.group03.plugin.AccountTableCellRenderer.
A customized TableCellRenderer which is used to set the correct text assignments of the table cells.
AccountTableCellRenderer() - Constructor for class de.upb.swtpra05.group03.plugin.AccountTableCellRenderer
Constructor for class AccountTableCellRenderer
Accounting - interface de.upb.swtpra05.group03.companycontrol.Accounting.
The Interface for the Accounting Object.
Accounting - class de.upb.swtpra05.group03.shuttle.Accounting.
Bookkeeper which is responsible for any monetary things.
Accounting() - Constructor for class de.upb.swtpra05.group03.shuttle.Accounting
Constructor
AccountingInterface - interface de.upb.swtpra05.group03.shuttle.AccountingInterface.
Interface of an accounting module.
ActivityController - class de.upb.swtpra05.group03.shuttle.ActivityController.
Controls the deactivation and reactivation of one shuttle by the company control.
ActivityController() - Constructor for class de.upb.swtpra05.group03.shuttle.ActivityController
Constructor
ActivityControllerInterface - interface de.upb.swtpra05.group03.shuttle.ActivityControllerInterface.
Interface of an activity controller.
AdjacentVertices - Variable in class de.upb.swtpra05.group03.shuttle.SCCCalculator
Stores the adjacent Stations for each Station
AliceCrypto - class de.upb.swtpra05.group03.crypto.AliceCrypto.
crypto class used for the 'alice' role known from DiffieHellman example
AliceCrypto() - Constructor for class de.upb.swtpra05.group03.crypto.AliceCrypto
Constructor
AmountExpenses - class de.upb.swtpra05.group03.plugin.AmountExpenses.
An AmountExpenses object is a JLabel displaying the value of an expense.
AmountExpenses() - Constructor for class de.upb.swtpra05.group03.plugin.AmountExpenses
Creates a new blank JLabel, with a specified alignment to the right side of the component.
AmountIncome - class de.upb.swtpra05.group03.plugin.AmountIncome.
An AmountIncome object is a JLabel displaying the value of an income earned by the shuttle.
AmountIncome() - Constructor for class de.upb.swtpra05.group03.plugin.AmountIncome
Creates a new blank JLabel, with a specified alignment to the right side of the component.
ApplyNewShuttleParamsMessage - class de.upb.swtpra05.group03.shuttle.messages.ApplyNewShuttleParamsMessage.
This is an example message that is used to show how the companycontrol can send messages to the shuttles.
ApplyNewShuttleParamsMessage(float, float, float, int, boolean) - Constructor for class de.upb.swtpra05.group03.shuttle.messages.ApplyNewShuttleParamsMessage
Constructor of ApplyNewShuttleParamsMessage
aD - Variable in class de.upb.swtpra05.group03.plugin.ICabSShuttlePlugin
Used to cache information retrieved in the method
aP - Variable in class de.upb.swtpra05.group03.plugin.ICabSShuttlePlugin
A component to display events on the bank account, that includes service, toll, penalty and profit events
aboutItem - Variable in class de.upb.swtpra05.group03.companycontrol.CompanyControlFrame
item for showing about dialog
accountExpensesLinkedList - Variable in class de.upb.swtpra05.group03.plugin.DataHolder
A LinkedList containing all expense account informations received from shuttle
accountFrame - Variable in class de.upb.swtpra05.group03.companycontrol.CompanyControlFrame
Reference to the AccountDevelopementFrame
accountIncomeLinkedList - Variable in class de.upb.swtpra05.group03.plugin.DataHolder
A LinkedList containing all income account informations received from shuttle
accountObj - Variable in class de.upb.swtpra05.group03.companycontrol.CompanyMainControl
Reference on the account data control
accountPan - Variable in class de.upb.swtpra05.group03.companycontrol.CompanyControlFrame
Reference to the AccountDevelopementFrame
accountbalance - Variable in class de.upb.swtpra05.group03.shuttle.shared.ShuttleCompanyControlData
 
accounting - Variable in class de.upb.swtpra05.group03.companycontrol.plugin.ShuttleInformation.ShuttleDataHolder
The Accounting List which stores the Last Billings
accounting - Variable in class de.upb.swtpra05.group03.shuttle.ParkingFeeDrawer
The accounting
accounting - Variable in class de.upb.swtpra05.group03.shuttle.PluginMessenger
The accounting
action - Variable in class de.upb.swtpra05.group03.shuttle.DebugFrame
Comment for action
actionPerformed(ActionEvent) - Method in class de.upb.swtpra05.group03.companycontrol.AccountDevelopmentPanel
Reacts on the Actions performed by the User
actionPerformed(ActionEvent) - Method in class de.upb.swtpra05.group03.companycontrol.CompanyControlFrame
Reacts on the Actions performed.
actionPerformed(ActionEvent) - Method in class de.upb.swtpra05.group03.companycontrol.StrategyPanel
 
actionPerformed(ActionEvent) - Method in class de.upb.swtpra05.group03.companycontrol.TradePanel
This method is called when the user presses one of the buttons or presses in one of the text fields.
actionPerformed(ActionEvent) - Method in class de.upb.swtpra05.group03.companycontrol.plugin.TurnierPlugin.TurnierPlugin
 
activateDeadManSwitch(PleaseActivateDeadManSwitch) - Method in class de.upb.swtpra05.group03.shuttle.DeadManSwitchControl
This method will answer the call to an ActivateDeadManSwitch from the kernel with the corresponding message.
activateOrder(OrderID) - Method in class de.upb.swtpra05.group03.shuttle.TaskPlan
 
activateOrder(OrderID) - Method in interface de.upb.swtpra05.group03.shuttle.TaskPlanInterface
Activates all tasks which belong to the order id
active - Variable in class de.upb.swtpra05.group03.shuttle.Task
 
active - Variable in class de.upb.swtpra05.group03.shuttle.messages.SetActivityOfShuttleMessage
the minimum margin to have
activePlugin - Variable in class de.upb.swtpra05.group03.plugin.TestPanel
No comment provided by developer, please add a comment to improve documentation.
activeshuttle - Variable in class de.upb.swtpra05.group03.companycontrol.plugin.ShuttleInformation.ShuttleInformationPlugin
Actual Shuttle ID
activeshuttle - Variable in class de.upb.swtpra05.group03.companycontrol.plugin.TurnierPlugin.TurnierPlugin
 
activity - Variable in class de.upb.swtpra05.group03.companycontrol.ShuttleInformation
Overall Activity of this Shuttle.
activity - Variable in class de.upb.swtpra05.group03.companycontrol.plugin.ShuttleInformation.ShuttleDataHolder
Shuttles actual Activity
activity - Variable in class de.upb.swtpra05.group03.shuttle.shared.ShuttleCompanyControlData
 
activityController - Variable in class de.upb.swtpra05.group03.shuttle.MasterShuttleNegotiation
The strategy control
actual - Variable in class de.upb.swtpra05.group03.companycontrol.AccountDataControl
Actual Entry
actualdatastored - Variable in class de.upb.swtpra05.group03.companycontrol.AccountDataControl
Actual Amount of Data stored.
add(String, String) - Method in class de.upb.swtpra05.group03.companycontrol.Settings
No comment provided by developer, please add a comment to improve documentation.
add(AccountData) - Method in class de.upb.swtpra05.group03.shuttle.AccountLinkedList
Description of the Method
add(Object) - Method in class de.upb.swtpra05.group03.shuttle.ModuleContainer
Adds an object with its class, super classes and interfaces as key.
add(Class, Object) - Method in class de.upb.swtpra05.group03.shuttle.ModuleContainer
For internal use only: Adds an object with an class as key.
add(ExtendedOrder) - Method in class de.upb.swtpra05.group03.shuttle.OrderContainer
 
add(ExtendedOrder) - Method in interface de.upb.swtpra05.group03.shuttle.OrderContainerInterface
Adds a new ExtendedOrder to the collection
add(int, int) - Method in class de.upb.swtpra05.group03.shuttle.OrderHandlingInfo
Add the given values to the attributes.
addAccountBalance(int, int) - Method in class de.upb.swtpra05.group03.companycontrol.AccountDataControl
Adds a new AccountBalance to the Storage
addAccountBalance(int, int) - Method in interface de.upb.swtpra05.group03.companycontrol.Accounting
Adds a new AccountBalance
addAccountComponent(LinkedList, AccountData) - Method in class de.upb.swtpra05.group03.plugin.DataHolder
Adds a AccountData object to the LinkedList if its not already inserted.
addAccountData(AccountData) - Method in class de.upb.swtpra05.group03.plugin.DataHolder
Adds a AccountData object to the DataHolder.
addAsFirstTask(Object) - Method in class de.upb.swtpra05.group03.shuttle.TaskPlan
 
addAsFirstTask(Object) - Method in interface de.upb.swtpra05.group03.shuttle.TaskPlanInterface
Adds a feature to the First attribute of the TaskPlan object
addAsLastTask(Object) - Method in class de.upb.swtpra05.group03.shuttle.TaskPlan
 
addAsLastTask(Object) - Method in interface de.upb.swtpra05.group03.shuttle.TaskPlanInterface
Appends the given TaskPlan to the end of this list.
addConnection(int) - Method in class de.upb.swtpra05.group03.shuttle.Connection
Adds a new track to the connction
addDevelopmentPanel(AccountDevelopmentPanel) - Method in class de.upb.swtpra05.group03.companycontrol.AccountDevelopmentFrame
adds the AccountDevelopmentPanel back into the Frame.
addDijkstraEdge(DijkstraEdge) - Method in class de.upb.swtpra05.group03.shuttle.DijkstraNode
Adds an edge to the outgoing edges of this node
addEdge(GraphEdge) - Method in class de.upb.swtpra05.group03.shuttle.GraphNode
 
addFrequency(Integer) - Method in class de.upb.swtpra05.group03.shuttle.PeriodicalWakeUpControl
 
addFrequency(Integer) - Method in interface de.upb.swtpra05.group03.shuttle.PeriodicalWakeUpControlInterface
Adds the given wake up frequency.
addOrder(OrderInformation) - Method in class de.upb.swtpra05.group03.companycontrol.CompanyMainControl
This method is called by CompanyControlClient to add the given order to the orderList.
addOrder(ExtendedOrder) - Method in class de.upb.swtpra05.group03.plugin.DataHolder
This method will add a single ExtendedOrder, if it isn't already known.
addOrder(LinkedList) - Method in class de.upb.swtpra05.group03.plugin.DataHolder
This will add a list of ExtendedOrder objects and delete those we have and that aren't in the new list, in terms of mathematics we delete all elements, that are not in the new list and update those which are in both lists.
addOrder(ExtendedOrder, int) - Method in class de.upb.swtpra05.group03.shuttle.RouteManagement
 
addOrder(ExtendedOrder, int) - Method in interface de.upb.swtpra05.group03.shuttle.RouteManagementInterface
Adds an order to the current route of the shuttle.
addOrderBehind(ExtendedOrder, TaskPlanInterface, int, int) - Method in class de.upb.swtpra05.group03.shuttle.Navigation
 
addOrderBehind(ExtendedOrder, TaskPlanInterface, int, int) - Method in interface de.upb.swtpra05.group03.shuttle.NavigationInterface
Adds the order to the taskplan after the current tasks of the taskplan, at least after the last station before useable tasks.
addOrderInfo(ExtendedOrder) - Method in class de.upb.swtpra05.group03.plugin.OrderPanel
Access method for an one to n association.
addOrderTo(ExtendedOrder, TaskPlanInterface, int, int) - Method in class de.upb.swtpra05.group03.shuttle.Navigation
 
addOrderTo(ExtendedOrder, TaskPlanInterface, int, int) - Method in interface de.upb.swtpra05.group03.shuttle.NavigationInterface
Adds the order to the taskplan after the last station before useable tasks.
addPackagePlugin(String, String) - Method in class de.upb.swtpra05.group03.companycontrol.plugin.PluginLoader
Manually adds a Plugin
addPrevStation(GraphNode) - Method in class de.upb.swtpra05.group03.shuttle.GraphNode
 
addRepairAtPos(int, int) - Method in class de.upb.swtpra05.group03.shuttle.TaskPlan
This method will insert a Repair at the given position and if there is always a task, this task and all behind it will be shifted to the end
addShuttle(int) - Method in class de.upb.swtpra05.group03.companycontrol.plugin.ShuttleInformation.ShuttleChooserPanel
Adds a Shuttle to the ComboBox
addShuttle(int) - Method in class de.upb.swtpra05.group03.companycontrol.plugin.ShuttleInformation.ShuttleInformationPanel
Add a Shuttle to the Shuttle List
addTableModelListener(TableModelListener) - Method in class de.upb.swtpra05.group03.plugin.RoutingTableModel
This method is not needed and therefore empty.
addTask(int, Object) - Method in class de.upb.swtpra05.group03.shuttle.TaskPlan
 
addTask(int, Object) - Method in interface de.upb.swtpra05.group03.shuttle.TaskPlanInterface
Adds a task or taskplan to this taskplan.
addTaskBeforeLastMove(Task) - Method in class de.upb.swtpra05.group03.shuttle.TaskPlan
 
addTaskBeforeLastMove(Task) - Method in interface de.upb.swtpra05.group03.shuttle.TaskPlanInterface
This method will add the given task as the last task at the corresponding station if there is any.
agent - Variable in class de.upb.swtpra05.group03.shuttle.ActivityController
The shuttle control
agent - Variable in class de.upb.swtpra05.group03.shuttle.BillingCreditCard
The ShuttleControl
agent - Variable in class de.upb.swtpra05.group03.shuttle.BillingInvoice
The ShuttleControl
agent - Variable in class de.upb.swtpra05.group03.shuttle.CryptoMessagesHandler
reference to the ShuttleControl agent
agent - Variable in class de.upb.swtpra05.group03.shuttle.DeadManSwitchControl
The shuttle control
agent - Variable in class de.upb.swtpra05.group03.shuttle.Execution
The shuttle control
agent - Variable in class de.upb.swtpra05.group03.shuttle.MasterShuttleNegotiation
the shuttle control
agent - Variable in class de.upb.swtpra05.group03.shuttle.OfferingControl
The shuttle agent which has instanciated this module
agent - Variable in class de.upb.swtpra05.group03.shuttle.OrderStateControl
The shuttle control
agent - Variable in class de.upb.swtpra05.group03.shuttle.PeriodicalWakeUpControl
The shuttle control
agent - Variable in class de.upb.swtpra05.group03.shuttle.PluginMessenger
No comment provided by developer, please add a comment to improve documentation.
agent - Variable in class de.upb.swtpra05.group03.shuttle.SpreadingControl
 
agent - Variable in class de.upb.swtpra05.group03.shuttle.StrategyControl
The shuttle control
allowMaxOffer - Variable in class de.upb.swtpra05.group03.shuttle.MasterShuttleNegotiation
if set true, maxOffers are able to be used.
allowed - Variable in class de.upb.swtpra05.group03.shuttle.SpreadingControl
Is this Shuttle allowed to do the Calculation and Spreading Control Only the Shuttle with the smallest ID is allowed to do that
allsendmaxofferonly - Variable in class de.upb.swtpra05.group03.shuttle.messages.TurnierMessage
 
allsendmaxoffersometimes - Variable in class de.upb.swtpra05.group03.shuttle.messages.TurnierMessage
 
amount - Variable in class de.upb.swtpra05.group03.plugin.AccountExpenses
No comment provided by developer, please add a comment to improve documentation.
amount - Variable in class de.upb.swtpra05.group03.plugin.AccountIncome
No comment provided by developer, please add a comment to improve documentation.
amount - Variable in class de.upb.swtpra05.group03.shuttle.ParkingFeeDrawer
parking fee amount
amountLabel - Variable in class de.upb.swtpra05.group03.plugin.AccountExpensesListing
No comment provided by developer, please add a comment to improve documentation.
amountLabel - Variable in class de.upb.swtpra05.group03.plugin.AccountIncomeListing
No comment provided by developer, please add a comment to improve documentation.
and(BitSet) - Method in class de.upb.swtpra05.group03.shuttle.util.EfficientBitSet
This method overrides BitSet.and(BitSet) so that a logical AND can only be used with another EfficientBitSet
and(EfficientBitSet) - Method in class de.upb.swtpra05.group03.shuttle.util.EfficientBitSet
Performs a logical AND of this target bit set with the argument bit set.
andNot(BitSet) - Method in class de.upb.swtpra05.group03.shuttle.util.EfficientBitSet
This method overrides BitSet.andNot(BitSet) so that a logical ANDNOT can only be used with another EfficientBitSet
andNot(EfficientBitSet) - Method in class de.upb.swtpra05.group03.shuttle.util.EfficientBitSet
Clears all of the bits in this BitSet whose corresponding bit is set in the specified BitSet.
anzahl - Variable in class de.upb.swtpra05.group03.companycontrol.AccountBalances
The Number of Balances stored in here
anzahl - Variable in class de.upb.swtpra05.group03.companycontrol.plugin.PluginLoader
Actual Amount of Plugins
apply - Variable in class de.upb.swtpra05.group03.companycontrol.plugin.TurnierPlugin.TurnierPlugin
 
applyNewParams(float, float, float, int, boolean) - Method in class de.upb.swtpra05.group03.companycontrol.CompanyMainControl
This method sends a message to the shuttles concerning the changing of shuttle parameters.
applyParams - Variable in class de.upb.swtpra05.group03.companycontrol.StrategyPanel
button to apply new shuttle parameters
askUser() - Method in class de.upb.swtpra05.group03.companycontrol.ConnectDialog
No comment provided by developer, please add a comment to improve documentation.
assignOrder(AssignOrder) - Method in class de.upb.swtpra05.group03.shuttle.Execution
Called if execution receives an AssignOrder message
assignOrder(AssignOrder) - Method in class de.upb.swtpra05.group03.shuttle.MarginController
If an offer is successfull, this method is called and it replaces the entry in the Queue so that the offer is signed as successfull
assignOrder(AssignOrder) - Method in class de.upb.swtpra05.group03.shuttle.OfferingControl
Receives
assignOrder(AssignOrder) - Method in class de.upb.swtpra05.group03.shuttle.OrderStateControl
Adjusts the order states of matching ExtendedOrder object.
assignedOrders - Variable in class de.upb.swtpra05.group03.shuttle.BillingCreditCard
Contains all assigned Orders which aren't delivered yet
assignedOrders - Variable in class de.upb.swtpra05.group03.shuttle.BillingInvoice
Contains all assigned Orders which aren't delivered yet
assignedOrders - Variable in class de.upb.swtpra05.group03.shuttle.Execution
Collection which holds all order ids which were assigned to the shuttle
associateIDs - Variable in class de.upb.swtpra05.group03.shuttle.Company
The Associates of the shuttle
associateIDs - Variable in class de.upb.swtpra05.group03.shuttle.SpreadingControl
Vector with all associated Shuttles in this Company
associatesreceived - Variable in class de.upb.swtpra05.group03.shuttle.SpreadingControl
are the associates received?
associatesreceived(ShuttleAssociates) - Method in class de.upb.swtpra05.group03.shuttle.SpreadingControl
Associates are received.
autoScroll - Variable in class de.upb.swtpra05.group03.companycontrol.LogPanel
switch for auto scrolling

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 _