|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectvub.starlab.RDFSParser.RDFSLexonExtractor

| Field Summary | |
protected java.util.Hashtable |
rdfNodes
|
| Constructor Summary | |
RDFSLexonExtractor()
/** Creates a new instance of RDFSLexonExtractor |
|
| Method Summary | |
java.util.Vector |
getLexons()
returns Vector of Lexons |
java.util.Hashtable |
getNodes()
returns Vector of RDF Nodes |
java.util.Vector |
getStatements()
returns Vector of RDF statements |
void |
setRDFDocument(java.io.File rdfFilePath)
sets the current rdf document to be parsed in order to retrieve lexons |
void |
setRDFDocument(java.lang.String rdfDocument)
sets the current rdf document to be parsed in order to retrieve lexons |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected java.util.Hashtable rdfNodes
| Constructor Detail |
public RDFSLexonExtractor()
| Method Detail |
public void setRDFDocument(java.lang.String rdfDocument)
throws java.io.IOException,
ParseException,
StatementHandlerException
setRDFDocument in interface LexonExtractorrdfDocument - - String - RDF document represented as Text (String)
java.io.IOException
ParseException
StatementHandlerException
public void setRDFDocument(java.io.File rdfFilePath)
throws java.io.IOException,
ParseException,
StatementHandlerException
setRDFDocument in interface LexonExtractorrdfFilePath - - File - RDF document
java.io.IOException
ParseException
StatementHandlerExceptionpublic java.util.Vector getStatements()
public java.util.Hashtable getNodes()
public java.util.Vector getLexons()
throws RDFDocumentIsNotSpecifiedException
getLexons in interface LexonExtractorRDFDocumentIsNotSpecifiedException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||