edu.lehigh.swat.obione
Class SourceProcessor

java.lang.Object
  extended by edu.lehigh.swat.obione.KAON2AbstractConnection
      extended by edu.lehigh.swat.obione.SourceProcessor

public class SourceProcessor
extends KAON2AbstractConnection

Populates the MapKB by parsing peer maps and RelStatements

Author:
abirqasem

Field Summary
private  MapKB maps
           
private  java.util.Vector<java.lang.String> relDocList
           
 
Fields inherited from class edu.lehigh.swat.obione.KAON2AbstractConnection
m_connection
 
Constructor Summary
SourceProcessor(java.lang.String filename)
           
 
Method Summary
(package private)  MapKB getMaps()
          Getter for the Maps
static void main(java.lang.String[] args)
          Test module
 void parseRel()
           
 
Methods inherited from class edu.lehigh.swat.obione.KAON2AbstractConnection
createOntology, endConnection, loadOntology, makeConnection, showOntologyAxioms, showOntologyEntities
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

relDocList

private java.util.Vector<java.lang.String> relDocList

maps

private MapKB maps
Constructor Detail

SourceProcessor

public SourceProcessor(java.lang.String filename)
Method Detail

getMaps

MapKB getMaps()
Getter for the Maps

Returns:

parseRel

public void parseRel()
              throws org.semanticweb.kaon2.api.KAON2Exception,
                     java.lang.InterruptedException
Throws:
org.semanticweb.kaon2.api.KAON2Exception
java.lang.InterruptedException

main

public static void main(java.lang.String[] args)
Test module

Parameters:
args -