Package org.rcsb.cif.schema.mm
Class PdbxBondDistanceLimits
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PdbxBondDistanceLimits
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PdbxBondDistanceLimits
extends DelegatingCategory
This category provides a table of upper and lower distance
limits used as criteria in determining covalent bonds.
The table is organized by atom type pairs.
-
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 PdbxBondDistanceLimits(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetAtomType1()The first atom type defining the bondStrColumngetAtomType2()The first atom type defining the bondFloatColumngetLowerLimit()The lower bond distance limit.FloatColumngetUpperLimit()The upper bond distance limit.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getAtomType1
The first atom type defining the bond- Returns:
- StrColumn
-
getAtomType2
The first atom type defining the bond- Returns:
- StrColumn
-
getLowerLimit
The lower bond distance limit.- Returns:
- FloatColumn
-
getUpperLimit
The upper bond distance limit.- Returns:
- FloatColumn
-