Package sc.fiji.snt

Enum Class SNT.CostType

java.lang.Object
java.lang.Enum<SNT.CostType>
sc.fiji.snt.SNT.CostType
All Implemented Interfaces:
Serializable, Comparable<SNT.CostType>, java.lang.constant.Constable
Enclosing class:
SNT

public static enum SNT.CostType extends Enum<SNT.CostType>
  • Enum Constant Details

    • RECIPROCAL

      public static final SNT.CostType RECIPROCAL
    • DIFFERENCE

      public static final SNT.CostType DIFFERENCE
    • DIFFERENCE_SQUARED

      public static final SNT.CostType DIFFERENCE_SQUARED
    • PROBABILITY

      public static final SNT.CostType PROBABILITY
  • Method Details

    • values

      public static SNT.CostType[] 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 SNT.CostType 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
    • getDescription

      public String getDescription()
    • toString

      public String toString()
      Overrides:
      toString in class Enum<SNT.CostType>
    • fromString

      public static SNT.CostType fromString(String text)