A C E F G H I O R S W 

A

AbstractRDFReader - Class in org.aksw.rdfunit.io.reader
Skeleton abstract class for RDFReader
AbstractRDFReader() - Constructor for class org.aksw.rdfunit.io.reader.AbstractRDFReader
 
AbstractRDFWriter - Class in org.aksw.rdfunit.io.writer
Skeleton abstract class for RDFWriter
AbstractRDFWriter() - Constructor for class org.aksw.rdfunit.io.writer.AbstractRDFWriter
 

C

createDereferenceReader(String) - Static method in class org.aksw.rdfunit.io.reader.RDFReaderFactory
Generates a Dereference reader.
createFileOrDereferenceReader(String, String) - Static method in class org.aksw.rdfunit.io.reader.RDFReaderFactory
createFileOrDereferenceReader.
createFileOrResourceReader(String, String) - Static method in class org.aksw.rdfunit.io.reader.RDFReaderFactory
createFileOrResourceReader.
createHTML() - Static method in class org.aksw.rdfunit.io.format.SerialiazationFormatFactory
createHTML.
createJsonLD() - Static method in class org.aksw.rdfunit.io.format.SerialiazationFormatFactory
createJsonLD.
createN3() - Static method in class org.aksw.rdfunit.io.format.SerialiazationFormatFactory
createN3.
createNTriples() - Static method in class org.aksw.rdfunit.io.format.SerialiazationFormatFactory
createNTriples.
createRDFa() - Static method in class org.aksw.rdfunit.io.format.SerialiazationFormatFactory
createRDFa.
createRDFJson() - Static method in class org.aksw.rdfunit.io.format.SerialiazationFormatFactory
createRDFJson.
createRDFXMLAbbrevOut() - Static method in class org.aksw.rdfunit.io.format.SerialiazationFormatFactory
createRDFXMLAbbrevOut.
createRDFXMLIn() - Static method in class org.aksw.rdfunit.io.format.SerialiazationFormatFactory
createRDFXMLIn.
createRDFXMLOut() - Static method in class org.aksw.rdfunit.io.format.SerialiazationFormatFactory
createRDFXMLOut.
createReaderFromText(String, String) - Static method in class org.aksw.rdfunit.io.reader.RDFReaderFactory
createReaderFromText.
createResourceReader(String) - Static method in class org.aksw.rdfunit.io.reader.RDFReaderFactory
createResourceReader.
createTurtle() - Static method in class org.aksw.rdfunit.io.format.SerialiazationFormatFactory
createTurtle.

E

equals(Object) - Method in class org.aksw.rdfunit.io.format.SerializationFormat

F

FormatService - Class in org.aksw.rdfunit.io.format
FormatService class.

G

getAllFormats() - Static method in class org.aksw.rdfunit.io.format.SerialiazationFormatFactory
Returns a list with all the defined serialization formats
getExtension() - Method in class org.aksw.rdfunit.io.format.SerializationFormat
Gets the serialization extension.
getFormatFromExtension(String) - Static method in class org.aksw.rdfunit.io.reader.RDFStreamReader
getFormatFromExtension.
getHeaderType() - Method in class org.aksw.rdfunit.io.format.SerializationFormat
Gets the serialization mimetype
getInputFormat(String) - Static method in class org.aksw.rdfunit.io.format.FormatService
returns an input FormatType for a given name
getModelFromQueryFactory(QueryExecutionFactory) - Static method in class org.aksw.rdfunit.io.IOUtils
getModelFromQueryFactory.
getName() - Method in class org.aksw.rdfunit.io.format.SerializationFormat
Gets the default serialization name.
getOutputFormat(String) - Static method in class org.aksw.rdfunit.io.format.FormatService
returns an output FormatType for a given name
getOutputStreamFromFilename(String) - Static method in class org.aksw.rdfunit.io.writer.RDFStreamWriter
getOutputStreamFromFilename.
getUriSize(String) - Static method in class org.aksw.rdfunit.io.reader.RDFDereferenceLimitReader
Calculates the size of the remote resource taken from http://stackoverflow.com/a/7673089

H

hashCode() - Method in class org.aksw.rdfunit.io.format.SerializationFormat

I

IOUtils - Class in org.aksw.rdfunit.io
Description
isAcceptedAsInput(String) - Method in class org.aksw.rdfunit.io.format.SerializationFormat
Checks if this format is an input format (or input and output) and matches one of the synonyms
isAcceptedAsOutput(String) - Method in class org.aksw.rdfunit.io.format.SerializationFormat
Checks if this format is an output format (or input and output) and matches one of the synonyms
isURI(String) - Static method in class org.aksw.rdfunit.io.IOUtils
isURI.

O

org.aksw.rdfunit.io - package org.aksw.rdfunit.io
 
org.aksw.rdfunit.io.format - package org.aksw.rdfunit.io.format
 
org.aksw.rdfunit.io.reader - package org.aksw.rdfunit.io.reader
 
org.aksw.rdfunit.io.writer - package org.aksw.rdfunit.io.writer
 

R

