@PublicAPI @Beta public class BondInfo extends java.lang.Object
Beta
annotation, so it can be subject of incompatible changes
or removal in any of the later releases.Constructor and Description |
---|
BondInfo(int atom1Index,
int atom2Index,
int bondIndex)
Construct.
|
Modifier and Type | Method and Description |
---|---|
int |
getAtom1Index()
Atom index for first end atom.
|
int |
getAtom2Index()
Atom index for second end atom.
|
int |
getBondIndex()
Bond index.
|
java.lang.String |
toString() |
public BondInfo(int atom1Index, int atom2Index, int bondIndex)
atom1Index
- Atom 1 indexatom2Index
- Atom 2 indexbondIndex
- Bond indexpublic int getAtom1Index()
public int getAtom2Index()
public int getBondIndex()
public java.lang.String toString()
toString
in class java.lang.Object