Package org.rcsb.cif.schema.mm
Class IhmPseudoSite
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.IhmPseudoSite
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class IhmPseudoSite
extends DelegatingCategory
Data items in the IHM_PSEUDO_SITE_FEATURE category records the details
of pseudo sites that may be used in the restraints or model representation.
-
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 IhmPseudoSite(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)FloatColumngetCartnX()The Cartesian X component corresponding to this pseudo site.FloatColumngetCartnY()The Cartesian Y component corresponding to this pseudo site.FloatColumngetCartnZ()The Cartesian Z component corresponding to this pseudo site.StrColumngetDescription()Textual description of the pseudo site.IntColumngetId()An identifier to the pseudo site.FloatColumngetRadius()The radius associated with the pseudo site, if applicable.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getId
An identifier to the pseudo site.- Returns:
- IntColumn
-
getCartnX
The Cartesian X component corresponding to this pseudo site.- Returns:
- FloatColumn
-
getCartnY
The Cartesian Y component corresponding to this pseudo site.- Returns:
- FloatColumn
-
getCartnZ
The Cartesian Z component corresponding to this pseudo site.- Returns:
- FloatColumn
-
getRadius
The radius associated with the pseudo site, if applicable.- Returns:
- FloatColumn
-
getDescription
Textual description of the pseudo site.- Returns:
- StrColumn
-