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

Class: ChemElement


    e.g. C
Attributes
Link Attributes
Attribute Methods
Link Attribute Methods
Class Methods
Factory Methods
Other Methods
Appendix

Inheritance:


Details:

Parent: link chemElementStore to class ChemElementStore
Main key: symbol
Mandatory Attributes: symbol
Known Subclasses: None
Children:
link isotopes to class Isotope
Constructor: newObj = ChemElement( chemElementStore,symbol=value, ... )

Attributes (in package)

Go to Top
Attribute Type Multiplicity Description
atomNumber Int 0..1 Atom number of ChemElement, equal to number of protons.  
atomicRadius Float 0..1 Standard atomic radius (in Angstrom)  
covalentRadius Float 0..1 Standard covalent radius (in Angstrom).  
mass Float 0..1 Standard mass (in atomic mass units), equal to average mass of natural isotopic composition.  
name Token 0..1 name of ChemElement, first letter only in upper case. E.g. Carbon, Hydrogen, Uranium.  
symbol Token 1..1 Element symbol for element. If one letter upper case, if two letters first upper, second lower case. E.g. 'C', 'H', 'U', 'He', 'Cl', etc.  

Inherited Attributes (not in package): applicationDataclassNamefieldNamesinConstructorisDeletedmetaclasspackageNamepackageShortNamequalifiedName

Link Attributes (in package)

Go to Top
Attribute Type Multiplicity Description
chemElementStore ChemElementStore 1..1 (Parent link). parent link  
isotopes Isotope 0..* (Child link). child link to class Isotope  
parent ChemElementStore 1..1 link to parent object - synonym for chemElementStore  

Inherited Attributes (not in package): accessactiveAccessroottopObject

Attribute Methods (in package)

Go to Top
Attribute Method Return Parameters Comment
atomNumber
getAtomNumber Int -
setAtomNumber - Int
atomicRadius
getAtomicRadius Float -
setAtomicRadius - Float
covalentRadius
getCovalentRadius Float -
setCovalentRadius - Float
mass
getMass Float -
setMass - Float
name
getName Token -
setName - Token
symbol
getSymbol Token -
setSymbol - Token

Link Attribute Methods (in package)

Go to Top
Attribute Method Return Parameters Comment
chemElementStore
getChemElementStore ChemElementStore -
isotopes
getIsotopes Isotope Set -
sortedIsotopes Isotope List -
findFirstIsotope Isotope keyword=value pairs
findAllIsotopes Isotope Set keyword=value pairs
parent
getParent ChemElementStore -

Class Methods (in package)

Go to Top
Method Return Parameters Comment
checkValid - Boolean
checkAllValid - Boolean
getByKey ChemElement 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
newIsotope Isotope massNumber, ...

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-18:19:49_00004

isImplicit:

False

Tag

Value
repositoryId $Id: $

Tag

Value
repositoryTag $Name: $

Special constructor code:

None

Special destructor code:

None

Special postDestructor code:

None

Constraints:

None
Known inward one-way links: ccp.api.molecule.ChemComp.ChemAtom.chemElement
  Data Model Version 2.1.2
Go to Top  
  Autogenerated by  PyApiDocGen  revision 1.3   on  Fri Mar 28 11:18:00 2014    from data model package  ccp.api.molecule.ChemElement.ChemElement   revision ?  
  Work done by the CCPN team.
www.ccpn.ac.uk