RDFaReader - Class in org.aksw.rdfunit.io.reader
Creates an RDFa reader by using the http://semarglproject.org/ library
RDFaReader(String) - Constructor for class org.aksw.rdfunit.io.reader.RDFaReader
Constructor for RDFaReader.
RDFDereferenceLimitReader - Class in org.aksw.rdfunit.io.reader
Checks the size of the remote location and continues only if it is below a certain limit If the size cannot be determined, strict determines what to do
RDFDereferenceLimitReader(String, long) - Constructor for class org.aksw.rdfunit.io.reader.RDFDereferenceLimitReader
Instantiates a new RDF dereference limit reader.
RDFDereferenceLimitReader(String, long, boolean) - Constructor for class org.aksw.rdfunit.io.reader.RDFDereferenceLimitReader
Instantiates a new RDF dereference limit reader.
RDFDereferenceReader - Class in org.aksw.rdfunit.io.reader
RDFDereferenceReader class.
RDFDereferenceReader(String) - Constructor for class org.aksw.rdfunit.io.reader.RDFDereferenceReader
Constructor for RDFDereferenceReader.
RDFFileWriter - Class in org.aksw.rdfunit.io.writer
RDFFileWriter class.
RDFFileWriter(String) - Constructor for class org.aksw.rdfunit.io.writer.RDFFileWriter
Constructor for RDFFileWriter.
RDFFileWriter(String, String) - Constructor for class org.aksw.rdfunit.io.writer.RDFFileWriter
Constructor for RDFFileWriter.
RDFFileWriter(String, boolean) - Constructor for class org.aksw.rdfunit.io.writer.RDFFileWriter
Constructor for RDFFileWriter.
RDFFileWriter(String, String, boolean, boolean, boolean) - Constructor for class org.aksw.rdfunit.io.writer.RDFFileWriter
Constructor for RDFFileWriter.
RDFFirstSuccessReader - Class in org.aksw.rdfunit.io.reader
RDFFirstSuccessReader class.
RDFFirstSuccessReader(Collection<RDFReader>) - Constructor for class org.aksw.rdfunit.io.reader.RDFFirstSuccessReader
Constructor for RDFFirstSuccessReader.
RDFModelReader - Class in org.aksw.rdfunit.io.reader
RDFModelReader class.
RDFModelReader(Model) - Constructor for class org.aksw.rdfunit.io.reader.RDFModelReader
Constructor for RDFModelReader.
RDFMultipleReader - Class in org.aksw.rdfunit.io.reader
RDFMultipleReader class.
RDFMultipleReader(Collection<RDFReader>) - Constructor for class org.aksw.rdfunit.io.reader.RDFMultipleReader
Constructor for RDFMultipleReader.
RDFMultipleWriter - Class in org.aksw.rdfunit.io.writer
RDFMultipleWriter class.
RDFMultipleWriter(Collection<RDFWriter>) - Constructor for class org.aksw.rdfunit.io.writer.RDFMultipleWriter
Constructor for RDFMultipleWriter.
RDFReadAndCacheReader - Class in org.aksw.rdfunit.io.reader
RDFReadAndCacheReader class.
RDFReadAndCacheReader(RDFReader, RDFWriter) - Constructor for class org.aksw.rdfunit.io.reader.RDFReadAndCacheReader
Constructor for RDFReadAndCacheReader.
RDFReader - Interface in org.aksw.rdfunit.io.reader
Triple reader interface
RDFReaderException - Exception in org.aksw.rdfunit.io.reader
RDFReaderException class.
RDFReaderException() - Constructor for exception org.aksw.rdfunit.io.reader.RDFReaderException
Constructor for RDFReaderException.
RDFReaderException(String, Throwable) - Constructor for exception org.aksw.rdfunit.io.reader.RDFReaderException
Constructor for RDFReaderException.
RDFReaderException(String) - Constructor for exception org.aksw.rdfunit.io.reader.RDFReaderException
Constructor for RDFReaderException.
RDFReaderException(Throwable) - Constructor for exception org.aksw.rdfunit.io.reader.RDFReaderException
Constructor for RDFReaderException.
RDFReaderException(Exception) - Constructor for exception org.aksw.rdfunit.io.reader.RDFReaderException
Constructor for RDFReaderException.
RDFReaderFactory - Class in org.aksw.rdfunit.io.reader
RDFReaderFactory class.
RDFSPARQLReader - Class in org.aksw.rdfunit.io.reader
RDFSPARQLReader class.
RDFSPARQLReader(String, String) - Constructor for class org.aksw.rdfunit.io.reader.RDFSPARQLReader
Constructor for RDFSPARQLReader.
RDFSPARULWriter - Class in org.aksw.rdfunit.io.writer
RDFSPARULWriter class.
RDFSPARULWriter() - Constructor for class org.aksw.rdfunit.io.writer.RDFSPARULWriter
 
