Uses of Package
edu.unm.cs.cs351.tdrl.f07.p2

Classes in edu.unm.cs.cs351.tdrl.f07.p2 used by edu.unm.cs.cs351.tdrl.f07.p2
CIT
          A Customer Information Token represents everything that Grell Computers knows about a specific customer's order.
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.
DiscrEventSimulator
          An interface representing the properties of the computer manufacturer discrete event simulation.
EmployeeType
          Represents the general kinds of employees that are available for Grell Computers to hire.
Findable
          Interface representing something that can be found by a key, rather than by priority or complete object identity.
OrderReceipt
          Representation of a receipt of an order.
World
          Objects of type World represent the "outside world" from which all customers and profit flow.
XRandom
          A small extension of java.util.Random, providing a couple of handy methods Random is missing.