Attribute: maxNumber
Maximum number of occurrences of atom corresponding to atomSite. maxNumber 2 would mena no more than two atoms could appear in this position. If, for instance a carbon atomSite has a J coupling transfer to a proton AtomSite with maxNumber=2, it means that this ExpGraph will give no observable result for CH3 groups. May be set to zero, which indicates that no atoms of this type are allowed.
guid:
|
www.ccpn.ac.uk_Fogh_2006-08-16-18:22:59_00001
|
Model Type:
|
NonNegativeInt
|
Implementation Type:
|
Int
|
Multiplicity:
|
0..1
|
Changeability:
|
changeable
|
isDerived:
|
False
|
isAutomatic:
|
False
|
isImplementation:
|
False
|
isImplicit:
|
False
|
isAbstract:
|
False
|
Scope:
|
instance_level
|
Default Value:
|
None
|
Constraint name:
|
maxNumber_ge_minNumber
|
python code
|
minNumber = self.minNumber
isValid = (minNumber is None or value >= minNumber)
|
|