mwalk Platform 0.3.0

Uses of Class
mwalk.util.BuildException

Packages that use BuildException
mwalk.app Provides the application components of mwalk
mwalk.core Provides the core components of mwalk
mwalk.visitor Provides standard collection of vistiors
 

Uses of BuildException in mwalk.app
 

Methods in mwalk.app that throw BuildException
 Tree Builder.build()
          Build tree from supplied logs.
 void Builder.readStats(Tree tree)
          Read statistics file to extract the session time for the given session.
 void Builder.addReceivers(Tree tree)
          Add receivers to tree from parsed RTCP logs.
 void Builder.addPaths(Tree tree)
          Add paths to tree from parsed mtrace logs.
 void Builder.cleanPaths(Tree tree)
          Remove nodes and links from the tree if they have no path back to the source.
 void Builder.mergePeriods(Tree tree)
          Merge overlapping active periods to reduce the size of the period tables.
 void Builder.markPrimaryPaths(Tree tree)
          Mark primary paths for each receiver.
 

Uses of BuildException in mwalk.core
 

Methods in mwalk.core that throw BuildException
 void PeriodTable.load(java.io.BufferedReader br)
          Load a period table from a file.
 void MTrace.parse(java.io.BufferedReader ir)
          Parse the next trace from the supplied reader.
 void MTrace.parseHops(java.io.BufferedReader ir, int hopCount)
          Parse the list of hops for this trace.
 void TreeNode.activateLink(TreeNode child, long time, long next)
           
 long TreeNode.deactivateLink(TreeNode child, long time)
           
 void Hop.parse(java.lang.String line)
          Parse a hop line into its constituent parts.
protected  java.lang.String Hop.nextString(java.lang.String line)
          Parse the next string enclosed by brackets.
protected  int Hop.nextInt(java.lang.String line)
          Parse the next integer enclosed by brackets.
 void Receiver.loadIntervals(java.io.BufferedReader br)
          Read the activity table from parsed RTCP logs.
static Tree Tree.load(java.lang.String file)
           
 void Tree.save(java.lang.String file)
           
 

Constructors in mwalk.core that throw BuildException
MTrace.MTrace(java.io.BufferedReader ir)
          Constructor.
Hop.Hop(java.lang.String line)
          Constructor.
 

Uses of BuildException in mwalk.visitor
 

Constructors in mwalk.visitor that throw BuildException
TraceVisitor.TraceVisitor(MTrace trace)
           
 


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