Class SelectModeType

java.lang.Object
unifeat.featureSelection.EnumType
unifeat.gui.menu.selectMode.SelectModeType

public class SelectModeType extends EnumType
This java class is used to define the names of select mode used in the result
Author:
Sina Tabakhi
See Also:
  • Field Details

  • Method Details

    • asList

      public static String[] asList()
      Returns the names of select mode
      Returns:
      an array of names of select mode
    • parse

      public static SelectModeType parse(String type)
      Converts the select mode name to SelectModeType
      Parameters:
      type - the name of select mode as string
      Returns:
      the select mode type