Class PathsAsTupleQueryResult

  • All Implemented Interfaces:
    CloseableIterator<BindingSet>, QueryResult<BindingSet>, SelectQueryResult, java.lang.AutoCloseable, java.util.Iterator<BindingSet>

    public class PathsAsTupleQueryResult
    extends java.lang.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