Package org.rcsb.cif.schema.mm
Class IhmGaussianObjEnsemble
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.IhmGaussianObjEnsemble
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class IhmGaussianObjEnsemble
extends DelegatingCategory
Data items in the IHM_GAUSSIAN_OBJ_ENSEMBLE category records the details
of the gaussian objects representing an ensemble or cluster of models.
-
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 IhmGaussianObjEnsemble(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetAsymId()An asym/strand identifier corresponding to this gaussian object.FloatColumngetCovarianceMatrix11()Data item of the covariance matrix representing the Gaussian object.FloatColumngetCovarianceMatrix12()Data item of the covariance matrix representing the Gaussian object.FloatColumngetCovarianceMatrix13()Data item of the covariance matrix representing the Gaussian object.FloatColumngetCovarianceMatrix21()Data item of the covariance matrix representing the Gaussian object.FloatColumngetCovarianceMatrix22()Data item of the covariance matrix representing the Gaussian object.FloatColumngetCovarianceMatrix23()Data item of the covariance matrix representing the Gaussian object.FloatColumngetCovarianceMatrix31()Data item of the covariance matrix representing the Gaussian object.FloatColumngetCovarianceMatrix32()Data item of the covariance matrix representing the Gaussian object.FloatColumngetCovarianceMatrix33()Data item of the covariance matrix representing the Gaussian object.IntColumngetEnsembleId()The ensemble id corresponding to the gaussian object.StrColumngetEntityId()The entity identifier corresponding to this gaussian object.IntColumngetId()A unique identifier for this gaussian object.FloatColumngetMeanCartnX()The mean Cartesian X component corresponding to this gaussian object.FloatColumngetMeanCartnY()The mean Cartesian Y component corresponding to this gaussian object.FloatColumngetMeanCartnZ()The mean Cartesian Z component corresponding to this gaussian object.IntColumngetSeqIdBegin()The leading sequence index corresponding to this gaussian object.IntColumngetSeqIdEnd()The trailing sequence index corresponding to this gaussian object.FloatColumngetWeight()The weight of the gaussian object.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getId
A unique identifier for this gaussian object.- Returns:
- IntColumn
-
getEntityId
The entity identifier corresponding to this gaussian object. This data item is a pointer to _entity.id in the ENTITY category.- Returns:
- StrColumn
-
getSeqIdBegin
The leading sequence index corresponding to this gaussian object. This data item is a pointer to _entity_poly_seq.num in the ENTITY_POLY_SEQ category.- Returns:
- IntColumn
-
getSeqIdEnd
The trailing sequence index corresponding to this gaussian object. This data item is a pointer to _entity_poly_seq.num in the ENTITY_POLY_SEQ category.- Returns:
- IntColumn
-
getAsymId
An asym/strand identifier corresponding to this gaussian object. This data item is a pointer to _struct_asym.id in the STRUCT_ASYM category.- Returns:
- StrColumn
-
getMeanCartnX
The mean Cartesian X component corresponding to this gaussian object.- Returns:
- FloatColumn
-
getMeanCartnY
The mean Cartesian Y component corresponding to this gaussian object.- Returns:
- FloatColumn
-
getMeanCartnZ
The mean Cartesian Z component corresponding to this gaussian object.- Returns:
- FloatColumn
-
getWeight
The weight of the gaussian object.- Returns:
- FloatColumn
-
getCovarianceMatrix11
Data item of the covariance matrix representing the Gaussian object.- Returns:
- FloatColumn
-
getCovarianceMatrix12
Data item of the covariance matrix representing the Gaussian object.- Returns:
- FloatColumn
-
getCovarianceMatrix13
Data item of the covariance matrix representing the Gaussian object.- Returns:
- FloatColumn
-
getCovarianceMatrix21
Data item of the covariance matrix representing the Gaussian object.- Returns:
- FloatColumn
-
getCovarianceMatrix22
Data item of the covariance matrix representing the Gaussian object.- Returns:
- FloatColumn
-
getCovarianceMatrix23
Data item of the covariance matrix representing the Gaussian object.- Returns:
- FloatColumn
-
getCovarianceMatrix31
Data item of the covariance matrix representing the Gaussian object.- Returns:
- FloatColumn
-
getCovarianceMatrix32
Data item of the covariance matrix representing the Gaussian object.- Returns:
- FloatColumn
-
getCovarianceMatrix33
Data item of the covariance matrix representing the Gaussian object.- Returns:
- FloatColumn
-
getEnsembleId
The ensemble id corresponding to the gaussian object. This data item is a pointer to _ihm_ensemble_info.ensemble_id in the IHM_ENSEMBLE_INFO category.- Returns:
- IntColumn
-