Package de.dfki.mycbr.io

Contains classes that handle import and export of relevant CBR application data.

See:
          Description

Class Summary
CSVImporter Imports instances from CSV files.
DataBaseImporter class to import a casebase from a postgres database
MyCBRImporter Imports myCBR files version 2.6.4 or higher.
XMLExporter Exports the given project using myCBR's internal XML format.
XMLImporter Imports myCBR's internal XML files.
 

Enum Summary
CSVImporter.CSVImportError  
DataBaseImporter.DataBaseImporterError  
 

Package de.dfki.mycbr.io Description

Contains classes that handle import and export of relevant CBR application data. XML is the internal format.
MyCBRImporter is used to import myCBR projects version 2.x and convert them into myCBR projects of the latest version.
The CSVImporter class can be used to import instances of a given concept given as CSV.

Since:
myCBR 3.0.0
Author:
myCBR Team