public class BasicResult extends AbstractHierarchicalResult
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
name
Result name, for presentation
|
private java.lang.String |
shortname
Result name, for output
|
| Constructor and Description |
|---|
BasicResult(java.lang.String name,
java.lang.String shortname)
Result constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLongName()
A "pretty" name for the result, for use in titles, captions and menus.
|
java.lang.String |
getShortName()
A short name for the result, useful for file names.
|
addChildResult, getHierarchy, setHierarchyprivate java.lang.String name
private java.lang.String shortname
public BasicResult(java.lang.String name,
java.lang.String shortname)
name - The long name (for pretty printing)shortname - the short name (for filenames etc.)public final java.lang.String getLongName()
Resultpublic final java.lang.String getShortName()
ResultCopyright © 2019 ELKI Development Team. License information.