Package org.rcsb.cif.schema.mm
Class IhmGeometricObjectCenter
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.IhmGeometricObjectCenter
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class IhmGeometricObjectCenter
extends DelegatingCategory
Data items in the IHM_GEOMETRIC_OBJECT_CENTER category records the center of
geometric objects used as restraints in the integrative modeling study.
-
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 IhmGeometricObjectCenter(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)IntColumngetId()A unique identifier for the center.FloatColumngetXcoord()The x-coordinate of the center.FloatColumngetYcoord()The y-coordinate of the center.FloatColumngetZcoord()The z-coordinate of the center.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getId
A unique identifier for the center.- Returns:
- IntColumn
-
getXcoord
The x-coordinate of the center.- Returns:
- FloatColumn
-
getYcoord
The y-coordinate of the center.- Returns:
- FloatColumn
-
getZcoord
The z-coordinate of the center.- Returns:
- FloatColumn
-