edu.udo.cs.miningmart.gui.util
Class CaseImporter

java.lang.Object
  extended byedu.udo.cs.miningmart.gui.util.CaseImporter

public class CaseImporter
extends java.lang.Object

this class is used to import a case. The case must be exported with the class CaseExporter to ensure the right ordering of elements in the file. First element must be a case, then everything concerning the concept level and then everything concerning the chain level. In every level an ordering top down is a must.

Version:
$Id: CaseImporter.java,v 1.3 2006/04/11 14:10:18 euler Exp $
Author:
Martin Scholz, Daniel Hakenjos

Constructor Summary
CaseImporter(MiningMartApplication parent)
           
 
Method Summary
 boolean importCase()
           
 void init()
          Selects the path and filename and opens the output stream
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CaseImporter

public CaseImporter(MiningMartApplication parent)
Method Detail

init

public void init()
Selects the path and filename and opens the output stream


importCase

public boolean importCase()
                   throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2001-2005