Package chemaxon.marvin.alignment.atrop
Class BondInfo
- java.lang.Object
-
- chemaxon.marvin.alignment.atrop.BondInfo
-
@PublicAPI @Beta public class BondInfo extends Object
Encapsulates bond info. Please note that this class is marked withBeta
annotation, so it can be subject of incompatible changes or removal in any of the later releases.
-
-
Constructor Summary
Constructors Constructor Description BondInfo(int atom1Index, int atom2Index, int bondIndex)
Construct.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getAtom1Index()
Atom index for first end atom.int
getAtom2Index()
Atom index for second end atom.int
getBondIndex()
Bond index.String
toString()
-
-
-
Method Detail
-
getAtom1Index
public int getAtom1Index()
Atom index for first end atom.- Returns:
- first bond end atom index
-
getAtom2Index
public int getAtom2Index()
Atom index for second end atom.- Returns:
- second bond end atom index
-
getBondIndex
public int getBondIndex()
Bond index.- Returns:
- bond index
-
-