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