Package org.rcsb.cif.schema.mm
Class PdbxDccRsccMapmanOverall
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxDccRsccMapmanOverall
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxDccRsccMapmanOverall
extends DelegatingCategory
Data items in the category record overall map properties such
as correlation, real space Rfactors and the Zscore calculated
from refmac and mapman.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.rcsb.cif.schema.DelegatingCategory
DelegatingCategory.DelegatingCifCoreCategoryNested classes/interfaces inherited from interface org.rcsb.cif.model.Category
Category.EmptyCategory -
Field Summary
-
Constructor Summary
Constructors Constructor Description PdbxDccRsccMapmanOverall(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)FloatColumngetCorrelation()The overall real space electron density correlation coefficient (RSCC) for the structure.FloatColumngetCorrelationSigma()The overall standard deviation of the real space electron density correlation coefficient (RSCC) for the structure.StrColumngetPdbid()The PDB id code.FloatColumngetRealSpaceR()The overall Real Space Rfactor (RSR) for the structure.FloatColumngetRealSpaceRSigma()The overall standard deviation of the Real Space Rfactor (RSR) for the structure.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getPdbid
The PDB id code.- Returns:
- StrColumn
-
getCorrelation
The overall real space electron density correlation coefficient (RSCC) for the structure.- Returns:
- FloatColumn
-
getCorrelationSigma
The overall standard deviation of the real space electron density correlation coefficient (RSCC) for the structure.- Returns:
- FloatColumn
-
getRealSpaceR
The overall Real Space Rfactor (RSR) for the structure.- Returns:
- FloatColumn
-
getRealSpaceRSigma
The overall standard deviation of the Real Space Rfactor (RSR) for the structure.- Returns:
- FloatColumn
-