Class ChemLinkPlane

  • All Implemented Interfaces:
    Category

    @Generated("org.rcsb.cif.generator.SchemaGenerator")
    public class ChemLinkPlane
    extends BaseCategory
    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.
    • Constructor Detail

      • ChemLinkPlane

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

        public ChemLinkPlane​(String name)
    • Method Detail

      • getId

        public StrColumn getId()
        The value of _chem_link_plane.id must uniquely identify a record in the CHEM_LINK_PLANE list.
        Returns:
        StrColumn
      • getLinkId

        public StrColumn getLinkId()
        This data item is a pointer to _chem_link.id in the CHEM_LINK 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