Class PrefixFSM


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

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

      • 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.
        Throws:
        java.io.IOException