Package org.rcsb.cif.schema.mm
Class PdbxNmrEnsemble
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxNmrEnsemble
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxNmrEnsemble
extends DelegatingCategory
This category contains the information that describes the
ensemble of deposited structures. If only an average structure
has been deposited skip this section.
-
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 PdbxNmrEnsemble(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)IntColumngetAverageConstraintsPerResidue()The average number of constraints per residue for the ensembleIntColumngetAverageConstraintViolationsPerResidue()The average number of constraint violations on a per residue basis for the ensemble.FloatColumngetAverageDistanceConstraintViolation()The average distance restraint violation for the ensemble.FloatColumngetAverageTorsionAngleConstraintViolation()The average torsion angle constraint violation for the ensemble.IntColumngetConformersCalculatedTotalNumber()The total number of conformer (models) that were calculated in the final round.StrColumngetConformerSelectionCriteria()By highlighting the appropriate choice(s), describe how the submitted conformer (models) were selected.IntColumngetConformersSubmittedTotalNumber()The number of conformer (models) that are submitted for the ensemble.StrColumngetDistanceConstraintViolationMethod()Describe the method used to calculate the distance constraint violation statistics, i.e.StrColumngetEntryId()Leave this blank as the ID is provided by the MSDFloatColumngetMaximumDistanceConstraintViolation()The maximum distance constraint violation for the ensemble.FloatColumngetMaximumLowerDistanceConstraintViolation()The maximum lower distance constraint violation for the ensemble.FloatColumngetMaximumTorsionAngleConstraintViolation()The maximum torsion angle constraint violation for the ensemble.FloatColumngetMaximumUpperDistanceConstraintViolation()The maximum upper distance constraint violation for the ensemble.IntColumngetRepresentativeConformer()The number of the conformer identified as most representative.StrColumngetTorsionAngleConstraintViolationMethod()This item describes the method used to calculate the torsion angle constraint violation statistics.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getEntryId
Leave this blank as the ID is provided by the MSD- Returns:
- StrColumn
-
getConformersCalculatedTotalNumber
The total number of conformer (models) that were calculated in the final round.- Returns:
- IntColumn
-
getConformersSubmittedTotalNumber
The number of conformer (models) that are submitted for the ensemble.- Returns:
- IntColumn
-
getConformerSelectionCriteria
By highlighting the appropriate choice(s), describe how the submitted conformer (models) were selected.- Returns:
- StrColumn
-
getRepresentativeConformer
The number of the conformer identified as most representative.- Returns:
- IntColumn
-
getAverageConstraintsPerResidue
The average number of constraints per residue for the ensemble- Returns:
- IntColumn
-
getAverageConstraintViolationsPerResidue
The average number of constraint violations on a per residue basis for the ensemble.- Returns:
- IntColumn
-
getMaximumDistanceConstraintViolation
The maximum distance constraint violation for the ensemble.- Returns:
- FloatColumn
-
getAverageDistanceConstraintViolation
The average distance restraint violation for the ensemble.- Returns:
- FloatColumn
-
getMaximumUpperDistanceConstraintViolation
The maximum upper distance constraint violation for the ensemble.- Returns:
- FloatColumn
-
getMaximumLowerDistanceConstraintViolation
The maximum lower distance constraint violation for the ensemble.- Returns:
- FloatColumn
-
getDistanceConstraintViolationMethod
Describe the method used to calculate the distance constraint violation statistics, i.e. are they calculated over all the distance constraints or calculated for violations only?- Returns:
- StrColumn
-
getMaximumTorsionAngleConstraintViolation
The maximum torsion angle constraint violation for the ensemble.- Returns:
- FloatColumn
-
getAverageTorsionAngleConstraintViolation
The average torsion angle constraint violation for the ensemble.- Returns:
- FloatColumn
-
getTorsionAngleConstraintViolationMethod
This item describes the method used to calculate the torsion angle constraint violation statistics. i.e. are the entered values based on all torsion angle or calculated for violations only?- Returns:
- StrColumn
-