mwalk Platform 0.3.0

Uses of Interface
mwalk.visitor.DownVisitor

Packages that use DownVisitor
mwalk.core Provides the core components of mwalk
mwalk.visitor Provides standard collection of vistiors
 

Uses of DownVisitor in mwalk.core
 

Methods in mwalk.core with parameters of type DownVisitor
 void Tree.walkDown(DownVisitor visitor)
           
 java.lang.Object Tree.walkDown(DownVisitor visitor, TreeNode node)
           
 

Uses of DownVisitor in mwalk.visitor
 

Classes in mwalk.visitor that implement DownVisitor
 class BasicMetricVisitor
          A basic implementation of a visitor that gathers metric data and saves it out to a file.
 class CollapseVisitor
          A visitor that collapses the primary tree based on matching data at each node.
 class CountVisitor
          A compund visitor that runs the link count and degree count visitors using a random sampling of active receivers.
 class DataVisitor
          A visitor that assigns data elements to each node in the tree from an ecternal file.
 class DegreeCountVisitor
          A visitor used to count the degree of each node along the active tree.
 class ExportVisitor
          A visitor that exports an ascii representation of the current tree.
 class GatewayMetricVisitor
          An extension to the basic metric visitor which considers gateways as the receivers.
 class GlobalVisitor
          A compund visitor which runs a pair of visitors, one walking up the tree and a second which walks back down.
 class LinkCountVisitor
          A visitor used to count the number of links for each receiver along the active tree.
 class MergeVisitor
          A visitor used by the builder to merge the period tables.
 class MetricVisitor
          Abstract base class defining the looping behavior of most metric visitors.
 class RandomVisitor
          A compund visitor which runs other visitors using a random sampling of active receivers.
 class UpathMetricVisitor
          An implementation of a visitor that gathers metric data, but uses real unicast path lengths in calculations rather than assuming multicast paths equate to unicast paths.
 class VisualVisitor
          A visitor that outputs a data set that can be used to visualize the tree.
 

Fields in mwalk.visitor declared as DownVisitor
protected  DownVisitor GlobalVisitor.dv
          Visitor to use while walking down the tree
 

Constructors in mwalk.visitor with parameters of type DownVisitor
GlobalVisitor.GlobalVisitor(DownVisitor dv)
           
GlobalVisitor.GlobalVisitor(UpVisitor uv, DownVisitor dv)
           
GlobalVisitor.GlobalVisitor(DownVisitor dv, int rounds)
           
GlobalVisitor.GlobalVisitor(UpVisitor uv, DownVisitor dv, int rounds)
           
RandomVisitor.RandomVisitor(DownVisitor dv)
           
RandomVisitor.RandomVisitor(DownVisitor dv, int rounds, boolean increment, int incCount)
           
CountVisitor.CountVisitor(DownVisitor dv)
           
CountVisitor.CountVisitor(DownVisitor dv, int rounds, boolean increment, int incCount)
           
 


mwalk Platform 0.3.0

Submit a bug or feature mwalk Platform API Specification 0.3.0
Sensitivity: {Public:Research}
Copyright(c) 2000, Robert Chalmers