Uses of Class
org.openflow.gui.stats.LinkStats

Packages that use LinkStats
org.openflow.gui.drawables Objects which can be drawn by the Pan-Zoom GUI. 
 

Uses of LinkStats in org.openflow.gui.drawables
 

Methods in org.openflow.gui.drawables that return LinkStats
 LinkStats Link.getStats(Match m)
          Gets the LinkStats associated with the specified Match, if any
 LinkStats Link.trackStats(Match m)
          Tells the link to setup stats for specified Match but do not acquire them automatically.
 LinkStats Link.trackStats(Match m, int xid, boolean isPolling)
          Tells the link to setup stats for specified Match but do not acquire them automatically.