mwalk Platform 0.3.0

mwalk.app
Class Animator

java.lang.Object
  |
  +--mwalk.app.Animator

public class Animator
extends java.lang.Object

A runnable class that provides loading and launching for specific visitors listed on the command-line.

Version:
1.0
Author:
Robert Chalmers

Field Summary
protected  Tree tree
           
 
Constructor Summary
Animator(Tree tree)
          Constructor.
 
Method Summary
 void animate(java.lang.String visitClass)
          Animate the tree with the specified visitor.
static void main(java.lang.String[] args)
          Main application method.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

tree

protected Tree tree
Constructor Detail

Animator

public Animator(Tree tree)
Constructor.
Parameters:
Tree - tree to animate
Method Detail

animate

public void animate(java.lang.String visitClass)
Animate the tree with the specified visitor.
Parameters:
String - full classname of visitor

main

public static void main(java.lang.String[] args)
Main application method.
Parameters:
String[] - command line arguments.

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