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

Class: MolSystemLinkEnd


    LinkEnd, equivalent to ChemComp.LinkEnd. Part of the description of MolSystem level additional links. Note that the MolSeqLinkEnds defined in the Molecule corresponding to this Chain are also valid for the Chain, so that both need to be considered when describing the topology of the MolSystem
Attributes
Link Attributes
Attribute Methods
Link Attribute Methods
Class Methods
Factory Methods
Other Methods
Appendix

Inheritance:


Details:

Parent: link residue to class Residue
Main key: linkCode
Mandatory Attributes: linkCode
Known Subclasses: None
Children: None
Constructor: newObj = MolSystemLinkEnd( residue,linkCode=value, ... )

Attributes (in package)

Go to Top
Attribute Type Multiplicity Description
linkCode Word 1..1 Link Code identifying Link End for Residue. Part of Key for the derived link '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 MolSysLinkEnd  
molSystemLink MolSystemLink 0..1 Link made up from the two LinkEnds.  
parent Residue 1..1 link to parent object - synonym for residue  
residue Residue 1..1 (Parent link). parent link  

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.
molSystemLink
getMolSystemLink MolSystemLink -
setMolSystemLink - MolSystemLink
parent
getParent Residue -
residue
getResidue Residue -

Class Methods (in package)

Go to Top
Method Return Parameters Comment
checkValid - Boolean
checkAllValid - Boolean
getByKey MolSystemLinkEnd 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_00034

isImplicit:

False

Tag

Value
repositoryId $Id: MolSystemLinkEnd.xml,v 1.52 2011-01-13 14:40:34 rhfogh Exp $

Tag

Value
repositoryTag $Name: not supported by cvs2svn $

Special constructor code:

None

Special destructor code:

None

Constraint name:

link_must_not_be_made_in_Molecule
Constraint code: le =  self.residue.molResidue.findFirstMolResLinkEnd(linkCode=self.linkCode)
if le and le.molResLink:
  isValid = False
else:
  isValid = True
Known inward one-way links: None
  Data Model Version 2.0.6
Go to Top  
  Autogenerated by  PyApiDocGen  revision 1.3   on  Wed Aug 7 15:06:32 2013    from data model package  ccp.api.molecule.MolSystem.MolSystemLinkEnd   revision 1.52  
  Work done by the CCPN team.
www.ccpn.ac.uk