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,
Integer key) |
| Modifier and Type | Method and Description |
|---|---|
int |
getOtherAtom(int index) |
public int rawIndex
public int index
public int order
public boolean isAromatic
public boolean isAmide
MinBond(int rawIndex,
int index,
int atomIndex1,
int atomIndex2,
int order,
int type,
Integer key)