abstract class EvalSheet.DataPrinter extends Object
Modifier and Type | Field and Description |
---|---|
(package private) File |
output_file |
Constructor and Description |
---|
DataPrinter(File f) |
Modifier and Type | Method and Description |
---|---|
(package private) abstract boolean |
close() |
(package private) abstract String |
getTitle() |
(package private) abstract boolean |
open() |
(package private) abstract boolean |
print_data(File file,
int level) |
(package private) abstract boolean |
print_postfix(File file,
int level) |
(package private) abstract boolean |
print_prefix(File file,
int level) |
File output_file
DataPrinter(File f)
abstract String getTitle()
abstract boolean open() throws FileNotFoundException, UnsupportedEncodingException
abstract boolean close()
abstract boolean print_prefix(File file, int level)
abstract boolean print_postfix(File file, int level)
abstract boolean print_data(File file, int level)
EDB Working Group at Tue Jun 10 17:08:59 JST 2025