Package org.rcsb.cif.schema.mm
Class ChemLinkPlaneAtom
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.ChemLinkPlaneAtom
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class ChemLinkPlaneAtom
extends DelegatingCategory
Data items in the CHEM_LINK_PLANE_ATOM category enumerate the
atoms in a plane in a link between two chemical components.
-
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 ChemLinkPlaneAtom(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetAtomCompId()This data item indicates whether the atom in a plane is found in the first or the second of the two components connected by the link.StrColumngetAtomId()The ID of an atom involved in the plane.StrColumngetPlaneId()This data item is a pointer to _chem_link_plane.id in the CHEM_LINK_PLANE category.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getAtomCompId
This data item indicates whether the atom in a plane is found in the first or the second of the two components connected by the link.- Returns:
- StrColumn
-
getAtomId
The ID of an atom involved in the plane. As this data item does not point to a specific atom in a specific chemical component, it is not a child in the linkage sense.- Returns:
- StrColumn
-
getPlaneId
This data item is a pointer to _chem_link_plane.id in the CHEM_LINK_PLANE category.- Returns:
- StrColumn
-