public class TPTPutil
extends java.lang.Object
Constructor and Description |
---|
TPTPutil() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
htmlTPTPFormat(Formula f,
java.lang.String hyperlink,
boolean traditionalLogic)
Format a formula for either text or HTML presentation by inserting
the proper hyperlink code, characters for indentation and end of line.
|
static void |
main(java.lang.String[] args) |
public static java.lang.String htmlTPTPFormat(Formula f, java.lang.String hyperlink, boolean traditionalLogic)
hyperlink
- - the URL to be referenced to a hyperlinked term.indentChars
- - the proper characters for indenting text.eolChars
- - the proper character for end of line.public static void main(java.lang.String[] args)