Class PdbxNmrSoftware

  • All Implemented Interfaces:
    Category

    @Generated("org.rcsb.cif.generator.SchemaGenerator")
    public class PdbxNmrSoftware
    extends BaseCategory
    Description of the software that was used for data collection, data processing, data analysis, structure calculations and refinement. The description should include the name of the software, the author of the software and the version used.
    • Constructor Detail

      • PdbxNmrSoftware

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

        public PdbxNmrSoftware​(String name)
    • Method Detail

      • getOrdinal

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

        public StrColumn getClassification()
        The purpose of the software.
        Returns:
        StrColumn
      • getName

        public StrColumn getName()
        The name of the software used for the task.
        Returns:
        StrColumn
      • getVersion

        public StrColumn getVersion()
        The version of the software.
        Returns:
        StrColumn
      • getAuthors

        public StrColumn getAuthors()
        The name of the authors of the software used in this procedure.
        Returns:
        StrColumn
      • getDetails

        public StrColumn getDetails()
        Text description of the software.
        Returns:
        StrColumn