Data Model version 2.1.2
Acknowledgements
Diagram | Class Map | Attribute Map | Method Map | Help | License
Home | Package | Class | Attribute: { prev | next } | Method

Link Attribute: atomSetMappings


    the AtomSetMappings contained by the AtomSetMapping, often used to specify that an ambiguous mapping contains non-ambiguous mappings

guid: www.ccpn.ac.uk_Fogh_2011-12-01-15:00:59_00008
Type: AtomSetMapping
Multiplicity: 0..*
Changeability: changeable
isDerived: False
isAutomatic: False
isImplementation: False
isImplicit: False
isAbstract: False
Scope: instance_level
isOrdered: False
isUnique: True
Inverse role: None

Constraint name:

no_atomSetMapping_cycles
python code isValid = True
ll = [value]
for vv in ll:
  if vv is self:
    isValid = False
    break
  else:
    ll.extend(vv.atomSetMappings)

Methods

Method Return Parameters Comment
getAtomSetMappings AtomSetMapping Set -
sortedAtomSetMappings AtomSetMapping List -
setAtomSetMappings - AtomSetMapping Set
addAtomSetMapping - AtomSetMapping
removeAtomSetMapping - AtomSetMapping
findFirstAtomSetMapping AtomSetMapping keyword=value pairs
findAllAtomSetMappings AtomSetMapping Set keyword=value pairs
  Data Model Version 2.1.2
Go to Top  
  Autogenerated by  PyApiDocGen  revision 1.3   on  Fri Mar 28 11:18:53 2014    from data model package  ccpnmr.api.AnalysisV3.AtomSetMapping   revision ?  
  Work done by the CCPN team.
www.ccpn.ac.uk