Package eu.larkc.core.data.util

LarKC Data Layer API utility class

See:
          Description

Class Summary
LoggingOutputStream An OutputStream that stores each line after a flush().
SetOfStatementsMerger SetOfStatementsMerger is an utility class to merge arbitrary sets of RDF data and to package them as LabelledGroupOfStatements that could be passed by value.
SPARQLQueryExecutor SPARQLQueryExecutor is an utility class to execute SPARQL queries over arbitrary RDF data.
 

Package eu.larkc.core.data.util Description

LarKC Data Layer API utility class

The functionality placed in this package is considered as tightly coupled with LarKC Data Layer API, but because its very expressive power which may result considerable CPU and IO time consumption it was left outside of the main API.