public abstract class Exporter
extends java.lang.Object
Exporter
Abstract class that contains the methods to export a file with KEEL format to other different formats.| Constructor and Description |
|---|
Exporter() |
| Modifier and Type | Method and Description |
|---|---|
void |
Start(java.lang.String pathnameInput)
This method reads the data stored in KEEL format file and initializes all
the structures needed to export the data to other formats.
|
public void Start(java.lang.String pathnameInput)
throws java.lang.Exception
pathnameInput - KEEL file path to read.java.lang.Exception - if the file can not be read.