Package org.rcsb.cif.model.generated
Class EmParticleSelection
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.EmParticleSelection
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class EmParticleSelection extends BaseCategory
Data items in this category record details of images from scanned micrographs and the number of particles selected from a scanned set of micrographs.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description EmParticleSelection(String name)EmParticleSelection(String name, int rowCount, Object[] encodedColumns)EmParticleSelection(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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 selection-
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
-
getDetails
public StrColumn getDetails()
Any additional details used for selecting particles- Returns:
- StrColumn
-
getId
public StrColumn getId()
Ordinal identifier- Returns:
- StrColumn
-
getImageProcessingId
public StrColumn getImageProcessingId()
The value of _em_particle_selection.image_processing_id points to the EM_IMAGE_PROCESSING category.- Returns:
- StrColumn
-
getMethod
public StrColumn getMethod()
The method used for selecting particles- Returns:
- StrColumn
-
getNumParticlesSelected
public IntColumn getNumParticlesSelected()
The number of particles selected from the projection set of images.- Returns:
- IntColumn
-
getReferenceModel
public StrColumn getReferenceModel()
Description of reference model used for particle selection- Returns:
- StrColumn
-
-