Task #2101
Task #2113: Use the new TXMResult and TXMEditor hierarchy and centralization
TXMResult hierarchy, modify Partition 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 hierarchy, modify Partition related classes to use the new hierarchy. No EditorPart involved.
The unique possible parent object of a Partition is currently the Corpus object (Corpus, MainCorpus, Subcorpus).
getName() generated string¶
PARENT_CORPUS_NAME + "_" + SU_NAME + "_" + SUP_NAME + ": " + PARTS_COUNT
eg. VOEUX_text_loc: 7
getSimpleName() generated string¶
PARENT_CORPUS_NAME + "_" + SU_NAME + "_" + SUP_NAME
eg. VOEUX_text_loc
getDetails() generated string¶
Historique
#1 Mis à jour par Sebastien Jacquot il y a presque 2 ans
- Sujet changé de Partition, modify classes to use the new TXMResult hierarchy à TXMResult hierarchy, modify Partition related classes to use the new hierarchy
- Description mis à jour (diff)
#2 Mis à jour par Sebastien Jacquot il y a presque 2 ans
- Tâche parente mis à #2113
#3 Mis à jour par Sebastien Jacquot il y a presque 2 ans
- Description mis à jour (diff)
#4 Mis à jour par Sebastien Jacquot il y a presque 2 ans
- Description mis à jour (diff)
#5 Mis à jour par Sebastien Jacquot il y a presque 2 ans
- Description mis à jour (diff)
#6 Mis à jour par Sebastien Jacquot il y a 8 mois
At this moment, the TXMObject (Partition, Corpus, etc.) doesn't fully integrate the new system (compute(), loadParameters(), saveParameters(), etc.)
#7 Mis à jour par Sebastien Jacquot il y a 4 mois
- Statut changé de New à Closed
- % réalisé changé de 0 à 100