Import
Class ImportConstants

java.lang.Object
  |
  +--Import.ImportConstants

public final class ImportConstants
extends java.lang.Object

ImportConstants serves as a repository of constants that deal with importing topologies from different formats.


Field Summary
static int BRITE_FORMAT
           
static int CAIDA_FORMAT
           
static int GTITM_FORMAT
           
static int GTITMts_FORMAT
           
static int INET_FORMAT
           
static int NLANR_FORMAT
           
static int SKITTER_FORMAT
           
 
Constructor Summary
ImportConstants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BRITE_FORMAT

public static int BRITE_FORMAT

GTITM_FORMAT

public static int GTITM_FORMAT

GTITMts_FORMAT

public static int GTITMts_FORMAT

NLANR_FORMAT

public static int NLANR_FORMAT

INET_FORMAT

public static int INET_FORMAT

CAIDA_FORMAT

public static int CAIDA_FORMAT

SKITTER_FORMAT

public static int SKITTER_FORMAT
Constructor Detail

ImportConstants

public ImportConstants()