mwalk Platform 0.3.0

Uses of Interface
mwalk.visitor.UpVisitor

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

Uses of UpVisitor in mwalk.core
 

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

Uses of UpVisitor in mwalk.visitor
 

Classes in mwalk.visitor that implement UpVisitor
 class CountVisitor
          A compund visitor that runs the link count and degree count visitors using a random sampling of active 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 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 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.
 

Fields in mwalk.visitor declared as UpVisitor
protected  UpVisitor GlobalVisitor.uv
          Visitor to use while walking up the tree
 

Constructors in mwalk.visitor with parameters of type UpVisitor
GlobalVisitor.GlobalVisitor(UpVisitor uv, DownVisitor dv)
           
GlobalVisitor.GlobalVisitor(UpVisitor uv, DownVisitor dv, int rounds)
           
 


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