|
J-Sim v1.2.1-p7 API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectdrcl.inet.tool.SGB_altToInet
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.
| Constructor Summary | |
SGB_altToInet()
|
|
| Method Summary | |
static void |
main(java.lang.String[] args)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SGB_altToInet()
| Method Detail |
public static void main(java.lang.String[] args)
|
J-Sim v1.2.1-p7 API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||