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

Class: ChemCompSysName


    ChemComp systematic name class. Gives systematic names applicable to a set of ChemCompVars. Some naming systems have only one systematic name for all ChemCompVars, others have different names for different sets.
Attributes
Link Attributes
Attribute Methods
Link Attribute Methods
Class Methods
Factory Methods
Other Methods
Appendix

Inheritance:


Details:

Parent: link namingSystem to class NamingSystem
Main key: sysName
Mandatory Attributes: sysName
Known Subclasses: None
Children: None
Constructor: newObj = ChemCompSysName( namingSystem,sysName=value, ... )

Attributes (in package)

Go to Top
Attribute Type Multiplicity Description
sysName Word 1..1 systematic name of ChemComp according to namingSystem  

Inherited Attributes (not in package): applicationDataclassNamefieldNamesinConstructorisDeletedmetaclasspackageNamepackageShortNamequalifiedName

Link Attributes (in package)

Go to Top
Attribute Type Multiplicity Description
chemCompVars ChemCompVar 0..* Derived. All ChemCompVars where Sysname is valid  
namingSystem NamingSystem 1..1 (Parent link). parent link  
parent NamingSystem 1..1 link to parent object - synonym for namingSystem  
specificChemCompVars ChemCompVar 0..* Subset of ChemCompVars for which the ChemCompSysName applies. ChemCompSysNames without any specificChemCompVars apply to *all* ChemCompVars by default.  

Inherited Attributes (not in package): accessactiveAccessroottopObject

Attribute Methods (in package)

Go to Top
Attribute Method Return Parameters Comment
sysName
getSysName Word -
setSysName - Word

Link Attribute Methods (in package)

Go to Top
Attribute Method Return Parameters Comment
chemCompVars
getChemCompVars ChemCompVar Set - non-std.
sortedChemCompVars ChemCompVar List -
findFirstChemCompVar ChemCompVar keyword=value pairs
findAllChemCompVars ChemCompVar Set keyword=value pairs
namingSystem
getNamingSystem NamingSystem -
parent
getParent NamingSystem -
specificChemCompVars
getSpecificChemCompVars ChemCompVar Set -
setSpecificChemCompVars - ChemCompVar Set
sortedSpecificChemCompVars ChemCompVar List -
addSpecificChemCompVar - ChemCompVar
removeSpecificChemCompVar - ChemCompVar
findFirstSpecificChemCompVar ChemCompVar keyword=value pairs
findAllSpecificChemCompVars ChemCompVar Set keyword=value pairs

Class Methods (in package)

Go to Top
Method Return Parameters Comment
checkValid - Boolean
checkAllValid - Boolean
getByKey ChemCompSysName memops.api.Implementation.MemopsObject, Any List static
getFullKey Any List Boolean
getLocalKey Any -
get Any String
set - String, Any

Factory Methods (in package)

Go to Top
Method Return Parameters
None

Other Methods (in package)

Go to Top
Method Return Parameters Comment
None

Appendix

Go to Top

guid:

www.ccpn.ac.uk_Fogh_2006-08-16-14:22:52_00004

isImplicit:

False

Tag

Value
repositoryId $Id: $

Tag

Value
repositoryTag $Name: $

Special constructor code:

None

Special destructor code:

None

Special postDestructor code:

None

Constraint name:

max_one_ChemCompSysName_without_specificChemCompVars
Constraint code: self.specificChemCompVars or len(self.namingSystem.findAllChemCompSysNames(specificChemCompVars=frozenset())) == 1
Known inward one-way links: ccp.api.molecule.ChemComp.NamingSystem.mainChemCompSysName
  Data Model Version 2.1.2
Go to Top  
  Autogenerated by  PyApiDocGen  revision 1.3   on  Thu Oct 2 16:09:11 2014    from data model package  ccp.api.molecule.ChemComp.ChemCompSysName   revision ?  
  Work done by the CCPN team.
www.ccpn.ac.uk