public HybridSortedBagSort(){
super();
}
public HybridSortedBagSort(final lupos.sparql1_1.Node node){
super(new lupos.datastructures.smallerinmemorylargerondisk.SortedBagImplementation<Bindings>(new lupos.datastructures.sorteddata.SortedBagImplementation<Bindings>(new java.util.TreeMap<Bindings,ElementCounter<Bindings>>(new ComparatorAST(node)))), node);
}