Commit | Date | |
---|---|---|
2010-10-21 14:48:51 | Tree | |
[r36]
by
bugman
Deleted the create_full_tag_names() method. This is useless for the new dictionary design. |
2010-10-21 14:38:15 | Tree |
2010-10-21 14:37:16 | Tree | |
2010-10-21 14:36:32 | Tree | |
[r33]
by
bugman
Rewrote TagCategory.create() to use the self dictionary object instead of the translation tables. |
2010-10-21 14:35:45 | Tree |
[r32]
by
bugman
Merged the TagCategory.create_tag_table() method into create(). There was no reason for splitting up this code as TagCategory.create() was doing almost nothing. |
2010-10-21 14:19:45 | Tree |
2010-10-21 14:16:54 | Tree | |
[r30]
by
bugman
The saveframe tag_categories object is now the special class CategoryList. This will allow for the addition of special functions for finding tags within the tag categories. |
2010-10-21 13:44:00 | Tree |
[r29]
by
bugman
Abstracted and shifted the TensorSaveframe.__init__() method to the BaseSaveframe base class. The saveframe increment value is now in self.count. |
2010-10-21 13:38:21 | Tree |
[r28]
by
bugman
Converted TagCategory into a special dictionary object using TagTranslationTable. This dictionary object will have the BMRB database table name as a key, and using the TagObject |
2010-10-21 13:20:06 | Tree |