Mercurial > hg > Members > tatsuki > Alice
view src/topology/manager/TopologyManager.java @ 22:2ca2d961a8d2
implements outline of TopologyManager
author | kazz <kazz@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 17 Jan 2012 00:40:27 +0900 |
parents | |
children |
line wrap: on
line source
package topology.manager; import alice.daemon.AliceDaemon; public class TopologyManager { public static void main(String[] args) { TopologyManagerConfig conf = new TopologyManagerConfig(args); new AliceDaemon(conf).listen(); new StartTopologyManager(conf).execute(); } }