org.rdtdm.helpers.graph
Class Graph$1

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

synchronized class Graph$1
extends java.lang.Object
implements NodeAction


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

Constructor Detail

Graph$1

Graph$1(Node)
Method Detail

hasFound

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

canTrim

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

getReturnObject

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

preprocessing

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

postprocessing

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