Package org.rcsb.cif.schema.mm
Class PhasingAveraging
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PhasingAveraging
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PhasingAveraging
extends DelegatingCategory
Data items in the PHASING_AVERAGING category record details
about the phasing of the structure where methods involving
averaging of multiple observations of the molecule in the
asymmetric unit are involved.
-
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 PhasingAveraging(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetDetails()A description of special aspects of the averaging process.StrColumngetEntryId()This data item is a pointer to _entry.id in the ENTRY category.StrColumngetMethod()A description of the phase-averaging phasing method used to phase this structure.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getDetails
A description of special aspects of the averaging process.- Returns:
- StrColumn
-
getEntryId
This data item is a pointer to _entry.id in the ENTRY category.- Returns:
- StrColumn
-
getMethod
A description of the phase-averaging phasing method used to phase this structure. Note that this is not the computer program used, which is described in the SOFTWARE category, but rather the method itself. This data item should be used to describe significant methodological options used within the phase-averaging program.- Returns:
- StrColumn
-