Class PdbxChemCompAtomRelated

  • All Implemented Interfaces:
    Category

    @Generated("org.rcsb.cif.generator.SchemaGenerator")
    public class PdbxChemCompAtomRelated
    extends BaseCategory
    PDBX_CHEM_COMP_ATOM_RELATED provides atom level nomenclature mapping between two related chemical components.
    • Constructor Detail

      • PdbxChemCompAtomRelated

        public PdbxChemCompAtomRelated​(String name,
                                       Map<String,​Column> columns)
      • PdbxChemCompAtomRelated

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

        public PdbxChemCompAtomRelated​(String name)
    • Method Detail

      • getCompId

        public StrColumn getCompId()
        The chemical component for which this relationship applies.
        Returns:
        StrColumn
      • getRelatedCompId

        public StrColumn getRelatedCompId()
        The related chemical component for which this chemical component is based.
        Returns:
        StrColumn
      • getOrdinal

        public IntColumn getOrdinal()
        An ordinal index for this category
        Returns:
        IntColumn
      • getAtomId

        public StrColumn getAtomId()
        The atom identifier/name for the atom mapping
        Returns:
        StrColumn
      • getRelatedAtomId

        public StrColumn getRelatedAtomId()
        The atom identifier/name for the atom mapping in the related chemical component
        Returns:
        StrColumn
      • getRelatedType

        public StrColumn getRelatedType()
        Describes the type of relationship
        Returns:
        StrColumn