Package org.rcsb.cif.model.generated
Class Em2dProjectionSelection
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.Em2dProjectionSelection
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class Em2dProjectionSelection extends BaseCategory
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.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description Em2dProjectionSelection(String name)Em2dProjectionSelection(String name, int rowCount, Object[] encodedColumns)Em2dProjectionSelection(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.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
-
getEntryId
public StrColumn getEntryId()
entry id- Returns:
- StrColumn
-
getId
public StrColumn getId()
unique identifier for each projection selection description- Returns:
- StrColumn
-
getNumParticles
public IntColumn getNumParticles()
The number of particles selected from the projection set of images.- Returns:
- IntColumn
-
getSoftwareName
public StrColumn getSoftwareName()
The software used to select 2d projections.- Returns:
- StrColumn
-
getMethod
public StrColumn getMethod()
The method used for selecting observed assemblies.- Returns:
- StrColumn
-
getDetails
public StrColumn getDetails()
Any additional details used for selecting observed assemblies.- Returns:
- StrColumn
-
getCitationId
public StrColumn getCitationId()
This data item is a pointer to _citation.id in the CITATION category.- Returns:
- StrColumn
-
-