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

Class: MolResLinkEnd

The MolResLinkEnd constructor includes non-standard actions. The MolResLinkEnd destructor includes non-standard actions.
    The MolResidue end (Link End) of a bond to another MolResidue
    The MolResLinkEnds corresponding to a MolResidue are created automatically when the MolResidue is created.
    Note that MolResLinkEnds can neither be created nor deleted while their ancestor Molecule is linked to one or more chains.
Attributes
Link Attributes
Attribute Methods
Link Attribute Methods
Class Methods
Factory Methods
Other Methods
Appendix

Inheritance:


Details:

Parent: link molResidue to class MolResidue
Main key: linkCode
Mandatory Attributes: linkCode
Known Subclasses: None
Children: None
Constructor: newObj = MolResLinkEnd( molResidue,linkCode=value, ... )

Attributes (in package)

Go to Top
Attribute Type Multiplicity Description
linkCode Word 1..1 Link Code identifying Link End for MolResidue. Part of Key for ChemComp.LinkEnd  

Inherited Attributes (not in package): applicationDataclassNamefieldNamesinConstructorisDeletedmetaclasspackageNamepackageShortNamequalifiedName

Link Attributes (in package)

Go to Top
Attribute Type Multiplicity Description
linkEnd ccp.api.molecule.ChemComp.LinkEnd 1..1 Derived. ChemComp.LinkEnd corresponding to MolResLinkEnd  
molResLink MolResLink 0..1 InterChemComp link made up from LinkEnds  
molResidue MolResidue 1..1 (Parent link). parent link  
parent MolResidue 1..1 link to parent object - synonym for molResidue  

Inherited Attributes (not in package): accessactiveAccessroottopObject

Attribute Methods (in package)

Go to Top
Attribute Method Return Parameters Comment
linkCode
getLinkCode Word -
setLinkCode - Word

Link Attribute Methods (in package)

Go to Top
Attribute Method Return Parameters Comment
linkEnd
getLinkEnd ccp.api.molecule.ChemComp.LinkEnd - non-std.
molResLink
getMolResLink MolResLink -
setMolResLink - MolResLink
molResidue
getMolResidue MolResidue -
parent
getParent MolResidue -

Class Methods (in package)

Go to Top
Method Return Parameters Comment
checkValid - Boolean
checkAllValid - Boolean
getByKey MolResLinkEnd 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:54_00048

isImplicit:

False

Tag

Value
repositoryId $Id: $

Tag

Value
repositoryTag $Name: $

Special constructor code:

if self.getByNavigation('molResidue','molecule','chains'):
  raise ApiError("MolResLinkEnd of %s cannot be created while molecule has chains" % self.molResidue.molecule.name)

Special destructor code:

if self.getByNavigation('molResidue','molecule','chains'):
  raise ApiError("MolResLinkEnd of %s cannot be deleted while molecule has chains" % self.molResidue.molecule.name)

Special postDestructor code:

None

Constraints:

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