org.jmol.minimize

Class MinBond

public class MinBond extends Object

Field Summary
int[]atomIndexes
booleanisAmide
booleanisAromatic
Constructor Summary
MinBond(int[] atomIndexes, boolean isAromatic, boolean isAmide)
Method Summary
intgetOtherAtom(int index)

Field Detail

atomIndexes

public int[] atomIndexes

isAmide

public boolean isAmide

isAromatic

public boolean isAromatic

Constructor Detail

MinBond

MinBond(int[] atomIndexes, boolean isAromatic, boolean isAmide)

Method Detail

getOtherAtom

public int getOtherAtom(int index)