guid:
|
www.ccpn.ac.uk_Fogh_2006-08-16-18:23:32_00038
|
Type:
|
ccp.api.molecule.MolSystem.Residue
|
Multiplicity:
|
0..1
|
Changeability:
|
changeable
|
isDerived:
|
False
|
isAutomatic:
|
False
|
isImplementation:
|
False
|
isImplicit:
|
False
|
isAbstract:
|
False
|
Scope:
|
instance_level
|
Inverse role:
|
ccp.api.molecule.MolSystem.Residue.resonanceGroups
|
Constraint name:
|
Only_active_ResonanceGroups_can_have_residue
|
python code
|
value is None or self.isActive
|
Constraint name:
|
residue_consistent_with_chemComp
|
python code
|
cc = self.chemComp
isValid = (cc is None or cc is value.molResidue.chemComp)
|