Task #2102
Task #2113: Use the new TXMResult and TXMEditor hierarchy and centralization
TXMResult and TXMEditor hierarchy, modify Index related classes to use the new hierarchy
Statut: | Closed | Début: | 05/04/2017 | |
---|---|---|---|---|
Priorité: | Normal | Echéance: | ||
Assigné à: | - | % réalisé: | 100% |
|
Catégorie: | Development | Temps passé: | - | |
Version cible: | TXM 0.8.0a (split/restructuration) |
Description
TXMResult and TXMEditor hierarchy, modify Index related classes to use the new hierarchy.
getName() generated string (Editor/Tab title and Status bar when clicking on a result node)¶
RESULT_TYPE + ": " + PARENT_SIMPLE_NAME + ": " + QUERY + ": " + PROPERTIES;
eg. from Corpus: Index: VOEUX: "faire|voir": word
eg. from Partition: Index: VOEUX_text_annee: "faire|voir": word
getSimpleName() generated string (Tree node label)¶
QUERY + ": " + PROPERTIES
eg.: "faire|voir":word
getDetails() generated string (Editor/Tab tool tip)¶
Index:
Partition {0}
query {1}
properties {2}
Fmin {3}
Fmax {4}
Historique
#1 Mis à jour par Sebastien Jacquot il y a plus de 8 ans
- Tâche parente mis à #2113
#2 Mis à jour par Sebastien Jacquot il y a plus de 8 ans
- Sujet changé de Index, modify classes to use the new TXMResult and TXMEditor hierarchy à TXMResult and TXMEditor hierarchy, modify Index related classes to use the new hierarchy
- Description mis à jour (diff)
#3 Mis à jour par Sebastien Jacquot il y a plus de 8 ans
- Description mis à jour (diff)
- Statut changé de New à Feedback
- % réalisé changé de 0 à 50
#4 Mis à jour par Sebastien Jacquot il y a plus de 7 ans
- Statut changé de Feedback à Closed
- % réalisé changé de 50 à 100