public class RDFBlueprintsHandler extends Object implements org.openrdf.rio.RDFHandler, Iterator<FaunusElement>
| Constructor and Description |
|---|
RDFBlueprintsHandler(ModifiableHadoopConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
void |
endRDF() |
void |
handleComment(String s) |
void |
handleNamespace(String s,
String s1) |
void |
handleStatement(org.openrdf.model.Statement s) |
boolean |
hasNext() |
FaunusElement |
next() |
boolean |
parse(String string) |
String |
postProcess(org.openrdf.model.Value resource) |
void |
remove() |
void |
startRDF() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic RDFBlueprintsHandler(ModifiableHadoopConfiguration configuration) throws IOException
IOExceptionpublic void startRDF()
throws org.openrdf.rio.RDFHandlerException
startRDF in interface org.openrdf.rio.RDFHandlerorg.openrdf.rio.RDFHandlerExceptionpublic void endRDF()
throws org.openrdf.rio.RDFHandlerException
endRDF in interface org.openrdf.rio.RDFHandlerorg.openrdf.rio.RDFHandlerExceptionpublic void handleNamespace(String s, String s1) throws org.openrdf.rio.RDFHandlerException
handleNamespace in interface org.openrdf.rio.RDFHandlerorg.openrdf.rio.RDFHandlerExceptionpublic String postProcess(org.openrdf.model.Value resource)
public void handleStatement(org.openrdf.model.Statement s)
throws org.openrdf.rio.RDFHandlerException
handleStatement in interface org.openrdf.rio.RDFHandlerorg.openrdf.rio.RDFHandlerExceptionpublic void handleComment(String s) throws org.openrdf.rio.RDFHandlerException
handleComment in interface org.openrdf.rio.RDFHandlerorg.openrdf.rio.RDFHandlerExceptionpublic boolean parse(String string) throws IOException
IOExceptionpublic FaunusElement next()
next in interface Iterator<FaunusElement>public boolean hasNext()
hasNext in interface Iterator<FaunusElement>public void remove()
remove in interface Iterator<FaunusElement>Copyright © 2012–2016. All rights reserved.