E&S CVS Commit: pylib - Refactored basic StructuralModel to use a feature data mapping ('_fData')

pje at eby-sarna.com pje at eby-sarna.com
Sat Nov 24 13:49:00 EST 2001


Module Name:	pylib
Committed By:	pje
Date:		Sat Nov 24 18:48:46 UTC 2001

Modified Files:
	pylib/TW/MOF: MMX.py
	pylib/TW/StructuralModel: Basic.py Interfaces.py
	pylib/TW/XMI: Reading.py
	pylib/TW/docs: TODO.txt

Log Message:
Refactored basic StructuralModel to use a feature data mapping ('_fData')
in the Element in place of distinct Feature objects each with its own
'data' attribute.  This makes it possible to use
'Database.RecordManagement.Record' objects as an Element's '_fData'
attribute, thereby achieving virtual storage management for features,
delegated to a Storage object.  Also, refactored StructuralModel interfaces
and class names to better reflect the feature taxonomy, and updated the
TODO file.


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/pylib/TW/MOF/MMX.py.diff?r1=1.2&r2=1.3
http://cvs.eby-sarna.com/pylib/TW/StructuralModel/Basic.py.diff?r1=1.8&r2=1.9
http://cvs.eby-sarna.com/pylib/TW/StructuralModel/Interfaces.py.diff?r1=1.7&r2=1.8
http://cvs.eby-sarna.com/pylib/TW/XMI/Reading.py.diff?r1=1.10&r2=1.11
http://cvs.eby-sarna.com/pylib/TW/docs/TODO.txt.diff?r1=1.2&r2=1.3

To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 pylib/TW/MOF/MMX.py
cvs rdiff -r1.8 -r1.9 pylib/TW/StructuralModel/Basic.py
cvs rdiff -r1.7 -r1.8 pylib/TW/StructuralModel/Interfaces.py
cvs rdiff -r1.10 -r1.11 pylib/TW/XMI/Reading.py
cvs rdiff -r1.2 -r1.3 pylib/TW/docs/TODO.txt

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.





More information about the source-changes mailing list