Package org.rcsb.cif.schema.core
Class Computing
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
org.rcsb.cif.schema.core.Computing
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class Computing
extends DelegatingCategory.DelegatingCifCoreCategory
The CATEGORY of data items used to record details of the
computer programs used in the crystal structure analysis.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.rcsb.cif.model.Category
Category.EmptyCategory -
Field Summary
Fields inherited from class org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
parentBlock -
Constructor Summary
Constructors Constructor Description Computing(CifCoreBlock parentBlock) -
Method Summary
Modifier and Type Method Description StrColumngetCellRefinement()Brief description of software used for cell refinement.StrColumngetDataCollection()Description of software used to measure diffraction data.StrColumngetDataReduction()Description of software used to convert diffraction data to measured structure factors.StrColumngetDiffrnCollection()Description of software used to measure diffraction data.StrColumngetDiffrnReduction()Description of software used to convert diffraction data to measured structure factors.StrColumngetMolecularGraphics()Brief description of software used for molecular graphics.StrColumngetPublicationMaterial()Brief description of software used for publication material.StrColumngetStructureRefinement()Brief description of software used for structure refinement.StrColumngetStructureSolution()Brief description of software used for structure solution.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory.DelegatingCifCoreCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
getCellRefinement
Brief description of software used for cell refinement.- Returns:
- StrColumn
-
getMolecularGraphics
Brief description of software used for molecular graphics.- Returns:
- StrColumn
-
getPublicationMaterial
Brief description of software used for publication material.- Returns:
- StrColumn
-
getStructureRefinement
Brief description of software used for structure refinement.- Returns:
- StrColumn
-
getStructureSolution
Brief description of software used for structure solution.- Returns:
- StrColumn
-
getDataCollection
Description of software used to measure diffraction data.- Returns:
- StrColumn
-
getDiffrnCollection
Description of software used to measure diffraction data.- Returns:
- StrColumn
-
getDataReduction
Description of software used to convert diffraction data to measured structure factors.- Returns:
- StrColumn
-
getDiffrnReduction
Description of software used to convert diffraction data to measured structure factors.- Returns:
- StrColumn
-