|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--org.gjt.universe.Order
|
+--org.gjt.universe.scheme001.OrderStation1_001
| Constructor Summary | |
OrderStation1_001()
|
|
| Method Summary | |
void |
atPosition(int i)
This method handles anything that needs to be done when the order is at a specific position int a queue. |
void |
delete()
|
int |
getEstimatedTimeOfCompletion()
|
Index |
getKey()
|
float |
getPercentageCompletion()
|
boolean |
process()
This method processes the appropriate order. |
void |
submit()
|
| Methods inherited from class org.gjt.universe.Order |
getName |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public OrderStation1_001()
| Method Detail |
public boolean process()
Order
process in class Orderpublic Index getKey()
getKey in class Orderpublic int getEstimatedTimeOfCompletion()
getEstimatedTimeOfCompletion in class Orderpublic float getPercentageCompletion()
getPercentageCompletion in class Orderpublic void atPosition(int i)
Order
atPosition in class Orderpublic void submit()
submit in class Orderpublic void delete()
delete in class Order
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||