Package ca.phon.cvseq

Enum Class CVSeqType

java.lang.Object
java.lang.Enum<CVSeqType>
ca.phon.cvseq.CVSeqType
All Implemented Interfaces:
Serializable, Comparable<CVSeqType>, Constable

public enum CVSeqType extends Enum<CVSeqType>
  • Enum Constant Details

    • Consonant

      public static final CVSeqType Consonant
    • Glide

      public static final CVSeqType Glide
    • Vowel

      public static final CVSeqType Vowel
    • DontCare

      public static final CVSeqType DontCare
    • DontCareExceptIfWordBoundary

      public static final CVSeqType DontCareExceptIfWordBoundary
    • WordBoundary

      public static final CVSeqType WordBoundary
  • Field Details

    • images

      public static final char[] images
  • Method Details

    • values

      public static CVSeqType[] 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 CVSeqType 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
    • getImage

      public static char getImage(CVSeqType type)
    • getImage

      public char getImage()
    • matcherFromImage

      public static CVSeqType matcherFromImage(char img, boolean ignoreCase)
    • matches

      public boolean matches(CVSeqType m)
    • toCVSeqMatcherList

      public static List<CVSeqType> toCVSeqMatcherList(String txt)