de.lmu.ifi.dbs.elki.result
Class SelectionResult
java.lang.Object
de.lmu.ifi.dbs.elki.result.SelectionResult
- All Implemented Interfaces:
- Result
public class SelectionResult
- extends Object
- implements Result
Selection result wrapper.
Note: we did not make the DBIDSelection a result in itself. Instead, the
DBIDSelection object should be seen as static contents of this result.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
selection
DBIDSelection selection
- The actual selection
SelectionResult
public SelectionResult()
- Constructor.
getSelection
public DBIDSelection getSelection()
- Returns:
- the selection
setSelection
public void setSelection(DBIDSelection selection)
- Parameters:
selection
- the selection to set
getLongName
public String getLongName()
- Description copied from interface:
Result
- A "pretty" name for the result, for use in titles, captions and menus.
- Specified by:
getLongName
in interface Result
- Returns:
- result name
getShortName
public String getShortName()
- Description copied from interface:
Result
- A short name for the result, useful for file names.
- Specified by:
getShortName
in interface Result
- Returns:
- result name