Task #2101
Task #2113: Use the new TXMResult and TXMEditor hierarchy and centralization
TXMResult hierarchy, modify Partition related classes to use the new hierarchy
Status: | Closed | Start date: | 04/05/2017 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 100% |
|
Category: | Development | Spent time: | - | |
Target version: | 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¶
History
#1 Updated by Sebastien Jacquot almost 4 years ago
- Subject changed from Partition, modify classes to use the new TXMResult hierarchy to TXMResult hierarchy, modify Partition related classes to use the new hierarchy
- Description updated (diff)
#2 Updated by Sebastien Jacquot almost 4 years ago
- Parent task set to #2113
#3 Updated by Sebastien Jacquot almost 4 years ago
- Description updated (diff)
#4 Updated by Sebastien Jacquot almost 4 years ago
- Description updated (diff)
#5 Updated by Sebastien Jacquot almost 4 years ago
- Description updated (diff)
#6 Updated by Sebastien Jacquot over 2 years ago
At this moment, the TXMObject (Partition, Corpus, etc.) doesn't fully integrate the new system (compute(), loadParameters(), saveParameters(), etc.)
#7 Updated by Sebastien Jacquot about 2 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100