Package org.rcsb.cif.schema.mm
Class EmVitrification
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.EmVitrification
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class EmVitrification
extends DelegatingCategory
Data items in the EM_VITRIFICATION category
record details about the method and cryogen used in
rapid freezing of the sample on the grid prior to its
insertion in the electron microscope
-
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 EmVitrification(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)FloatColumngetChamberTemperature()The temperature (in degrees Kelvin) of the sample just prior to vitrification.StrColumngetCitationId()This data item is a pointer to _citation.id in the CITATION category.StrColumngetCryogenName()This is the name of the cryogen.StrColumngetDetails()Any additional details relating to vitrification.StrColumngetEntryId()This data item is a pointer to _entry.id in the ENTRY category.FloatColumngetHumidity()The humidity (%) in the vicinity of the vitrification process.StrColumngetId()The value of _em_vitrification.id must uniquely identify the vitrification procedure.StrColumngetInstrument()The type of instrument used in the vitrification process.StrColumngetMethod()The procedure for vitrification.StrColumngetSamplePreparationId()This data item is a pointer to _em_sample_preparation.id in the EM_SAMPLE_PREPARATION category.StrColumngetSpecimenId()This data item is a pointer to _em_specimen.idFloatColumngetTemp()The vitrification temperature (in degrees Kelvin), e.g., temperature of the plunge instrument cryogen bath.StrColumngetTimeResolvedState()The length of time after an event effecting the sample that vitrification was induced and a description of the event.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getEntryId
This data item is a pointer to _entry.id in the ENTRY category.- Returns:
- StrColumn
-
getId
The value of _em_vitrification.id must uniquely identify the vitrification procedure.- Returns:
- StrColumn
-
getSamplePreparationId
This data item is a pointer to _em_sample_preparation.id in the EM_SAMPLE_PREPARATION category.- Returns:
- StrColumn
-
getSpecimenId
This data item is a pointer to _em_specimen.id- Returns:
- StrColumn
-
getCryogenName
This is the name of the cryogen.- Returns:
- StrColumn
-
getHumidity
The humidity (%) in the vicinity of the vitrification process.- Returns:
- FloatColumn
-
getTemp
The vitrification temperature (in degrees Kelvin), e.g., temperature of the plunge instrument cryogen bath.- Returns:
- FloatColumn
-
getChamberTemperature
The temperature (in degrees Kelvin) of the sample just prior to vitrification.- Returns:
- FloatColumn
-
getInstrument
The type of instrument used in the vitrification process.- Returns:
- StrColumn
-
getMethod
The procedure for vitrification.- Returns:
- StrColumn
-
getTimeResolvedState
The length of time after an event effecting the sample that vitrification was induced and a description of the event.- Returns:
- StrColumn
-
getCitationId
This data item is a pointer to _citation.id in the CITATION category.- Returns:
- StrColumn
-
getDetails
Any additional details relating to vitrification.- Returns:
- StrColumn
-