org.rdtdm.helpers.graph
Class DefaultNodeAction

java.lang.Object
  |
  +--org.rdtdm.helpers.graph.DefaultNodeAction
All Implemented Interfaces:
NodeAction

public class DefaultNodeAction
extends java.lang.Object
implements NodeAction

DefaultNodeAction



Copyright (c) 2001 by Dirk Münstermann
All Rights Reserved

Version:
$Revision: 1.1 $ ($Date: 2001/10/03 15:00:33 $)
Changelog:
 $Log: DefaultNodeAction.java,v $
 Revision 1.1  2001/10/03 15:00:33  dirk
 init

 


Author:
Dirk Münstermann

Constructor Summary
DefaultNodeAction()
           
 
Method Summary
 boolean canTrim(Node node)
           
 java.lang.Object getReturnObject()
           
 boolean hasFound(Node node)
           
 void postprocessing(Node node)
           
 void preprocessing(Node node)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultNodeAction

public DefaultNodeAction()
Method Detail

hasFound

public boolean hasFound(Node node)
Specified by:
hasFound in interface NodeAction

canTrim

public boolean canTrim(Node node)
Specified by:
canTrim in interface NodeAction

getReturnObject

public java.lang.Object getReturnObject()
Specified by:
getReturnObject in interface NodeAction

preprocessing

public void preprocessing(Node node)
Specified by:
preprocessing in interface NodeAction

postprocessing

public void postprocessing(Node node)
Specified by:
postprocessing in interface NodeAction