Package org.rcsb.cif.schema.mm
Class Em2dProjectionSelection
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.Em2dProjectionSelection
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class Em2dProjectionSelection
extends DelegatingCategory
Data items in the EM_2D_PROJECTION_SELECTION 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 Em2dProjectionSelection(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetCitationId()This data item is a pointer to _citation.id in the CITATION category.StrColumngetDetails()Any additional details used for selecting observed assemblies.StrColumngetEntryId()entry idStrColumngetId()unique identifier for each projection selection descriptionStrColumngetMethod()The method used for selecting observed assemblies.IntColumngetNumParticles()The number of particles selected from the projection set of images.StrColumngetSoftwareName()The software used to select 2d projections.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getEntryId
entry id- Returns:
- StrColumn
-
getId
unique identifier for each projection selection description- Returns:
- StrColumn
-
getNumParticles
The number of particles selected from the projection set of images.- Returns:
- IntColumn
-
getSoftwareName
The software used to select 2d projections.- Returns:
- StrColumn
-
getMethod
The method used for selecting observed assemblies.- Returns:
- StrColumn
-
getDetails
Any additional details used for selecting observed assemblies.- Returns:
- StrColumn
-
getCitationId
This data item is a pointer to _citation.id in the CITATION category.- Returns:
- StrColumn
-