E&S CVS Commit: PEAK - Consolidated structural feature class hierarchy; all methods are now

pje at eby-sarna.com pje at eby-sarna.com
Fri Feb 7 06:31:00 EST 2003


Module Name:	PEAK
Committed By:	pje
Date:		Fri Feb  7 11:30:42 UTC 2003

Modified Files:
	PEAK/src/peak/model: structural.py
	PEAK/src/peak/model/tests: __init__.py

Log Message:
Consolidated structural feature class hierarchy; all methods are now
dynamically selected at feature definition time.  This could use a little
tuning still; in particular, the interfaces are now somewhat less accurate,
and the '_link()' and '_unlink()' methods should have different versions
installed according to the 'isMany' flag, rather than checking at runtime.
It's also somewhat unclear as to whether the collection methods
('add', 'remove', 'replace') should be exported for "singular" features.


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/src/peak/model/structural.py.diff?r1=1.15&r2=1.16
http://cvs.eby-sarna.com/PEAK/src/peak/model/tests/__init__.py.diff?r1=1.7&r2=1.8

To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 PEAK/src/peak/model/structural.py
cvs rdiff -r1.7 -r1.8 PEAK/src/peak/model/tests/__init__.py

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