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

Method: getChemCompVars


    getter for derived link chemCompVars

guid: www.ccpn.ac.uk_Fogh_2006-08-16-18:23:37_00056
OpType: get
OpSubType: None
isQuery: True
isAbstract: False
Scope: instance_level
Code: chemComp = self.chemCompCharge.chemComp
linking = self.linking
descriptor = self.descriptor

if linking == 'any' and descriptor == 'any':
  result = chemComp.chemCompVars
elif linking == 'any' :
  result = chemComp.findAllChemCompVars(descriptor=descriptor)
elif descriptor == 'any' :
  result = chemComp.findAllChemCompVars(linking=linking)
else:
  result = chemComp.findAllChemCompVars(linking=linking, descriptor=descriptor)
#
result = frozenset(result)
  Data Model Version 2.1.2
Go to Top  
  Autogenerated by  PyApiDocGen  revision 1.3   on  Thu Oct 2 16:09:15 2014    from data model package  ccp.api.molecule.ChemCompCharge.ChemCompVarCharge   revision ?  
  Work done by the CCPN team.
www.ccpn.ac.uk