Data Model version 2.1.2
Acknowledgements
Diagram | Class Map | Attribute Map | Method Map | Help | License
Home | Package | Class | Attribute | Method: { prev | next }

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
  Data Model Version 2.1.2
Go to Top  
  Autogenerated by  PyApiDocGen  revision 1.3   on  Thu Oct 2 16:09:52 2014    from data model package  utrecht.api.Haddock.Run   revision ?  
  Work done by the CCPN team.
www.ccpn.ac.uk