RDFStreamReader - Class in org.aksw.rdfunit.io.reader
RDFStreamReader class.
RDFStreamReader(String) - Constructor for class org.aksw.rdfunit.io.reader.RDFStreamReader
Constructor for RDFStreamReader.
RDFStreamReader(String, String) - Constructor for class org.aksw.rdfunit.io.reader.RDFStreamReader
Constructor for RDFStreamReader.
RDFStreamReader(InputStream, String) - Constructor for class org.aksw.rdfunit.io.reader.RDFStreamReader
Constructor for RDFStreamReader.
RDFStreamWriter - Class in org.aksw.rdfunit.io.writer
RDFStreamWriter class.
RDFStreamWriter(OutputStream, String) - Constructor for class org.aksw.rdfunit.io.writer.RDFStreamWriter
Constructor for RDFStreamWriter.
RDFStreamWriter(OutputStream) - Constructor for class org.aksw.rdfunit.io.writer.RDFStreamWriter
Constructor for RDFStreamWriter.
RDFWriter - Interface in org.aksw.rdfunit.io.writer
Triple writer interface
RDFWriterException - Exception in org.aksw.rdfunit.io.writer
RDFWriterException class.
RDFWriterException() - Constructor for exception org.aksw.rdfunit.io.writer.RDFWriterException
Constructor for RDFWriterException.
RDFWriterException(String, Throwable) - Constructor for exception org.aksw.rdfunit.io.writer.RDFWriterException
Constructor for RDFWriterException.
RDFWriterException(String) - Constructor for exception org.aksw.rdfunit.io.writer.RDFWriterException
Constructor for RDFWriterException.
RDFWriterException(Throwable) - Constructor for exception org.aksw.rdfunit.io.writer.RDFWriterException
Constructor for RDFWriterException.
RDFWriterException(Exception) - Constructor for exception org.aksw.rdfunit.io.writer.RDFWriterException
Constructor for RDFWriterException.
read() - Method in class org.aksw.rdfunit.io.reader.AbstractRDFReader
 
read(Model) - Method in class org.aksw.rdfunit.io.reader.RDFaReader
Reads RDF and writes the data in the Model provided by the user
read(Model) - Method in class org.aksw.rdfunit.io.reader.RDFDereferenceLimitReader
Reads RDF and writes the data in the Model provided by the user
read(Model) - Method in class org.aksw.rdfunit.io.reader.RDFDereferenceReader
Reads RDF and writes the data in the Model provided by the user
read(Model) - Method in class org.aksw.rdfunit.io.reader.RDFFirstSuccessReader
Reads RDF and writes the data in the Model provided by the user
read() - Method in class org.aksw.rdfunit.io.reader.RDFModelReader
 
read(Model) - Method in class org.aksw.rdfunit.io.reader.RDFModelReader
Reads RDF and writes the data in the Model provided by the user
read(Model) - Method in class org.aksw.rdfunit.io.reader.RDFMultipleReader
Reads RDF and writes the data in the Model provided by the user
read(Model) - Method in class org.aksw.rdfunit.io.reader.RDFReadAndCacheReader
Reads RDF and writes the data in the Model provided by the user
read() - Method in interface org.aksw.rdfunit.io.reader.RDFReader
Reads RDF and returns a Model
read(Model) - Method in interface org.aksw.rdfunit.io.reader.RDFReader
Reads RDF and writes the data in the Model provided by the user
read(Model) - Method in class org.aksw.rdfunit.io.reader.RDFSPARQLReader
Reads RDF and writes the data in the Model provided by the user
read(Model) - Method in class org.aksw.rdfunit.io.reader.RDFStreamReader
Reads RDF and writes the data in the Model provided by the user

S

SerialiazationFormatFactory - Class in org.aksw.rdfunit.io.format
SerialiazationFormatFactory class.
SerializationFormat - Class in org.aksw.rdfunit.io.format
Holds a format serialization description
SerializationFormat(String, SerializationFormatType, String, String) - Constructor for class org.aksw.rdfunit.io.format.SerializationFormat
Constructor
SerializationFormat(String, SerializationFormatType, String, String, Set<String>) - Constructor for class org.aksw.rdfunit.io.format.SerializationFormat
Constructor

W

write(Model) - Method in class org.aksw.rdfunit.io.writer.AbstractRDFWriter
 
write(QueryExecutionFactory) - Method in class org.aksw.rdfunit.io.writer.RDFFileWriter
abstract class that writes a QueryExecutionFactory to a destination
write(QueryExecutionFactory) - Method in class org.aksw.rdfunit.io.writer.RDFMultipleWriter
abstract class that writes a QueryExecutionFactory to a destination
write(QueryExecutionFactory) - Method in class org.aksw.rdfunit.io.writer.RDFSPARULWriter
abstract class that writes a QueryExecutionFactory to a destination
write(QueryExecutionFactory) - Method in class org.aksw.rdfunit.io.writer.RDFStreamWriter
abstract class that writes a QueryExecutionFactory to a destination
write(Model) - Method in interface org.aksw.rdfunit.io.writer.RDFWriter
Writes a model into a destination.
write(QueryExecutionFactory) - Method in interface org.aksw.rdfunit.io.writer.RDFWriter
abstract class that writes a QueryExecutionFactory to a destination
A C E F G H I O R S W 

Copyright © 2015. All rights reserved.