E&S CVS Commit: PEAK - The 'referencedType' of a 'model.StructuralFeature' can now be any

pje at eby-sarna.com pje at eby-sarna.com
Fri Nov 28 23:02:00 EST 2003


Module Name:	PEAK
Committed By:	pje
Date:		Sat Nov 29 04:01:31 UTC 2003

Modified Files:
	PEAK: CHANGES.txt
	PEAK/src/peak/model: elements.py features.py interfaces.py

Log Message:
The 'referencedType' of a 'model.StructuralFeature' can now be any
'binding.IComponentKey', not just a type or a string.  Types are also now
implicitly component keys, which means you can use
'binding.Obtain(SomeType)' to look up 'SomeType'.  (Right now, this is no
different than using 'SomeType' without the 'binding.Obtain()', but in
future releases this will use a "class replacement service" to allow easy
replacement of model and other collaborator classes, while implementing
AOP-like features.)


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/CHANGES.txt.diff?r1=1.101&r2=1.102
http://cvs.eby-sarna.com/PEAK/src/peak/model/elements.py.diff?r1=1.20&r2=1.21
http://cvs.eby-sarna.com/PEAK/src/peak/model/features.py.diff?r1=1.26&r2=1.27
http://cvs.eby-sarna.com/PEAK/src/peak/model/interfaces.py.diff?r1=1.24&r2=1.25

To generate a diff of this commit:
cvs rdiff -r1.101 -r1.102 PEAK/CHANGES.txt
cvs rdiff -r1.20 -r1.21 PEAK/src/peak/model/elements.py
cvs rdiff -r1.26 -r1.27 PEAK/src/peak/model/features.py
cvs rdiff -r1.24 -r1.25 PEAK/src/peak/model/interfaces.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