tmlab / majortom

The MaJorToM ( Merging Topic Maps Engine ) project was founded to develop a lightweight, merging and flexible Topic Maps engine satisfying different business use cases. The engine provides a couple of new features above to other engines based on the Topic Maps API version 2.0.
1 stars 1 forks source link

Please add getTopics(offset, limit, comparator) #81

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Please add getTopic(offset, limit, comparator) to PagedTransitiveTypeIndex.

Original issue reported on code.google.com by Redx...@gmail.com on 7 Jan 2011 at 12:20

GoogleCodeExporter commented 9 years ago
what should this method do?

Original comment by Sven.Kro...@googlemail.com on 7 Jan 2011 at 12:27

GoogleCodeExporter commented 9 years ago
gimme back all topics of this topic map. paged.

Original comment by Redx...@gmail.com on 7 Jan 2011 at 12:29

GoogleCodeExporter commented 9 years ago
Okay, than you mean getTopics

This method may be add to a IPagedTopicMap

Original comment by Sven.Kro...@googlemail.com on 7 Jan 2011 at 12:37

GoogleCodeExporter commented 9 years ago

Original comment by Sven.Kro...@googlemail.com on 7 Jan 2011 at 12:37

GoogleCodeExporter commented 9 years ago

Original comment by Sven.Kro...@googlemail.com on 7 Jan 2011 at 12:38

GoogleCodeExporter commented 9 years ago
- new interface added @IPagedTopicMap with following 6 methods:

*List<Association>:getAssociations(int, int)*
*List<Association>:getAssociations(int, int, Comparator<Association>)*
*long:getNumberOfAssociations()*

*List<Topic>:getTopics(int, int)*
*List<Topic>:getTopics(int, int, Comparator<Topic>)*
*long:getNumberOfTopics()*

- new methods @IPagedConstructIndex

*List<Association>:getAssociations(int, int)*
*List<Association>:getAssociations(int, int, Comparator<Association>)*
*long:getNumberOfAssociations()*

*List<Topic>:getTopics(int, int)*
*List<Topic>:getTopics(int, int, Comparator<Topic>)*
*long:getNumberOfTopics()*

Original comment by Sven.Kro...@googlemail.com on 10 Jan 2011 at 8:08

GoogleCodeExporter commented 9 years ago

Original comment by Sven.Kro...@googlemail.com on 10 Jan 2011 at 12:38