
public class BasicResult extends AbstractHierarchicalResult
| Modifier and Type | Field and Description | 
|---|---|
private String | 
name
Result name, for presentation 
 | 
private String | 
shortname
Result name, for output 
 | 
| Constructor and Description | 
|---|
BasicResult(String name,
           String shortname)
Result constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getLongName()
A "pretty" name for the result, for use in titles, captions and menus. 
 | 
String | 
getShortName()
A short name for the result, useful for file names. 
 | 
addChildResult, getHierarchy, setHierarchyprivate String name
private String shortname