|
|
|||||||||||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||||||||||
java.lang.Objectde.lmu.ifi.dbs.elki.utilities.Description
public class Description
Class to provide a description wrapper for CLI information concerning an algorithm.
| Field Summary | |
|---|---|
private static int[] |
columns
Width of columns. |
private static String |
indent
Indent for printing. |
private String |
longTitle
Long title of an algorithm. |
static String |
NEWLINE
Newline String according to the system. |
private static PrettyPrinter |
prettyPrinter
A PrettyPrinter for the defined columns. |
private String |
purpose
A description of the purpose of an algorithm. |
private String |
reference
A reference how to cite an algorithm. |
private String |
shortTitle
Short title of an algorithm. |
| Constructor Summary | |
|---|---|
Description(String shortTitle,
String longTitle,
String purposeAndDescription,
String reference)
Wrapper to provide a description wrapper for CLI information concerning an algorithm. |
|
| Method Summary | |
|---|---|
String |
getShortTitle()
Returns the short title of this description. |
String |
toString()
Returns a String for printing the description. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String NEWLINE
private String shortTitle
private String longTitle
private String purpose
private String reference
private static String indent
private static int[] columns
private static PrettyPrinter prettyPrinter
| Constructor Detail |
|---|
public Description(String shortTitle,
String longTitle,
String purposeAndDescription,
String reference)
shortTitle - a short title for the algorithmlongTitle - a long title for the algorithmpurposeAndDescription - a description of purpose and functionality of the algorithmreference - a reference to literature to be cited when using this algorithm| Method Detail |
|---|
public String toString()
toString in class ObjectObject.toString()public String getShortTitle()
|
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||||