Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

de.lmu.ifi.dbs.elki.result
Class SettingsResult

java.lang.Object
  extended by de.lmu.ifi.dbs.elki.result.SettingsResult
All Implemented Interfaces:
Result

public class SettingsResult
extends Object
implements Result

Result that keeps track of settings that were used in generating this particular result.

Author:
Erich Schubert

Field Summary
(package private)  Collection<Pair<Object,Parameter<?,?>>> settings
          Settings storage.
 
Constructor Summary
SettingsResult(Collection<Pair<Object,Parameter<?,?>>> settings)
          Constructor.
 
Method Summary
 String getName()
          Get a user-understandable name for this result.
 Collection<Pair<Object,Parameter<?,?>>> getSettings()
          Get the settings
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

settings

Collection<Pair<Object,Parameter<?,?>>> settings
Settings storage.

Constructor Detail

SettingsResult

public SettingsResult(Collection<Pair<Object,Parameter<?,?>>> settings)
Constructor.

Parameters:
settings - Settings to store
Method Detail

getSettings

public Collection<Pair<Object,Parameter<?,?>>> getSettings()
Get the settings

Returns:
the settings

getName

public String getName()
Description copied from interface: Result
Get a user-understandable name for this result. Defaults may be returned such as "list" for a list result.

Specified by:
getName in interface Result
Returns:
result name

Release 0.3 (2010-03-31_1612)