Exemplo n.º 1
0
 /**
  * @param ce the constraint over which to iterate
  * @throws DapException
  */
 public ReferenceIterator(CEConstraint ce) throws DapException {
   list.addAll(ce.dimrefs);
   list.addAll(ce.enums);
   list.addAll(ce.variables);
   listiter = list.iterator();
 }