Package com.complexible.common.rdf.query.resultio
-
Interface Summary Interface Description PathQueryResultWriter Renders path query results as tuples. -
Class Summary Class Description AbstractDataExporterQueryResultWriter HTMLQueryResultWriter HTMLQueryResultWriter.HTMLQueryResultWriterFactory TextPathQueryResultWriter Renders path query results in a concise text syntax:(node1)-[var1=value1, var2=value2]->(node2)
.TextTablePathQueryResultWriter Renders path query results in a table where each row shows an edge and multiple paths are separated by an empty row.TextTableQueryResultWriter Implementation ofSelectQueryResultWriter
interface to output a nice looking text table with many customization options.TextTableQueryResultWriter.TextTableQueryResultWriterFactory