
| Modifier and Type | Field and Description | 
|---|---|
| (package private) DBIDSelection | selectionThe actual selection | 
| Constructor and Description | 
|---|
| SelectionResult()Constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getLongName()A "pretty" name for the result, for use in titles, captions and menus. | 
| DBIDSelection | getSelection() | 
| String | getShortName()A short name for the result, useful for file names. | 
| void | setSelection(DBIDSelection selection) | 
DBIDSelection selection
public DBIDSelection getSelection()
public void setSelection(DBIDSelection selection)
selection - the selection to setpublic String getLongName()
ResultgetLongName in interface Resultpublic String getShortName()
ResultgetShortName in interface Result