Package unifeat.gui.menu.selectMode
Class SelectModeType
java.lang.Object
unifeat.featureSelection.EnumType
unifeat.gui.menu.selectMode.SelectModeType
This java class is used to define the names of select mode used in the result
- Author:
- Sina Tabakhi
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final SelectModeType
static final SelectModeType
static final SelectModeType
-
Method Summary
Modifier and TypeMethodDescriptionstatic String[]
asList()
Returns the names of select modestatic SelectModeType
Converts the select mode name to SelectModeType
-
Field Details
-
NONE
-
AVERAGE
-
TOTAL
-
-
Method Details
-
asList
Returns the names of select mode- Returns:
- an array of names of select mode
-
parse
Converts the select mode name to SelectModeType- Parameters:
type
- the name of select mode as string- Returns:
- the select mode type
-