java.lang.Object
java.lang.Enum<KGvec2goDatasets>
de.uni_mannheim.informatik.dws.melt.matching_ml.kgvec2go.KGvec2goDatasets
All Implemented Interfaces:
Serializable, Comparable<KGvec2goDatasets>, java.lang.constant.Constable

public enum KGvec2goDatasets extends Enum<KGvec2goDatasets>
The available datasets on KGvec2go.
  • Enum Constant Details

  • Constructor Details

    • KGvec2goDatasets

      private KGvec2goDatasets()
  • Method Details

    • values

      public static KGvec2goDatasets[] 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 KGvec2goDatasets 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
    • isValidString

      public static boolean isValidString(String datasetString)
      Check whether the specified string describes a valid data set.
      Parameters:
      datasetString - The string to be checked.
      Returns:
      True if valid, else false.