Enum DefaultExtensions.Linkkey

java.lang.Object
java.lang.Enum<DefaultExtensions.Linkkey>
de.uni_mannheim.informatik.dws.melt.yet_another_alignment_api.DefaultExtensions.Linkkey
All Implemented Interfaces:
Serializable, Comparable<DefaultExtensions.Linkkey>, java.lang.constant.Constable
Enclosing class:
DefaultExtensions

public static enum DefaultExtensions.Linkkey extends Enum<DefaultExtensions.Linkkey>
Linkkey Extensions
  • Enum Constant Details

    • TYPE

      public static final DefaultExtensions.Linkkey TYPE
      STRING describes the type of linkkey when extracted (weak/strong/plain).
    • RRECALL

      public static final DefaultExtensions.Linkkey RRECALL
      PERCENTAGE of links in a sample, which are generated by the linkkey (relative recall).
    • RPRECISION

      public static final DefaultExtensions.Linkkey RPRECISION
      PERCENTAGE of links generated by the linkkey, which are in a sample (relative precision).
    • COVERAGE

      public static final DefaultExtensions.Linkkey COVERAGE
      PERCENTAGE of one-to-one links generated by the linkkey on a particular dataset.
    • DISCRIMINABILITY

      public static final DefaultExtensions.Linkkey DISCRIMINABILITY
      PERCENTAGE of instances which are linked by this linkkey on a particular dataset.
  • Field Details

  • Constructor Details

    • Linkkey

      private Linkkey()
  • Method Details

    • values

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

      public static DefaultExtensions.Linkkey valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null
    • toString

      public String toString()
      Overrides:
      toString in class Enum<DefaultExtensions.Linkkey>