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