Package org.rcsb.cif.schema.mm
Class PdbxStructLegacyOperList
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxStructLegacyOperList
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxStructLegacyOperList
extends DelegatingCategory
Data items in the PDBX_STRUCT_LEGACY_OPER_LIST category describe
Cartesian rotation and translation operations required to
generate or transform the coordinates deposited with this entry.
This category provides a container for matrices used to construct
icosahedral assemblies in legacy entries.
-
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 PdbxStructLegacyOperList(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)IntColumngetId()This integer value must uniquely identify a record in the PDBX_STRUCT_LEGACY_OPER_LIST list.FloatColumngetMatrix11()The elements of the 3x3 matrix component of the transformation operation.FloatColumngetMatrix12()The elements of the 3x3 matrix component of the transformation operation.FloatColumngetMatrix13()The elements of the 3x3 matrix component of the transformation operation.FloatColumngetMatrix21()The elements of the 3x3 matrix component of the transformation operation.FloatColumngetMatrix22()The elements of the 3x3 matrix component of the transformation operation.FloatColumngetMatrix23()The elements of the 3x3 matrix component of the transformation operation.FloatColumngetMatrix31()The elements of the 3x3 matrix component of the transformation operation.FloatColumngetMatrix32()The elements of the 3x3 matrix component of the transformation operation.FloatColumngetMatrix33()The elements of the 3x3 matrix component of the transformation operation.StrColumngetName()A descriptive name for the transformation operation.FloatColumngetVector1()The elements of the three-element vector component of the transformation operation.FloatColumngetVector2()The elements of the three-element vector component of the transformation operation.FloatColumngetVector3()The elements of the three-element vector component of the transformation operation.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getId
This integer value must uniquely identify a record in the PDBX_STRUCT_LEGACY_OPER_LIST list.- Returns:
- IntColumn
-
getName
A descriptive name for the transformation operation.- Returns:
- StrColumn
-
getMatrix11
The elements of the 3x3 matrix component of the transformation operation.- Returns:
- FloatColumn
-
getMatrix12
The elements of the 3x3 matrix component of the transformation operation.- Returns:
- FloatColumn
-
getMatrix13
The elements of the 3x3 matrix component of the transformation operation.- Returns:
- FloatColumn
-
getMatrix21
The elements of the 3x3 matrix component of the transformation operation.- Returns:
- FloatColumn
-
getMatrix22
The elements of the 3x3 matrix component of the transformation operation.- Returns:
- FloatColumn
-
getMatrix23
The elements of the 3x3 matrix component of the transformation operation.- Returns:
- FloatColumn
-
getMatrix31
The elements of the 3x3 matrix component of the transformation operation.- Returns:
- FloatColumn
-
getMatrix32
The elements of the 3x3 matrix component of the transformation operation.- Returns:
- FloatColumn
-
getMatrix33
The elements of the 3x3 matrix component of the transformation operation.- Returns:
- FloatColumn
-
getVector1
The elements of the three-element vector component of the transformation operation.- Returns:
- FloatColumn
-
getVector2
The elements of the three-element vector component of the transformation operation.- Returns:
- FloatColumn
-
getVector3
The elements of the three-element vector component of the transformation operation.- Returns:
- FloatColumn
-