E&S CVS Commit: PEAK - Consolidated interfaces to match implementation; misc. cleanups. It's

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


Module Name:	PEAK
Committed By:	pje
Date:		Fri Feb  7 11:55:29 UTC 2003

Modified Files:
	PEAK/src/peak/model: interfaces.py structural.py

Log Message:
Consolidated interfaces to match implementation; misc. cleanups.  It's
beginning to look as though the idea of overriding feature methods by
defining 'verbSubject()' methods on the outer class is silly.  Since
all modifications now pass through '_link()' and '_unlink()', the logical
place to hook for verifications, observers, etc. is those methods.  So
I'm standardizing on *not* having methods like 'insertBefore()' and
'replace()' calling back out to the outer class versions of the methods
they use.  This is pointless extra indirection.


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

To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 PEAK/src/peak/model/interfaces.py
cvs rdiff -r1.16 -r1.17 PEAK/src/peak/model/structural.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