Package org.rcsb.cif.schema.mm
Class Geom
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.Geom
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class Geom
extends DelegatingCategory
Data items in the GEOM and related (GEOM_ANGLE,
GEOM_BOND, GEOM_CONTACT, GEOM_HBOND and GEOM_TORSION)
categories record details about the molecular
geometry as calculated from the contents of the ATOM, CELL
and SYMMETRY data.
Geometry data are therefore redundant, in that they can be
calculated from other more fundamental quantities in the data
block. However, they provide a check on the correctness of
both sets of data and enable the most important geometric data
to be identified for publication by setting the appropriate
publication flag.
-
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
-
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetDetails()A description of geometry not covered by the existing data names in the GEOM categories, such as least-squares planes.StrColumngetEntryId()This data item is a pointer to _entry.id in the ENTRY category.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getEntryId
This data item is a pointer to _entry.id in the ENTRY category.- Returns:
- StrColumn
-
getDetails
A description of geometry not covered by the existing data names in the GEOM categories, such as least-squares planes.- Returns:
- StrColumn
-