Package org.rcsb.cif.model.generated
Class IhmGaussianObjSite
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.IhmGaussianObjSite
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class IhmGaussianObjSite extends BaseCategory
Data items in the IHM_GAUSSIAN_OBJ_SITE category records the details of the gaussian objects modeled in the integrative structural model.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description IhmGaussianObjSite(String name)IhmGaussianObjSite(String name, int rowCount, Object[] encodedColumns)IhmGaussianObjSite(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.StrColumngetEntityId()The entity identifier corresponding to 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.IntColumngetModelId()The model id corresponding to the gaussian object.IntColumngetOrdinalId()A unique identifier for this gaussian object in the model.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.model.BaseCategory
getBinaryColumn, getCategoryName, getColumn, getColumnNames, getRowCount, isDefined
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.rcsb.cif.model.Category
columnNames, columns, get
-
-
-
-
Method Detail
-
getOrdinalId
public IntColumn getOrdinalId()
A unique identifier for this gaussian object in the model.- Returns:
- IntColumn
-
getEntityId
public StrColumn 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
public IntColumn 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 category.- Returns:
- IntColumn
-
getSeqIdEnd
public 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 category.- Returns:
- IntColumn
-
getAsymId
public StrColumn 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
public FloatColumn getMeanCartnX()
The mean Cartesian X component corresponding to this gaussian object.- Returns:
- FloatColumn
-
getMeanCartnY
public FloatColumn getMeanCartnY()
The mean Cartesian Y component corresponding to this gaussian object.- Returns:
- FloatColumn
-
getMeanCartnZ
public FloatColumn getMeanCartnZ()
The mean Cartesian Z component corresponding to this gaussian object.- Returns:
- FloatColumn
-
getWeight
public FloatColumn getWeight()
The weight of the gaussian object.- Returns:
- FloatColumn
-
getCovarianceMatrix11
public FloatColumn getCovarianceMatrix11()
Data item of the covariance matrix representing the Gaussian object.- Returns:
- FloatColumn
-
getCovarianceMatrix12
public FloatColumn getCovarianceMatrix12()
Data item of the covariance matrix representing the Gaussian object.- Returns:
- FloatColumn
-
getCovarianceMatrix13
public FloatColumn getCovarianceMatrix13()
Data item of the covariance matrix representing the Gaussian object.- Returns:
- FloatColumn
-
getCovarianceMatrix21
public FloatColumn getCovarianceMatrix21()
Data item of the covariance matrix representing the Gaussian object.- Returns:
- FloatColumn
-
getCovarianceMatrix22
public FloatColumn getCovarianceMatrix22()
Data item of the covariance matrix representing the Gaussian object.- Returns:
- FloatColumn
-
getCovarianceMatrix23
public FloatColumn getCovarianceMatrix23()
Data item of the covariance matrix representing the Gaussian object.- Returns:
- FloatColumn
-
getCovarianceMatrix31
public FloatColumn getCovarianceMatrix31()
Data item of the covariance matrix representing the Gaussian object.- Returns:
- FloatColumn
-
getCovarianceMatrix32
public FloatColumn getCovarianceMatrix32()
Data item of the covariance matrix representing the Gaussian object.- Returns:
- FloatColumn
-
getCovarianceMatrix33
public FloatColumn getCovarianceMatrix33()
Data item of the covariance matrix representing the Gaussian object.- Returns:
- FloatColumn
-
getModelId
public IntColumn getModelId()
The model id corresponding to the gaussian object. This data item is a pointer to _ihm_model_list.model_id in the IHM_MODEL_LIST category.- Returns:
- IntColumn
-
-