Interface Sort


public interface Sort
  • Method Summary

    Modifier and Type
    Method
    Description
    nz.org.riskscape.problem.ResultOrProblems<nz.org.riskscape.engine.relation.TupleIterator>
    sortedIterator(nz.org.riskscape.engine.types.Struct type, nz.org.riskscape.engine.relation.TupleIterator toSort, nz.org.riskscape.engine.sort.SortBy sortBys)
     
    nz.org.riskscape.problem.ResultOrProblems<nz.org.riskscape.engine.relation.Relation>
    sortedRelation(nz.org.riskscape.engine.relation.Relation toSort, nz.org.riskscape.engine.sort.SortBy sortBys)
     
  • Method Details

    • sortedRelation

      nz.org.riskscape.problem.ResultOrProblems<nz.org.riskscape.engine.relation.Relation> sortedRelation(nz.org.riskscape.engine.relation.Relation toSort, nz.org.riskscape.engine.sort.SortBy sortBys)
    • sortedIterator

      nz.org.riskscape.problem.ResultOrProblems<nz.org.riskscape.engine.relation.TupleIterator> sortedIterator(nz.org.riskscape.engine.types.Struct type, nz.org.riskscape.engine.relation.TupleIterator toSort, nz.org.riskscape.engine.sort.SortBy sortBys)