Class SentenceGenerator

java.lang.Object
  extended by SentenceGenerator

public class SentenceGenerator
extends Object

Class to generate sentences

Author:
Barb Ericson

Constructor Summary
SentenceGenerator()
           
 
Method Summary
 String generateRandomSentence()
          Method to generate a random sentence
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SentenceGenerator

public SentenceGenerator()
Method Detail

generateRandomSentence

public String generateRandomSentence()
Method to generate a random sentence

Returns:
a random sentence

main

public static void main(String[] args)