Package org.rcsb.cif.model.generated
Class ChemCompTor
- java.lang.Object
-
- org.rcsb.cif.model.BaseCategory
-
- org.rcsb.cif.model.generated.ChemCompTor
-
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.generator.SchemaGenerator") public class ChemCompTor extends BaseCategory
Data items in the CHEM_COMP_TOR category record details about the torsion angles in a chemical component. As torsion angles can have more than one target value, the target values are specified in the CHEM_COMP_TOR_VALUE category.
-
-
Field Summary
-
Fields inherited from class org.rcsb.cif.model.BaseCategory
isText, textFields
-
-
Constructor Summary
Constructors Constructor Description ChemCompTor(String name)ChemCompTor(String name, int rowCount, Object[] encodedColumns)ChemCompTor(String name, Map<String,Column> columns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StrColumngetAtomId1()The ID of the first of the four atoms that define the torsion angle.StrColumngetAtomId2()The ID of the second of the four atoms that define the torsion angle.StrColumngetAtomId3()The ID of the third of the four atoms that define the torsion angle.StrColumngetAtomId4()The ID of the fourth of the four atoms that define the torsion angle.StrColumngetCompId()This data item is a pointer to _chem_comp.id in the CHEM_COMP category.StrColumngetId()The value of _chem_comp_tor.id must uniquely identify a record in the CHEM_COMP_TOR list.-
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
-
getAtomId1
public StrColumn getAtomId1()
The ID of the first of the four atoms that define the torsion angle. This data item is a pointer to _chem_comp_atom.atom_id in the CHEM_COMP_ATOM category.- Returns:
- StrColumn
-
getAtomId2
public StrColumn getAtomId2()
The ID of the second of the four atoms that define the torsion angle. This data item is a pointer to _chem_comp_atom.atom_id in the CHEM_COMP_ATOM category.- Returns:
- StrColumn
-
getAtomId3
public StrColumn getAtomId3()
The ID of the third of the four atoms that define the torsion angle. This data item is a pointer to _chem_comp_atom.atom_id in the CHEM_COMP_ATOM category.- Returns:
- StrColumn
-
getAtomId4
public StrColumn getAtomId4()
The ID of the fourth of the four atoms that define the torsion angle. This data item is a pointer to _chem_comp_atom.atom_id in the CHEM_COMP_ATOM category.- Returns:
- StrColumn
-
getId
public StrColumn getId()
The value of _chem_comp_tor.id must uniquely identify a record in the CHEM_COMP_TOR list.- Returns:
- StrColumn
-
getCompId
public StrColumn getCompId()
This data item is a pointer to _chem_comp.id in the CHEM_COMP category.- Returns:
- StrColumn
-
-