|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--SSF.App.Worm.ASGraph
The Internet at the AS (interdomain) level. (Abstracted representation.)
| Nested Class Summary | |
class |
ASGraph.Edge
|
class |
ASGraph.OutputManager
Not used at the moment. |
| Field Summary | |
AS[] |
ases
ASs |
java.util.HashMap |
asLookupFromNum
Lookup table (ASN->index). |
boolean |
DEBUG
|
int |
numASs
Number of ASs - corresponds to: number of strata in epidemiological model. |
| Constructor Summary | |
ASGraph(java.lang.String topologyFile)
|
|
| Method Summary | |
int |
asnToIndex(int asn)
Translate ASN to index in ases[]. |
void |
closeOutputManager()
|
void |
createOutputManager(boolean stdOut,
boolean globalsOut,
boolean doLayout,
java.lang.String gmlFile,
java.lang.String namFile,
java.lang.String dmlFile)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public boolean DEBUG
public int numASs
public AS[] ases
public java.util.HashMap asLookupFromNum
| Constructor Detail |
public ASGraph(java.lang.String topologyFile)
topologyFile - Adjacency list format file describing interdomain
topology.| Method Detail |
public void createOutputManager(boolean stdOut,
boolean globalsOut,
boolean doLayout,
java.lang.String gmlFile,
java.lang.String namFile,
java.lang.String dmlFile)
public void closeOutputManager()
public int asnToIndex(int asn)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||