Task #2149
Mis à jour par Sebastien Jacquot il y a presque 7 ans
Implement CorporaView results sorting.
Create the TXMResult comparators to sort and display the result node.
Location: org.txm.core.results.comparators
* numeric on getWeight()
* alphanumeric on getSimpleName() (this method is used to display the node label)
* alphanumeric on getType() or Class.getName() but it should be better to make the effort to define getType() methods that returns a localized string representation of the result/object (eg. CA => AFC)
* other? + combination of these ones
* see if we need to have different behaviors for TXMObject than for TXMResult
Create the TXMResult comparators to sort and display the result node.
Location: org.txm.core.results.comparators
* numeric on getWeight()
* alphanumeric on getSimpleName() (this method is used to display the node label)
* alphanumeric on getType() or Class.getName() but it should be better to make the effort to define getType() methods that returns a localized string representation of the result/object (eg. CA => AFC)
* other? + combination of these ones
* see if we need to have different behaviors for TXMObject than for TXMResult