Class ChemCompBond
java.lang.Object
org.biojava.nbio.structure.io.mmcif.model.ChemCompBond
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
Converts this ChemCompBond's value_order attribute into an int using the conversion:void
setAtom_id_1
(String atom_id_1) void
setAtom_id_2
(String atom_id_2) void
setComp_id
(String comp_id) void
setPdbx_aromatic_flag
(String pdbx_aromatic_flag) void
setPdbx_ordinal
(String pdbx_ordinal) void
setPdbx_stereo_config
(String pdbx_stereo_config) void
setValue_order
(String value_order)
-
Constructor Details
-
ChemCompBond
public ChemCompBond()
-
-
Method Details
-
getComp_id
-
setComp_id
-
getAtom_id_1
-
setAtom_id_1
-
getAtom_id_2
-
setAtom_id_2
-
getValue_order
-
setValue_order
-
getPdbx_aromatic_flag
-
setPdbx_aromatic_flag
-
getPdbx_stereo_config
-
setPdbx_stereo_config
-
getPdbx_ordinal
-
setPdbx_ordinal
-
getNumericalBondOrder
public int 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.
-