Package org.rcsb.cif.model.generated
Class EmSoftware
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.EmSoftware
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class EmSoftware 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.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description EmSoftware(String name)EmSoftware(String name, int rowCount, Object[] encodedColumns)EmSoftware(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.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
-
getCategory
public StrColumn getCategory()
The purpose of the software.- Returns:
- StrColumn
-
getDetails
public StrColumn getDetails()
Details about the software used.- Returns:
- StrColumn
-
getId
public StrColumn getId()
Unique identifier for each software description.- Returns:
- StrColumn
-
getImageProcessingId
public StrColumn getImageProcessingId()
pointer to _em_image_processing.id in the EM_IMAGE_PROCESSING category.- Returns:
- StrColumn
-
getFittingId
public StrColumn getFittingId()
pointer to _em_3d_fitting.id in the EM_3D_FITTING category.- Returns:
- StrColumn
-
getImagingId
public StrColumn getImagingId()
pointer to _em_imaging.id in the EM_IMAGING category.- Returns:
- StrColumn
-
getName
public 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
public StrColumn getVersion()
The version of the software.- Returns:
- StrColumn
-
-