Class PdbxNmrConstraintFile

  • All Implemented Interfaces:
    Category

    @Generated("org.rcsb.cif.generator.SchemaGenerator")
    public class PdbxNmrConstraintFile
    extends BaseCategory
    Items in the pdbx_nmr_constraint_file category record the name of the constraint file, the software used to calculate conformers with the constraint file, and the characteristics of the constraints in the constraint file.
    • Constructor Detail

      • PdbxNmrConstraintFile

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

        public PdbxNmrConstraintFile​(String name)
    • Method Detail

      • getConstraintFilename

        public StrColumn getConstraintFilename()
        Name of the uploaded file that contains the constraint data.
        Returns:
        StrColumn
      • getConstraintNumber

        public IntColumn getConstraintNumber()
        Number of constraints of this type and subtype in the file.
        Returns:
        IntColumn
      • getConstraintSubtype

        public StrColumn getConstraintSubtype()
        Specific type of constraint.
        Returns:
        StrColumn
      • getConstraintType

        public StrColumn getConstraintType()
        The general type of constraint (distance, torsion angle, RDC, etc.)
        Returns:
        StrColumn
      • getEntryId

        public StrColumn getEntryId()
        Pointer to '_entry.id'
        Returns:
        StrColumn
      • getId

        public IntColumn getId()
        Local unique identifier for the listed constraint file.
        Returns:
        IntColumn
      • getSoftwareName

        public StrColumn getSoftwareName()
        Name of the software application that the listed constraint file is used as input.
        Returns:
        StrColumn
      • getSoftwareOrdinal

        public IntColumn getSoftwareOrdinal()
        Pointer to _software.ordinal
        Returns:
        IntColumn