Attribute: minNumber
Minimum number of occurrences of atom corresponding to atomSite. MinNumber two wiould mean at least two atoms. If, for instance a carbon atomSite has a J coupling transfer to a proton AtomSite with minNumber=2, it means that this ExpGraph will give observable results only for CH2 and CH3 groups.
guid:
|
www.ccpn.ac.uk_Fogh_2006-08-16-18:22:58_00032
|
Model Type:
|
NonNegativeInt
|
Implementation Type:
|
Int
|
Multiplicity:
|
1..1
|
Changeability:
|
changeable
|
isDerived:
|
False
|
isAutomatic:
|
False
|
isImplementation:
|
False
|
isImplicit:
|
False
|
isAbstract:
|
False
|
Scope:
|
instance_level
|
Default Value:
|
1
|
Constraint name:
|
minNumber_le_maxNumber
|
python code
|
maxNumber = self.maxNumber
isValid = (maxNumber is None or value <= maxNumber)
|
|