Class AlphabetFactory


  • public class AlphabetFactory
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      AlphabetFactory()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Alphabet alphabetOfSize​(int n)
      Create a dummy alphabet with n dimensions
      static LabelAlphabet labelAlphabetOfSize​(int n)
      Create a dummy label alphabet with n dimensions
      static Alphabet loadFromFile​(java.io.File alphabetFile)
      Load an alphabet from a file, one item per line
      • Methods inherited from class java.lang.Object

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

      • AlphabetFactory

        public AlphabetFactory()
    • Method Detail

      • alphabetOfSize

        public static Alphabet alphabetOfSize​(int n)
        Create a dummy alphabet with n dimensions
      • labelAlphabetOfSize

        public static LabelAlphabet labelAlphabetOfSize​(int n)
        Create a dummy label alphabet with n dimensions
      • loadFromFile

        public static Alphabet loadFromFile​(java.io.File alphabetFile)
                                     throws java.io.IOException
        Load an alphabet from a file, one item per line
        Throws:
        java.io.IOException