Uses of Class
Structures.RouterCollection

Packages that use RouterCollection
ExecutableTasks   
GUI   
Logic   
Utils   
 

Uses of RouterCollection in ExecutableTasks
 

Methods in ExecutableTasks with parameters of type RouterCollection
 void DetectOutliers.pollingProcess(java.lang.String samplesNo, java.lang.String timePeriod, RouterCollection discRouters)
          Instance method that performs the polling routine
 void RealTimeMonitoring.pollingProcess(java.lang.String samplesNo, java.lang.String timePeriod, RouterCollection discRouters, java.lang.String timePeriodOper, java.lang.String maximumOperationalTimePeriod)
          Instance method that performs the training phase
 

Uses of RouterCollection in GUI
 

Constructors in GUI with parameters of type RouterCollection
RouterInfoController(RouterCollection routers)
           
RouterTableModel(RouterCollection routers)
           
 

Uses of RouterCollection in Logic
 

Methods in Logic that return RouterCollection
 RouterCollection SnmPoller.getInfo(java.net.Inet4Address routerIp, java.lang.String userName, java.lang.String authPass)
          Gets an ip address of a router,username and authentication password and returns the information needed as a Router object
 

Methods in Logic with parameters of type RouterCollection
 void RouterLoad.pollLoads(RouterCollection discRouters, java.lang.String username, java.lang.String pass)
          Polling the routers
 void RouterLoad.printOctets(RouterCollection routers)
          Prints the necessary information for each router in Outlier Detection process
 void RouterLoad.writeToFile(RouterCollection routers, java.lang.String filename)
          Creates a log file with the information about the routers, when DetectOutliers is being called with the "-w" argument.
 

Uses of RouterCollection in Utils
 

Methods in Utils with parameters of type RouterCollection
static void Utils.createRouterConnections(RouterCollection r)
          Creates a .dot file containing all the information needed to create a graph of the router topology using some external tool like neato (Graphviz packet)
static void Utils.writeToFile(RouterCollection r, java.lang.String filename)
          Writes the information about the discovered routers in a file in logs directory.