Mercurial > hg > Papers > 2015 > nozomi-sigos
view paper/source/StartAquariumFX.java @ 23:7de82f13512b default tip
last update
author | Nozomi Teruya <e125769@ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 08 Jul 2015 17:34:13 +0900 |
parents | 0127effb8fcd |
children |
line wrap: on
line source
public class StartAquariumFX { public static void main(String args[]){ AquariumConfig conf = new AquariumConfig(args); conf.register(MoveBeforePosition.class); StartCodeSegment cs = new StartCodeSegment(); new TopologyNode(conf, cs); } }