|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--PrettyPrint
The class `PrettyPrint' encapsulates the algorithm for generating textual descriptions of frames (particularly HLCs).
Constructor Summary | |
PrettyPrint(CaseLibrary prettyPrintCaseLibrary)
Constructs an instance of PrettyPrint with a given pretty-print case library. |
Method Summary | |
java.lang.String |
generateDescription(Frame HLC,
boolean tag)
Generates a natural language description for a given HLC. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PrettyPrint(CaseLibrary prettyPrintCaseLibrary)
prettyPrintCaseLibrary
- The pretty-print case library.Method Detail |
public java.lang.String generateDescription(Frame HLC, boolean tag)
HLC
- The frame representing the HLC.tag
- Whether to set the frame's description slot.
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |