Package org.rcsb.cif.schema.mm
Class EmParticleSelection
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.EmParticleSelection
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class EmParticleSelection
extends DelegatingCategory
Data items in this category
record details of images from scanned micrographs and the
number of particles selected from a scanned set of micrographs.
-
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 EmParticleSelection(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetDetails()Any additional details used for selecting particlesStrColumngetId()Ordinal identifierStrColumngetImageProcessingId()The value of _em_particle_selection.image_processing_id points to the EM_IMAGE_PROCESSING category.StrColumngetMethod()The method used for selecting particlesIntColumngetNumParticlesSelected()The number of particles selected from the projection set of images.StrColumngetReferenceModel()Description of reference model used for particle selectionMethods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getDetails
Any additional details used for selecting particles- Returns:
- StrColumn
-
getId
Ordinal identifier- Returns:
- StrColumn
-
getImageProcessingId
The value of _em_particle_selection.image_processing_id points to the EM_IMAGE_PROCESSING category.- Returns:
- StrColumn
-
getMethod
The method used for selecting particles- Returns:
- StrColumn
-
getNumParticlesSelected
The number of particles selected from the projection set of images.- Returns:
- IntColumn
-
getReferenceModel
Description of reference model used for particle selection- Returns:
- StrColumn
-