Package geneseo.cs.sc

Class Summary
LineDrawing Represents a drawing made up of one or more sets of connected line segments.
List Represents lists of arbitrary objects.
OrderedList Represents lists whose contents are ordered according to a "less than" relation.
OrderedTree Represents ordered binary trees containing arbitrary objects.
PhoneEntry Represents entries in a simple telephone directory, with each entry containing a person's name, address, and telephone number.
Queue Represents queues of arbitrary objects.
Robot Represents simple simulated robots.
RobotRoom Represents a room in which Science of Computing robots can move.
Stack Represents stacks of arbitrary objects.
WebPage Represents a Web page, i.e., a long string of text that (presumably) lives on a Web server somewhere and is identified by a URL.