public class MinBond extends MinObject
| Modifier and Type | Field and Description |
|---|---|
int |
index |
boolean |
isAmide |
boolean |
isAromatic |
int |
order |
int |
rawIndex |
| Constructor and Description |
|---|
MinBond(int rawIndex,
int index,
int atomIndex1,
int atomIndex2,
int order,
int type,
java.lang.Integer key) |
| Modifier and Type | Method and Description |
|---|---|
int |
getOtherAtom(int index) |