public ListIterator getReactantTree() {
   ListIterator iter = reactantTree.listIterator();
   return iter;
 }