guid:
|
www.ccpn.ac.uk_Fogh_2011-10-11-16:36:23_00001
|
Type:
|
ParameterGroup
|
Multiplicity:
|
0..1
|
Changeability:
|
changeable
|
isDerived:
|
False
|
isAutomatic:
|
False
|
isImplementation:
|
False
|
isImplicit:
|
False
|
isAbstract:
|
False
|
Scope:
|
instance_level
|
Inverse role:
|
ccp.api.nmr.NmrCalc.ParameterGroup.data
|
Constraint name:
|
No_cyclical_parameter_grouping
|
python code
|
isValid = True
obj = self
while obj is not None:
obj = obj.parameterGroup
if obj is self:
isValid = False
break
|