Data Model version 2.0.6
Acknowledgements
Diagram
|
Class Map
|
Attribute Map
|
Method Map
|
Help
|
License
Home
|
Package
|
Class
| Attribute |
Method:
{ prev | next }
Method: getIsStdLinear
from Class
ccp.api.molecule.Molecule.MolResLink
getter for derived attribute isStdLinear
guid:
www.ccpn.ac.uk_Fogh_2006-08-16-18:23:35_00048
OpType:
get
OpSubType:
None
isQuery:
True
isAbstract:
False
Scope:
instance_level
Code:
(a, b) = self.molResLinkEnds
codeA = a.linkCode
codeB = b.linkCode
diff = a.molResidue.serial - b.molResidue.serial
if ( (diff == -1 and codeA == 'next' and codeB == 'prev') or
(diff == 1 and codeB == 'next' and codeA == 'prev' ) ):
result = True
else:
result = False
Data Model Version
2.0.6
Go to Top
Autogenerated by
PyApiDocGen
revision
1.3
on
Wed Aug 7 15:06:29 2013
from data model package
ccp.api.molecule.Molecule.MolResLink
revision
1.49
Work done by the
CCPN team
.
www.ccpn.ac.uk