Mercurial > hg > Members > sugi > javafx
annotate src/aquarium/test/local/StartCodeSegment.java @ 8:b973de8b6785
add build.xml
author | e095732 |
---|---|
date | Tue, 29 Jan 2013 09:59:18 +0900 |
parents | 1245abe6625f |
children | 5e6d40908c60 |
rev | line source |
---|---|
5 | 1 package aquarium.test.local; |
2 | |
3 import alice.codesegment.CodeSegment; | |
4 import alice.test.topology.aquarium.fx.Aquarium; | |
5 | |
6 | |
7 public class StartCodeSegment extends CodeSegment { | |
8 | |
9 @Override | |
10 public void run() { | |
8 | 11 ods.put("local", "objCnt", 5); |
5 | 12 Aquarium aqua = new Aquarium(); |
13 aqua.run(); | |
8 | 14 } |
5 | 15 |
8 | 16 |
5 | 17 } |