agentland.games
Class GrammarChewer

java.lang.Object
  |
  +--agentland.games.GrammarChewer

public class GrammarChewer
extends Object


Constructor Summary
GrammarChewer()
           
 
Method Summary
 Vector chewup(String text)
           
 boolean littleWord(String word)
           
 boolean weirdWord(String word)
          Does word have any strange characters in it?
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GrammarChewer

public GrammarChewer()
Method Detail

littleWord

public boolean littleWord(String word)

weirdWord

public boolean weirdWord(String word)
Does word have any strange characters in it?

chewup

public Vector chewup(String text)