Class BasicSortComponent

java.lang.Object
net.ontopia.topicmaps.query.impl.rdbms.BasicSortComponent
All Implemented Interfaces:
QueryComponentIF

public class BasicSortComponent extends Object implements QueryComponentIF
INTERNAL: Query component that is used to perform the sort operation for QueryMatches instances. The implementation calls impl.basic.QueryProcessor.sort(TologQuery, QueryMatches) and returns the input instance since sorting in this case is performed inline.