Enum Class KMerResource

java.lang.Object
java.lang.Enum<KMerResource>
kmer.io.resource.KMerResource
All Implemented Interfaces:
Serializable, Comparable<KMerResource>, Constable

public enum KMerResource extends Enum<KMerResource>
Author:
Dennis Cosgrove
  • Enum Constant Details

    • SARS_COV_2_CDNA

      public static final KMerResource SARS_COV_2_CDNA
    • CHOLERAE_ORI_C

      public static final KMerResource CHOLERAE_ORI_C
    • MITOCHONDRION

      public static final KMerResource MITOCHONDRION
    • Y_CHROMOSOME_COMPLETE

      public static final KMerResource Y_CHROMOSOME_COMPLETE
    • Y_CHROMOSOME_TINY

      public static final KMerResource Y_CHROMOSOME_TINY
  • Method Details

    • values

      public static KMerResource[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static KMerResource valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getChromosomeResource

      protected ChromosomeResource getChromosomeResource()
    • getSubSequences

      public List<byte[]> getSubSequences()
    • getSolutionFile

      public File getSolutionFile(int k) throws IOException
      Throws:
      IOException
    • getSolution

      public KMerResults getSolution(int k)