Class SuffixFSM


  • public class SuffixFSM
    extends PronounceableFSM
    Implements a finite state machine that checks if a given string is a suffix.
    • Constructor Summary

      Constructors 
      Constructor Description
      SuffixFSM​(java.net.URL url)
      Constructs a SuffixFSM.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SuffixFSM

        public SuffixFSM​(java.net.URL url)
                  throws java.io.IOException
        Constructs a SuffixFSM.
        Throws:
        java.io.IOException