Package org.rcsb.cif.schema.mm
Class Em3dFitting
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.Em3dFitting
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class Em3dFitting
extends DelegatingCategory
Data items in the 3D_FITTING category
record details of the method of fitting atomic
coordinates from a PDB file into a 3d-em
volume map file
-
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 Em3dFitting(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetDetails()Any additional details regarding fitting of atomic coordinates into the 3DEM volume, including data and considerations from other methods used in computation of the model.StrColumngetEntryId()This data item is a pointer to _entry_id in the ENTRY category.StrColumngetId()The value of _em_3d_fitting.id must uniquely identify a fitting procedure of atomic coordinates into 3dem reconstructed map volume.StrColumngetMethod()The method used to fit atomic coordinates into the 3dem reconstructed map.FloatColumngetOverallBValue()The overall B (temperature factor) value for the 3d-em volume.StrColumngetRefProtocol()The refinement protocol used.StrColumngetRefSpace()A flag to indicate whether fitting was carried out in real or reciprocal refinement space.StrColumngetSoftwareName()The software used for fitting atomic coordinates to the map.StrColumngetTargetCriteria()The measure used to assess quality of fit of the atomic coordinates in the 3DEM map volume.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getId
The value of _em_3d_fitting.id must uniquely identify a fitting procedure of atomic coordinates into 3dem reconstructed map volume.- Returns:
- StrColumn
-
getEntryId
This data item is a pointer to _entry_id in the ENTRY category.- Returns:
- StrColumn
-
getMethod
The method used to fit atomic coordinates into the 3dem reconstructed map.- Returns:
- StrColumn
-
getTargetCriteria
The measure used to assess quality of fit of the atomic coordinates in the 3DEM map volume.- Returns:
- StrColumn
-
getSoftwareName
The software used for fitting atomic coordinates to the map.- Returns:
- StrColumn
-
getDetails
Any additional details regarding fitting of atomic coordinates into the 3DEM volume, including data and considerations from other methods used in computation of the model.- Returns:
- StrColumn
-
getOverallBValue
The overall B (temperature factor) value for the 3d-em volume.- Returns:
- FloatColumn
-
getRefSpace
A flag to indicate whether fitting was carried out in real or reciprocal refinement space.- Returns:
- StrColumn
-
getRefProtocol
The refinement protocol used.- Returns:
- StrColumn
-