public class AnalystReport
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
EIGHT_SPAN
Used as a col-span.
|
static int |
FIVE_SPAN
Used as a col-span.
|
| Constructor and Description |
|---|
AnalystReport(EncogAnalyst theAnalyst)
Construct the report.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
produceReport()
Produce the report.
|
void |
produceReport(java.io.File filename)
Produce a report for a filename.
|
public static final int FIVE_SPAN
public static final int EIGHT_SPAN
public AnalystReport(EncogAnalyst theAnalyst)
theAnalyst - The analyst to use.