com.unitesk.atp.tree.tool
Class Action

java.lang.Object
  extended by com.unitesk.atp.tool.PluginClass
      extended by com.unitesk.atp.tree.tool.Plugin
          extended by com.unitesk.atp.tree.tool.Action
All Implemented Interfaces:
Plugin
Direct Known Subclasses:
DumpAction

public abstract class Action
extends Plugin

Action over tree.

Version:
$Id: Action.java,v 1.1 2004/10/09 06:40:12 all-x Exp $
Author:
Alexey Demakov

Field Summary
 
Fields inherited from class com.unitesk.atp.tree.tool.Plugin
pm, tree
 
Fields inherited from class com.unitesk.atp.tool.PluginClass
mbox, name
 
Constructor Summary
Action()
           
 
Method Summary
 String getKind()
          Returns the type of plugin.
abstract  void process(Tree tree)
          Inheritor must override this method to implement action over tree.
 
Methods inherited from class com.unitesk.atp.tree.tool.Plugin
get, getCurrentTree, init, process, setCurrentTree
 
Methods inherited from class com.unitesk.atp.tool.PluginClass
getName, getPlugin, getPluginManager, getProperty, getProperty, getPropertyName, getRevision
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.unitesk.atp.tool.Plugin
getVersion
 

Constructor Detail

Action

public Action()
Method Detail

getKind

public final String getKind()
Returns the type of plugin.


process

public abstract void process(Tree tree)
Inheritor must override this method to implement action over tree. setCurrentTree( tree ) must be called before processing.

Parameters:
tree - The tree under processing.


Copyright © 2001-2006 ISP RAS, RedVerst Group. All Rights Reserved.