source:
xssim/src/simulator/stats/implementation/StatsInterface.java
@
104
Revision 104, 225 bytes checked in by wojtekp, 13 years ago (diff) | |
---|---|
|
Line | |
---|---|
1 | package simulator.stats.implementation; |
2 | |
3 | import simulator.stats.implementation.out.StatsSerializer; |
4 | |
5 | public interface StatsInterface { |
6 | |
7 | public Object serialize(StatsSerializer serializer); |
8 | public String[] getHeaders(); |
9 | |
10 | } |
Note: See TracBrowser
for help on using the repository browser.