Package org.rcsb.cif.schema.mm
Class ChemLinkPlane
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.ChemLinkPlane
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class ChemLinkPlane
extends DelegatingCategory
Data items in the CHEM_LINK_PLANE category provide identifiers
for the planes in a link between two chemical components.
The atoms in the plane are specified in the CHEM_LINK_PLANE_ATOM
category.
-
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 ChemLinkPlane(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetId()The value of _chem_link_plane.id must uniquely identify a record in the CHEM_LINK_PLANE list.StrColumngetLinkId()This data item is a pointer to _chem_link.id in the CHEM_LINK category.IntColumngetNumberAtomsAll()The total number of atoms in the plane.IntColumngetNumberAtomsNh()The number of non-hydrogen atoms in the plane.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 _chem_link_plane.id must uniquely identify a record in the CHEM_LINK_PLANE list.- Returns:
- StrColumn
-
getLinkId
This data item is a pointer to _chem_link.id in the CHEM_LINK category.- Returns:
- StrColumn
-
getNumberAtomsAll
The total number of atoms in the plane.- Returns:
- IntColumn
-
getNumberAtomsNh
The number of non-hydrogen atoms in the plane.- Returns:
- IntColumn
-