Package org.biojava.nbio.structure.chem
Class ChemCompBond
java.lang.Object
org.biojava.nbio.structure.chem.ChemCompBond
- All Implemented Interfaces:
Serializable
,CifBean
Properties of a bond in a chemical component.
- Since:
- 6.0.0
- Author:
- Sebastian Bittrich
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.slf4j.Logger
int
Converts this ChemCompBond's value_order attribute into an int using the conversion:int
void
setAtomId1
(String atomId1) void
setAtomId2
(String atomId2) void
void
setPdbxAromaticFlag
(String pdbxAromaticFlag) void
setPdbxOrdinal
(int pdbxOrdinal) void
setPdbxStereoConfig
(String pdbxStereoConfig) void
setValueOrder
(String valueOrder)
-
Constructor Details
-
ChemCompBond
public ChemCompBond()
-
-
Method Details
-
getLogger
-
getCompId
-
setCompId
-
getAtomId1
-
setAtomId1
-
getAtomId2
-
setAtomId2
-
getValueOrder
-
setValueOrder
-
getPdbxAromaticFlag
-
setPdbxAromaticFlag
-
getPdbxStereoConfig
-
setPdbxStereoConfig
-
getPdbxOrdinal
-
setPdbxOrdinal
-
getNumericalBondOrder
Converts this ChemCompBond's value_order attribute into an int using the conversion:SING -> 1 DOUB -> 2 TRIP -> 3 QUAD -> 4
Any other values will return -1.(Source: http://mmcif.rcsb.org/dictionaries/mmcif_mdb.dic/Items/_chem_comp_bond. value_order.html)
- Returns:
- the numerical value of this ChemCompBond's bond order, or -1 if the value is non-numeric or unknown.
-