Method: resetNmrConstraintStore
reset nmrConstraintStore. Note this link is frozen and cannot be modified normally. NB Will delete the link from any HaddockEnergyTerm to its constraintList.
guid:
|
www.ccpn.ac.uk_Fogh_2008-10-06-15:36:19_00001
|
OpType:
|
otherModify
|
OpSubType:
|
None
|
isQuery:
|
False
|
isAbstract:
|
False
|
Scope:
|
instance_level
|
Code:
|
if self.nmrConstraintStore is value:
return
for x in self.haddockEnergyTerms:
x.constraintList = None
root = self.root
wasOverride = root.override
try:
root.override = True
self.nmrConstraintStore = value
finally:
root.override = wasOverride
|
|