org.rdtdm.rule
Class Rdtdb.NodeActionBFS

java.lang.Object
  |
  +--org.rdtdm.rule.Rdtdb.NodeActionBFS
All Implemented Interfaces:
NodeAction
Enclosing class:
Rdtdb

private class Rdtdb.NodeActionBFS
extends java.lang.Object
implements NodeAction


Constructor Summary
private Rdtdb.NodeActionBFS()
           
 
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

Rdtdb.NodeActionBFS

private Rdtdb.NodeActionBFS()
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