[Modeling-cvs] ProjectModeling/Modeling Relationship.py,1.14,1.15
Status: Abandoned
Brought to you by:
sbigaret
|
From: <sbi...@us...> - 2003-07-28 07:19:03
|
Update of /cvsroot/modeling/ProjectModeling/Modeling
In directory sc8-pr-cvs1:/tmp/cvs-serv14238
Modified Files:
Relationship.py
Log Message:
docstring for inverseRelationship()
Index: Relationship.py
===================================================================
RCS file: /cvsroot/modeling/ProjectModeling/Modeling/Relationship.py,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** Relationship.py 25 Jul 2003 15:39:03 -0000 1.14
--- Relationship.py 28 Jul 2003 07:18:59 -0000 1.15
***************
*** 494,497 ****
--- 494,503 ----
or None if it does not exist
+ Note: the inverseRelationship() is not idempotent,
+ i.e. rel.inverseRelationship().inverseRelationship() does not necessarily
+ returns self. It returns self if and only if the relationship's entity has
+ no parent entity, or if the relationship is not an inherited property
+ (none of the parent entities defines the relationship).
+
See also: anyInverseRelationship()
"""
|