mwalk Platform 0.3.0

Uses of Class
mwalk.visitor.AbstractVisitor

Packages that use AbstractVisitor
mwalk.visitor Provides standard collection of vistiors
 

Uses of AbstractVisitor in mwalk.visitor
 

Subclasses of AbstractVisitor in mwalk.visitor
 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 JoinVisitor
          A visitor used to mark the initial join time along a receiver's earliest path.
 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 PathlessVisitor
          A visitor used to remove paths that do not lead back to the source.
 class PrimaryPathVisitor
          A visitor used by the builder to mark the primary path for each receiver.
 class PrintVisitor
          An abstract visitor used as a bas class for visitors wanting to print results out to a log file.
 class RandomPathVisitor
          A visitor used to mark the primary path for each randomly selected receiver as active.
 class RandomVisitor
          A compund visitor which runs other visitors using a random sampling of active receivers.
 class TraceVisitor
          A visitor used by the builder to add mtrace paths into the tree.
 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.
 


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