Class ChemCompPlane

  • All Implemented Interfaces:
    Category

    @Generated("org.rcsb.cif.generator.SchemaGenerator")
    public class ChemCompPlane
    extends BaseCategory
    Data items in the CHEM_COMP_PLANE category provide identifiers for the planes in a chemical component. The atoms in the plane are specified in the CHEM_COMP_PLANE_ATOM category.
    • Constructor Detail

      • ChemCompPlane

        public ChemCompPlane​(String name,
                             int rowCount,
                             Object[] encodedColumns)
      • ChemCompPlane

        public ChemCompPlane​(String name)
    • Method Detail

      • getId

        public StrColumn getId()
        The value of _chem_comp_plane.id must uniquely identify a record in the CHEM_COMP_PLANE list.
        Returns:
        StrColumn
      • getCompId

        public StrColumn getCompId()
        This data item is a pointer to _chem_comp.id in the CHEM_COMP category.
        Returns:
        StrColumn
      • getNumberAtomsAll

        public IntColumn getNumberAtomsAll()
        The total number of atoms in the plane.
        Returns:
        IntColumn
      • getNumberAtomsNh

        public IntColumn getNumberAtomsNh()
        The number of non-hydrogen atoms in the plane.
        Returns:
        IntColumn