Class SupportSystem

java.lang.Object
  extended by SupportSystem

public class SupportSystem
extends java.lang.Object

This class implements a technical support system. It is the top level class in this project. The support system communicates via text input/output in the text terminal. This class uses an object of class InputReader to read input from the user, and an object of class Responder to generate responses. It contains a loop that repeatedly reads input and generates output until the users wants to leave.

Version:
1.0
Author:
Michael Kolling and David J. Barnes

Constructor Summary
SupportSystem()
          Creates a technical support system.
 
Method Summary
 void start()
          Start the technical support system.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SupportSystem

public SupportSystem()
Creates a technical support system.

Method Detail

start

public void start()
Start the technical support system. This will print a welcome message and enter into a dialog with the user, until the user ends the dialog.