drcl.inet.tool
Class SGB_altToInet
java.lang.Object
drcl.inet.tool.SGB_altToInet
- public class SGB_altToInet
- extends java.lang.Object
This class converts a SGB alternative format generated by
Georgia Tech Internetwork Topology Models (GT-ITM) into an XML format
which can be interpreted by GUI environment for JavaSim.
The GT-ITM generates its output in the SGB format.
But the SGB format output can be converted into an altenative format
by using sgb2alt utility provided by the GT-ITM package.
This class takes a SGB "alternative" format as a valid input and
converts it into an XML format.
Usage: java SGB_altToInet [sgb_alternative_format_file] [output_xml_file]
(ex: java SGB_altToInet ts100.alt ts100.xml)
The GT-ITM can create flat random graphs and two types of hierarchical graphs:
transit-stub and N-level hierarchical graphs.
(Currently this class is working for flat random and transit-stub graphs
but not working for N-level hierarchical graphs yet.)
After converting, if you notice the topoloy looks too dense or too small,
then you should change the scale factor in the input file of GT-ITM and
run it again.
|
Method Summary |
static void |
main(java.lang.String[] args)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SGB_altToInet
public SGB_altToInet()
main
public static void main(java.lang.String[] args)
Copyright © 1998-2003 Distributed Real-time Computing Lab (DRCL). All Rights Reserved. ~ To J-Sim Home ~