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

Method: getConstraintLists


    getter for derived link constraintLists

guid: www.ccpn.ac.uk_Fogh_2009-04-16-16:24:03_00005
OpType: get
OpSubType: None
isQuery: True
isAbstract: False
Scope: instance_level
Code: ncstore = self.root.findFirstNmrConstraintStore(serial=self.constraintStoreSerial)
if ncstore:
  serials = self.constraintListSerials
  if serials:
    result = tuple(ncstore.findFirstConstraintList(serial=x) for x in serials if x is not None)
  else:
    result = tuple(ncstore.sortedConstraintLists())
else:
  result = tuple()
  Data Model Version 2.1.2
Go to Top  
  Autogenerated by  PyApiDocGen  revision 1.3   on  Mon Mar 2 17:25:12 2015    from data model package  ccp.api.nmr.NmrCalc.ConstraintStoreData   revision ?  
  Work done by the CCPN team.
www.ccpn.ac.uk