Package org.rcsb.cif.schema.mm
Class PdbxSolnScatterModel
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxSolnScatterModel
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxSolnScatterModel
extends DelegatingCategory
Data items in the PDBX_SOLN_SCATTER_MODEL category record details about the
homology model fitting to the solution scatter data.
-
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 PdbxSolnScatterModel(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetConformerSelectionCriteria()A description of the conformer selection criteria used.StrColumngetDetails()A description of any additional details concerning the experiment.StrColumngetEntryFittingList()A list of the entries used to fit the model to the scattering dataStrColumngetId()The value of _pdbx_soln_scatter_model.id must uniquely identify the sample in the category PDBX_SOLN_SCATTER_MODELStrColumngetMethod()A description of the methods used in the modellingIntColumngetNumConformersCalculated()The number of model conformers calculated.IntColumngetNumConformersSubmitted()The number of model conformers submitted in the entryIntColumngetRepresentativeConformer()The index of the representative conformer among the submitted conformers for the entryStrColumngetScatterId()This data item is a pointer to _pdbx_soln_scatter.id in the PDBX_SOLN_SCATTER category.StrColumngetSoftwareAuthorList()A list of the software authorsStrColumngetSoftwareList()A list of the software used in the modeelingMethods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getScatterId
This data item is a pointer to _pdbx_soln_scatter.id in the PDBX_SOLN_SCATTER category.- Returns:
- StrColumn
-
getId
The value of _pdbx_soln_scatter_model.id must uniquely identify the sample in the category PDBX_SOLN_SCATTER_MODEL- Returns:
- StrColumn
-
getDetails
A description of any additional details concerning the experiment.- Returns:
- StrColumn
-
getMethod
A description of the methods used in the modelling- Returns:
- StrColumn
-
getSoftwareList
A list of the software used in the modeeling- Returns:
- StrColumn
-
getSoftwareAuthorList
A list of the software authors- Returns:
- StrColumn
-
getEntryFittingList
A list of the entries used to fit the model to the scattering data- Returns:
- StrColumn
-
getNumConformersCalculated
The number of model conformers calculated.- Returns:
- IntColumn
-
getNumConformersSubmitted
The number of model conformers submitted in the entry- Returns:
- IntColumn
-
getRepresentativeConformer
The index of the representative conformer among the submitted conformers for the entry- Returns:
- IntColumn
-
getConformerSelectionCriteria
A description of the conformer selection criteria used.- Returns:
- StrColumn
-