Package org.rcsb.cif.model.generated
Class Computing
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.Computing
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class Computing extends BaseCategory
Data items in the COMPUTING category record details about the computer programs used in the crystal structure analysis. Data items in this category would not, in general, be used in a macromolecular CIF. The category SOFTWARE, which allows a more detailed description of computer programs and their attributes to be given, would be used instead.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetCellRefinement()Software used for cell refinement.StrColumngetDataCollection()Software used for data collection.StrColumngetDataReduction()Software used for data reduction.StrColumngetEntryId()This data item is a pointer to _entry.id in the ENTRY category.StrColumngetMolecularGraphics()Software used for molecular graphics.StrColumngetPdbxDataReductionDs()Program/package name for data reduction/data scalingStrColumngetPdbxDataReductionIi()Program/package name for data reduction/intensity integration softwareStrColumngetPdbxStructureRefinementMethod()Program/package name for structure refinement method.StrColumngetPublicationMaterial()Software used for generating material for publication.StrColumngetStructureRefinement()Software used for refinement of the structure.StrColumngetStructureSolution()Software used for solution of the structure.-
Methods inherited from class org.rcsb.cif.model.BaseCategory
getBinaryColumn, getCategoryName, getColumn, getColumnNames, getRowCount, isDefined
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.rcsb.cif.model.Category
columnNames, columns, get
-
-
-
-
Method Detail
-
getEntryId
public StrColumn getEntryId()
This data item is a pointer to _entry.id in the ENTRY category.- Returns:
- StrColumn
-
getCellRefinement
public StrColumn getCellRefinement()
Software used for cell refinement. Give the program or package name and a brief reference.- Returns:
- StrColumn
-
getDataCollection
public StrColumn getDataCollection()
Software used for data collection. Give the program or package name and a brief reference.- Returns:
- StrColumn
-
getDataReduction
public StrColumn getDataReduction()
Software used for data reduction. Give the program or package name and a brief reference.- Returns:
- StrColumn
-
getMolecularGraphics
public StrColumn getMolecularGraphics()
Software used for molecular graphics. Give the program or package name and a brief reference.- Returns:
- StrColumn
-
getPublicationMaterial
public StrColumn getPublicationMaterial()
Software used for generating material for publication. Give the program or package name and a brief reference.- Returns:
- StrColumn
-
getStructureRefinement
public StrColumn getStructureRefinement()
Software used for refinement of the structure. Give the program or package name and a brief reference.- Returns:
- StrColumn
-
getStructureSolution
public StrColumn getStructureSolution()
Software used for solution of the structure. Give the program or package name and a brief reference.- Returns:
- StrColumn
-
getPdbxStructureRefinementMethod
public StrColumn getPdbxStructureRefinementMethod()
Program/package name for structure refinement method.- Returns:
- StrColumn
-
getPdbxDataReductionIi
public StrColumn getPdbxDataReductionIi()
Program/package name for data reduction/intensity integration software- Returns:
- StrColumn
-
getPdbxDataReductionDs
public StrColumn getPdbxDataReductionDs()
Program/package name for data reduction/data scaling- Returns:
- StrColumn
-
-