guid:
|
www.ccpn.ac.uk_Fogh_2006-08-16-18:23:00_00002
|
Type:
|
ccp.api.nmr.NmrExpPrototype.RefExpDim
|
Multiplicity:
|
0..1
|
Changeability:
|
changeable
|
isDerived:
|
False
|
isAutomatic:
|
False
|
isImplementation:
|
False
|
isImplicit:
|
False
|
isAbstract:
|
False
|
Scope:
|
instance_level
|
Inverse role:
|
None
|
Constraint name:
|
refExpDim_is_secondary_key_for_ExpDim
|
python code
|
isValid = True
if value is not None:
for xx in self.experiment.expDims:
if xx is not self and xx.refExpDim is value:
isValid = False
break
|