populateList
public boolean populateList(AtomArrayList mySmerList,
IAtom atom,
boolean mightBeBroken)
Populates smerList with all atoms in the smer that contains atom.
If mightBeBroken is false, an exception is throw if any invalid bonding
is encountered (along with potentially useful information about the
invalid bonding). If mightBeBroken is true, then populateList returns
true if any invalid bonding is encountered. populateList returns false
if invalid bonding is not encountered.
- Specified by:
populateList
in interface IAssociationHelper