Package org.rcsb.cif.schema.mm
Class PdbxNmrComputing
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxNmrComputing
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxNmrComputing
extends DelegatingCategory
The table in this section is used to describe the software
that was used for data collection, data processing, data analysis,
structure calculations and refinement. The description should include
both the name of the software and the version used.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.rcsb.cif.schema.DelegatingCategory
DelegatingCategory.DelegatingCifCoreCategoryNested classes/interfaces inherited from interface org.rcsb.cif.model.Category
Category.EmptyCategory -
Field Summary
-
Constructor Summary
Constructors Constructor Description PdbxNmrComputing(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetCollection()Enter the name of the software used for data collection.StrColumngetCollectionVersion()Enter the version of the software used for data collection.StrColumngetDataAnalysis()Enter the name of the software used for data analysis.StrColumngetDataAnalysisVersion()Enter the version of the software used for data analysis.StrColumngetEntryId()The entry ID for the structure determination.StrColumngetIterativeRelaxationMatrix()Enter the name of the software used for iterative relaxation matrix methods.StrColumngetIterativeRelaxationMatrixVersion()Enter the version of the software used for iterative relaxation matrix methods.StrColumngetProcessing()Enter the name of the software used for data processing.StrColumngetProcessingVersion()Enter the version of the software used for data processing.StrColumngetRefinement()Enter the name of the software used for refinement.StrColumngetRefinementVersion()Enter the version of the software used for refinement.StrColumngetStructureSolution()Enter the name of the software used to calculate the structure.StrColumngetStructureSolutionVersion()Enter the version of the software used to calculate the structure.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getEntryId
The entry ID for the structure determination.- Returns:
- StrColumn
-
getCollection
Enter the name of the software used for data collection.- Returns:
- StrColumn
-
getCollectionVersion
Enter the version of the software used for data collection.- Returns:
- StrColumn
-
getProcessing
Enter the name of the software used for data processing.- Returns:
- StrColumn
-
getProcessingVersion
Enter the version of the software used for data processing.- Returns:
- StrColumn
-
getDataAnalysis
Enter the name of the software used for data analysis.- Returns:
- StrColumn
-
getDataAnalysisVersion
Enter the version of the software used for data analysis.- Returns:
- StrColumn
-
getStructureSolution
Enter the name of the software used to calculate the structure.- Returns:
- StrColumn
-
getStructureSolutionVersion
Enter the version of the software used to calculate the structure.- Returns:
- StrColumn
-
getRefinement
Enter the name of the software used for refinement.- Returns:
- StrColumn
-
getRefinementVersion
Enter the version of the software used for refinement.- Returns:
- StrColumn
-
getIterativeRelaxationMatrix
Enter the name of the software used for iterative relaxation matrix methods.- Returns:
- StrColumn
-
getIterativeRelaxationMatrixVersion
Enter the version of the software used for iterative relaxation matrix methods.- Returns:
- StrColumn
-