Package org.rcsb.cif.schema.mm
Class EmSoftware
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.EmSoftware
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class EmSoftware
extends DelegatingCategory
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.
-
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 EmSoftware(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetCategory()The purpose of the software.StrColumngetDetails()Details about the software used.StrColumngetFittingId()pointer to _em_3d_fitting.id in the EM_3D_FITTING category.StrColumngetId()Unique identifier for each software description.StrColumngetImageProcessingId()pointer to _em_image_processing.id in the EM_IMAGE_PROCESSING category.StrColumngetImagingId()pointer to _em_imaging.id in the EM_IMAGING category.StrColumngetName()The name of the software package used, e.g., RELION.StrColumngetVersion()The version of the software.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getCategory
The purpose of the software.- Returns:
- StrColumn
-
getDetails
Details about the software used.- Returns:
- StrColumn
-
getId
Unique identifier for each software description.- Returns:
- StrColumn
-
getImageProcessingId
pointer to _em_image_processing.id in the EM_IMAGE_PROCESSING category.- Returns:
- StrColumn
-
getFittingId
pointer to _em_3d_fitting.id in the EM_3D_FITTING category.- Returns:
- StrColumn
-
getImagingId
pointer to _em_imaging.id in the EM_IMAGING category.- Returns:
- StrColumn
-
getName
The name of the software package used, e.g., RELION. Depositors are strongly encouraged to provide a value in this field.- Returns:
- StrColumn
-
getVersion
The version of the software.- Returns:
- StrColumn
-