mwalk Platform 0.3.0

Uses of Interface
mwalk.visitor.Visitor

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

Uses of Visitor in mwalk.core
 

Methods in mwalk.core with parameters of type Visitor
static void Config.verbose(Visitor visitor, java.lang.String debug)
          Print if the visitor is verbose and the verbose flag is set.
static void Config.pause(Visitor visitor)
          Pause and wait for a keystroke if the pause flag is set and the visitor is verbose.
static void Config.pause(Visitor visitor, java.lang.String prompt)
          Pause and wait for a keystroke if the pause flag is set and the visitor is verbose.
 

Uses of Visitor in mwalk.visitor
 

Subinterfaces of Visitor in mwalk.visitor
 interface DownVisitor
          A standard interface used to interact with visitors that walk the tree from the top down.
 interface UpVisitor
          A standrard interface for interacting with visitors that walk the tree from receivers to source.
 

Classes in mwalk.visitor that implement Visitor
 class AbstractVisitor
          Abstract class which defines a set of default methods for most visitors.
 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.
 

Methods in mwalk.visitor that return Visitor
protected  Visitor AbstractVisitor.cfgVisitor(java.lang.String key)
          Get a configuration value as a visitor object.
 


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