|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Interface of an order container.
| Method Summary | |
void |
add(ExtendedOrder eo)
Adds a new ExtendedOrder to the collection |
ExtendedOrder |
get(int id)
Get an ExtendedOrder from the collection which is identified by it's id attribute |
ExtendedOrder |
get(de.upb.swtpra.kernel.id.OrderID id)
Get an ExtendedOrder from the collection which is identified by it's id attribute |
java.util.Iterator |
iterator()
|
void |
remove(de.upb.swtpra.kernel.id.OrderID id)
Removes an ExtendedOrder from the collection which is identified by it's id attribute |
java.lang.String |
toPickabackString()
Iterates through all ExtendedOrders and generates a PickabackString (e.g. |
| Method Detail |
public void add(ExtendedOrder eo)
eo - The ExtendOrder to addpublic ExtendedOrder get(de.upb.swtpra.kernel.id.OrderID id)
id - The identification attribute of the ExtendedOrder
public ExtendedOrder get(int id)
id - The identification attribute of the ExtendedOrder
public void remove(de.upb.swtpra.kernel.id.OrderID id)
id - The identification attribute of the ExtendedOrderpublic java.util.Iterator iterator()
ExtendedOrderspublic java.lang.String toPickabackString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||