com.sun.speech.freetts.en.us
Class PrefixFSM

java.lang.Object
  extended bycom.sun.speech.freetts.en.us.PronounceableFSM
      extended bycom.sun.speech.freetts.en.us.PrefixFSM

public class PrefixFSM
extends PronounceableFSM

Implements a finite state machine that checks if a given string is a prefix.


Field Summary
 
Fields inherited from class com.sun.speech.freetts.en.us.PronounceableFSM
scanFromFront, transitions, vocabularySize
 
Constructor Summary
PrefixFSM(java.net.URL url)
          Constructs a PrefixFSM.
 
Methods inherited from class com.sun.speech.freetts.en.us.PronounceableFSM
accept
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrefixFSM

public PrefixFSM(java.net.URL url)
          throws java.io.IOException
Constructs a PrefixFSM.