coins.aflow.util
Class AnalAdapter

java.lang.Object
  extended bycoins.aflow.util.AnalAdapter
All Implemented Interfaces:
Analyzer
Direct Known Subclasses:
FlowAdapter

public abstract class AnalAdapter
extends java.lang.Object
implements Analyzer


Constructor Summary
AnalAdapter()
           
 
Method Summary
 void find()
          Performs the analysis.
 void find(java.lang.Object pObj)
          Performs the analysis with the given argument.
 void find(java.lang.Object pObj, java.lang.Object pObj0)
          Performs the analysis with the given arguments.
 void find(java.lang.Object pObj, java.lang.Object pObj0, SelfCollectingResults pResults)
          Performs the analysis with the given arguments.
 void find(java.lang.Object pObj, SelfCollectingResults pResults)
          Performs the analysis with given argument.
 void find(SelfCollectingResults pResults)
          Performs the analysis.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnalAdapter

public AnalAdapter()
Method Detail

find

public void find(SelfCollectingResults pResults)
Description copied from interface: Analyzer
Performs the analysis.

Specified by:
find in interface Analyzer

find

public void find(java.lang.Object pObj,
                 SelfCollectingResults pResults)
Description copied from interface: Analyzer
Performs the analysis with given argument.

Specified by:
find in interface Analyzer
Parameters:
pObj - argument object.

find

public void find(java.lang.Object pObj,
                 java.lang.Object pObj0,
                 SelfCollectingResults pResults)
Description copied from interface: Analyzer
Performs the analysis with the given arguments.

Specified by:
find in interface Analyzer

find

public void find()
Description copied from interface: Analyzer
Performs the analysis.

Specified by:
find in interface Analyzer

find

public void find(java.lang.Object pObj)
Description copied from interface: Analyzer
Performs the analysis with the given argument.

Specified by:
find in interface Analyzer

find

public void find(java.lang.Object pObj,
                 java.lang.Object pObj0)
Description copied from interface: Analyzer
Performs the analysis with the given arguments.

Specified by:
find in interface Analyzer