Package org.rcsb.cif.schema.mm
Class PdbxNmrRepresentative
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxNmrRepresentative
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxNmrRepresentative
extends DelegatingCategory
An average structure is often calculated in addition to the ensemble, or one
of the ensemble is selected as a representative structure. This section
describes selection of the representative structure.
-
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 PdbxNmrRepresentative(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetConformerId()If a member of the ensemble has been selected as a representative structure, identify it by its model number.StrColumngetEntryId()msd will assign the ID.StrColumngetSelectionCriteria()By highlighting the appropriate choice(s), describe the criteria used to select this structure as a representative structure, or if an average structure has been calculated describe how this was done.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getEntryId
msd will assign the ID.- Returns:
- StrColumn
-
getConformerId
If a member of the ensemble has been selected as a representative structure, identify it by its model number.- Returns:
- StrColumn
-
getSelectionCriteria
By highlighting the appropriate choice(s), describe the criteria used to select this structure as a representative structure, or if an average structure has been calculated describe how this was done.- Returns:
- StrColumn
-