Class PathsAsTupleQueryResult

java.lang.Object
com.complexible.common.rdf.query.PathsAsTupleQueryResult
All Implemented Interfaces:
CloseableIterator<BindingSet>, QueryResult<BindingSet>, SelectQueryResult, AutoCloseable, Iterator<BindingSet>

public class PathsAsTupleQueryResult extends Object implements SelectQueryResult
Represents a result set of a path query as tuples. Each edge is a set of tuples (solutions). Paths are separated by special tuple delimiters in which the start and the end variables are unbound.
Since:
5.0.4
Version:
6.0
Author:
Pavel Klinov