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))
|