com.unitesk.atp.tree.tool
Class Action
java.lang.Object
com.unitesk.atp.tool.PluginClass
com.unitesk.atp.tree.tool.Plugin
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
Fields inherited from class com.unitesk.atp.tree.tool.Plugin |
pm, tree |
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Action
public Action()
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.