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, setHierarchy
private 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()
Result
public final java.lang.String getShortName()
Result
Copyright © 2019 ELKI Development Team. License information.