Package com.complexible.common.rdf.query.resultio
package com.complexible.common.rdf.query.resultio
-
ClassDescriptionRenders path query results as tuples.Renders path query results in a concise text syntax:
(node1)-[var1=value1, var2=value2]->(node2).Renders path query results in a table where each row shows an edge and multiple paths are separated by an empty row.Implementation ofSelectQueryResultWriterinterface to output a nice looking text table with many customization options.