Data Model version 2.0.6

Link Attribute: specificChemCompVars


    Subset of ChemCompVars for which the ChemCompSysName applies. ChemCompSysNames without any specificChemCompVars apply to *all* ChemCompVars by default.

guid: www.ccpn.ac.uk_Fogh_2006-08-16-18:23:23_00012
Type: ChemCompVar
Multiplicity: 0..*
Changeability: changeable
isDerived: False
isAutomatic: False
isImplementation: False
isImplicit: False
isAbstract: False
Scope: instance_level
isOrdered: False
isUnique: True
Inverse role: ccp.api.molecule.ChemComp.ChemCompVar.specificSysNames

Constraint name:

specific_namingSystem_is_unique_for_ChemCompVar
python code ll = value.findAllSpecificSysNames(namingSystem=self.namingSystem)
isValid = (not ll  or (len(ll)== 1 and self in ll))

Methods

Method Return Parameters Comment
getSpecificChemCompVars ChemCompVar Set -
sortedSpecificChemCompVars ChemCompVar List -
setSpecificChemCompVars - ChemCompVar Set
addSpecificChemCompVar - ChemCompVar
removeSpecificChemCompVar - ChemCompVar
findFirstSpecificChemCompVar ChemCompVar keyword=value pairs
findAllSpecificChemCompVars ChemCompVar Set keyword=value pairs
  Data Model Version 2.0.6
Go to Top  
  Autogenerated by  PyApiDocGen  revision 1.3   on  Wed Aug 7 15:06:23 2013    from data model package  ccp.api.molecule.ChemComp.ChemCompSysName   revision 1.54  
  Work done by the CCPN team.
www.ccpn.ac.uk