Package org.rcsb.cif.schema.mm
Class DatabasePDBMatrix
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.DatabasePDBMatrix
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class DatabasePDBMatrix
extends DelegatingCategory
The DATABASE_PDB_MATRIX category provides placeholders for
transformation matrices and vectors used by the Protein Data
Bank (PDB).
These data items are included only for consistency with older
PDB format files. They should appear in a data block only if
that data block was created by reformatting a PDB format file.
-
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 DatabasePDBMatrix(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetEntryId()This data item is a pointer to _entry.id in the ENTRY category.FloatColumngetOrigx11()The elements of the PDB ORIGX matrix.FloatColumngetOrigx12()The elements of the PDB ORIGX matrix.FloatColumngetOrigx13()The elements of the PDB ORIGX matrix.FloatColumngetOrigx21()The elements of the PDB ORIGX matrix.FloatColumngetOrigx22()The elements of the PDB ORIGX matrix.FloatColumngetOrigx23()The elements of the PDB ORIGX matrix.FloatColumngetOrigx31()The elements of the PDB ORIGX matrix.FloatColumngetOrigx32()The elements of the PDB ORIGX matrix.FloatColumngetOrigx33()The elements of the PDB ORIGX matrix.FloatColumngetOrigxVector1()The elements of the PDB ORIGX vector.FloatColumngetOrigxVector2()The elements of the PDB ORIGX vector.FloatColumngetOrigxVector3()The elements of the PDB ORIGX vector.FloatColumngetScale11()The elements of the PDB SCALE matrix.FloatColumngetScale12()The elements of the PDB SCALE matrix.FloatColumngetScale13()The elements of the PDB SCALE matrix.FloatColumngetScale21()The elements of the PDB SCALE matrix.FloatColumngetScale22()The elements of the PDB SCALE matrix.FloatColumngetScale23()The elements of the PDB SCALE matrix.FloatColumngetScale31()The elements of the PDB SCALE matrix.FloatColumngetScale32()The elements of the PDB SCALE matrix.FloatColumngetScale33()The elements of the PDB SCALE matrix.FloatColumngetScaleVector1()The elements of the PDB SCALE vector.FloatColumngetScaleVector2()The elements of the PDB SCALE vector.FloatColumngetScaleVector3()The elements of the PDB SCALE vector.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getEntryId
This data item is a pointer to _entry.id in the ENTRY category.- Returns:
- StrColumn
-
getOrigx11
The elements of the PDB ORIGX matrix.- Returns:
- FloatColumn
-
getOrigx12
The elements of the PDB ORIGX matrix.- Returns:
- FloatColumn
-
getOrigx13
The elements of the PDB ORIGX matrix.- Returns:
- FloatColumn
-
getOrigx21
The elements of the PDB ORIGX matrix.- Returns:
- FloatColumn
-
getOrigx22
The elements of the PDB ORIGX matrix.- Returns:
- FloatColumn
-
getOrigx23
The elements of the PDB ORIGX matrix.- Returns:
- FloatColumn
-
getOrigx31
The elements of the PDB ORIGX matrix.- Returns:
- FloatColumn
-
getOrigx32
The elements of the PDB ORIGX matrix.- Returns:
- FloatColumn
-
getOrigx33
The elements of the PDB ORIGX matrix.- Returns:
- FloatColumn
-
getOrigxVector1
The elements of the PDB ORIGX vector.- Returns:
- FloatColumn
-
getOrigxVector2
The elements of the PDB ORIGX vector.- Returns:
- FloatColumn
-
getOrigxVector3
The elements of the PDB ORIGX vector.- Returns:
- FloatColumn
-
getScale11
The elements of the PDB SCALE matrix.- Returns:
- FloatColumn
-
getScale12
The elements of the PDB SCALE matrix.- Returns:
- FloatColumn
-
getScale13
The elements of the PDB SCALE matrix.- Returns:
- FloatColumn
-
getScale21
The elements of the PDB SCALE matrix.- Returns:
- FloatColumn
-
getScale22
The elements of the PDB SCALE matrix.- Returns:
- FloatColumn
-
getScale23
The elements of the PDB SCALE matrix.- Returns:
- FloatColumn
-
getScale31
The elements of the PDB SCALE matrix.- Returns:
- FloatColumn
-
getScale32
The elements of the PDB SCALE matrix.- Returns:
- FloatColumn
-
getScale33
The elements of the PDB SCALE matrix.- Returns:
- FloatColumn
-
getScaleVector1
The elements of the PDB SCALE vector.- Returns:
- FloatColumn
-
getScaleVector2
The elements of the PDB SCALE vector.- Returns:
- FloatColumn
-
getScaleVector3
The elements of the PDB SCALE vector.- Returns:
- FloatColumn
-