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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.slf4j.LoggerintConverts this ChemCompBond's value_order attribute into an int using the conversion:intvoidsetAtomId1(String atomId1) voidsetAtomId2(String atomId2) voidvoidsetPdbxAromaticFlag(String pdbxAromaticFlag) voidsetPdbxOrdinal(int pdbxOrdinal) voidsetPdbxStereoConfig(String pdbxStereoConfig) voidsetValueOrder(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 -> 4Any 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.
-