edu.uchsc.ccp.knowtator.xml
Class XMLImport

java.lang.Object
  extended by edu.uchsc.ccp.knowtator.xml.XMLImport

public class XMLImport
extends Object


Field Summary
static String XML_IMPORT_DIRECTORY
           
 
Constructor Summary
XMLImport()
           
 
Method Summary
static void readFromXML(Component parent, KnowledgeBase kb, KnowtatorProjectUtil kpu, TextSourceUtil textSourceUtil, AnnotationUtil annotationUtil, MentionUtil mentionUtil, FilterUtil filterUtil, Project project)
           
static void readFromXML(File xmlFile, KnowledgeBase kb, KnowtatorProjectUtil kpu, AnnotationUtil annotationUtil, FilterUtil filterUtil, MentionUtil mentionUtil, TextSourceUtil textSourceUtil)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

XML_IMPORT_DIRECTORY

public static final String XML_IMPORT_DIRECTORY
See Also:
Constant Field Values
Constructor Detail

XMLImport

public XMLImport()
Method Detail

readFromXML

public static void readFromXML(Component parent,
                               KnowledgeBase kb,
                               KnowtatorProjectUtil kpu,
                               TextSourceUtil textSourceUtil,
                               AnnotationUtil annotationUtil,
                               MentionUtil mentionUtil,
                               FilterUtil filterUtil,
                               Project project)

readFromXML

public static void readFromXML(File xmlFile,
                               KnowledgeBase kb,
                               KnowtatorProjectUtil kpu,
                               AnnotationUtil annotationUtil,
                               FilterUtil filterUtil,
                               MentionUtil mentionUtil,
                               TextSourceUtil textSourceUtil)
                        throws KnowtatorXMLException
Throws:
KnowtatorXMLException