Mercurial > hg > Papers > 2015 > nozomi-sigos
comparison paper/source/StartAquariumFX.java @ 0:0127effb8fcd
first commit
author | Nozomi Teruya <e125769@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 05 May 2015 15:36:41 +0900 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:0127effb8fcd |
---|---|
1 public class StartAquariumFX { | |
2 public static void main(String args[]){ | |
3 AquariumConfig conf = new AquariumConfig(args); | |
4 conf.register(MoveBeforePosition.class); | |
5 StartCodeSegment cs = new StartCodeSegment(); | |
6 new TopologyNode(conf, cs); | |
7 } | |
8 } |