Package edu.unm.cs.cs351.f10.tdrl.p2

Interface Summary
CIT<S> A Customer Information Token represents everything that Grell Computers knows about a specific customer's order.
DiscrEventSimulator<S> An interface representing the properties of the computer manufacturer discrete event simulation.
Findable<T> Interface representing something that can be found by a key, rather than by priority or complete object identity.
FindableQueue<S,T extends Comparable<T> & Findable<S>> A FindableQueue is a priority queue that additionally supports fast lookup/removal of elements by element key (via the Findable interface).
OrderReceipt<S> Representation of a receipt of an order.
World<S> Objects of type World represent the "outside world" from which all customers and profit flow.
 

Class Summary
XRandom A small extension of java.util.Random, providing a couple of handy methods Random is missing.
 

Enum Summary
ComputerOrder An Enum representing the general kinds of computers that could be ordered.
CustomerType Represents one of the broad categories of customers that shop at Grell Computers.
EmployeeType Represents the general kinds of employees that are available for Grell Computers to hire.