Revision 104,
357 bytes
checked in by wojtekp, 13 years ago
(diff) |
|
-
Property svn:mime-type set to
text/plain
|
Line | |
---|
1 | package gridsim.gssim.network.sim; |
---|
2 | |
---|
3 | import gridsim.net.Link; |
---|
4 | |
---|
5 | import simulator.GSSimUsers; |
---|
6 | import simulator.workload.WorkloadLoader; |
---|
7 | |
---|
8 | public class NetworkGSSimUsers extends GSSimUsers{ |
---|
9 | |
---|
10 | public NetworkGSSimUsers(String name,Link link, String destinationName, WorkloadLoader workload) throws Exception { |
---|
11 | super(name, link, destinationName, workload); |
---|
12 | |
---|
13 | } |
---|
14 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.