|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectproject4.Chef
project4.ValueChef
public class ValueChef
| Field Summary |
|---|
| Fields inherited from class project4.Chef |
|---|
QUEUE_CHEF_TYPE, STACK_CHEF_TYPE, VALUE_CHEF_TYPE |
| Constructor Summary | |
|---|---|
ValueChef()
|
|
| Method Summary | |
|---|---|
project4.Order |
cookNextOrder(project4.OrderList orderList)
Cook next order by a ValueChef |
| Methods inherited from class project4.Chef |
|---|
getCreditScore, setBurgerJoint, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ValueChef()
| Method Detail |
|---|
public project4.Order cookNextOrder(project4.OrderList orderList)
throws project4.OrderList.NoOrderException
cookNextOrder in class project4.CheforderList - the order list for the chef to select an order to cook
project4.OrderList.NoOrderException - throw this when there are no orders in the
list to cook
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||