coins.aflow.util
インタフェース Analyzer

既知の実装クラスの一覧:
AnalAdapter

public interface Analyzer

Title: Analyzer

Description: Interface for analyzer classes. Class that implements this interface supports the automatic analysis mechanism.

関連項目:
SelfCollectingResults

メソッドの概要
 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 pObject, SelfCollectingResults pResults)
          Performs the analysis with given argument.
 void find(SelfCollectingResults pResults)
          Performs the analysis.
 

メソッドの詳細

find

public void find(SelfCollectingResults pResults)
Performs the analysis.


find

public void find(java.lang.Object pObject,
                 SelfCollectingResults pResults)
Performs the analysis with given argument.

パラメータ:
pObject - argument object.

find

public void find(java.lang.Object pObj,
                 java.lang.Object pObj0,
                 SelfCollectingResults pResults)
Performs the analysis with the given arguments.


find

public void find()
Performs the analysis.


find

public void find(java.lang.Object pObj)
Performs the analysis with the given argument.


find

public void find(java.lang.Object pObj,
                 java.lang.Object pObj0)
Performs the analysis with the given arguments.