source: xssim/trunk/src/simulator/lists/slotList/SlotsGanttIterator.java @ 104

Revision 104, 280 bytes checked in by wojtekp, 13 years ago (diff)
  • Property svn:mime-type set to text/plain
Line 
1package simulator.lists.slotList;
2
3import java.util.Iterator;
4
5import schedframe.scheduling.TimeResourceAllocation;
6
7
8/**
9 *
10 * @author Marcin Krystek
11 *
12 */
13public interface SlotsGanttIterator extends Iterator<TimeResourceAllocation> {
14
15        public void visit(SlotsGantt list);
16       
17}
Note: See TracBrowser for help on using the repository browser.