|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectde.upb.swtpra05.group03.companycontrol.plugin.ShuttleInformation.ShuttleDataHolder
A Storage Class to Hold the Data of a Shuttle
| Field Summary | |
(package private) java.util.LinkedList |
accounting
The Accounting List which stores the Last Billings |
(package private) int |
activity
Shuttles actual Activity |
(package private) int |
ID
Shuttle ID |
(package private) boolean |
ismaster
Is this Shuttle the Master Shuttle? |
(package private) int |
load
Shuttles actual Load |
(package private) int |
margin
The Shuttles actual Margin |
(package private) int |
orders
Shuttles actual Amount of Orders |
(package private) RoutingData |
route
The Routing Data of the Shuttle |
(package private) int |
stretch
Shuttles actual Stretch |
| Constructor Summary | |
ShuttleDataHolder()
Constructor |
|
| Method Summary | |
int |
getActivity()
|
int |
getID()
|
int |
getLoad()
|
int |
getMargin()
|
int |
getOrders()
|
int |
getStretch()
|
boolean |
isIsmaster()
|
void |
updateStatus(de.upb.swtpra.kernel.visualisation.RemoteShuttleStatusChanged rssc)
Sets the Status of the Shuttle |
void |
updateString(de.upb.swtpra.kernel.visualisation.RemoteShuttleStatusString rsss)
Updates the Shuttle Data depending on the Information serialized in the String |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
int stretch
int load
int margin
int activity
int orders
int ID
boolean ismaster
RoutingData route
java.util.LinkedList accounting
| Constructor Detail |
public ShuttleDataHolder()
| Method Detail |
public void updateStatus(de.upb.swtpra.kernel.visualisation.RemoteShuttleStatusChanged rssc)
rssc - public void updateString(de.upb.swtpra.kernel.visualisation.RemoteShuttleStatusString rsss)
rsss - public int getActivity()
public int getID()
public boolean isIsmaster()
public int getLoad()
public int getMargin()
public int getOrders()
public int getStretch()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||