- All Known Implementing Classes:
APhraseVisitor
public interface IPhraseVisitor
Interface for a Phrase visitor.
----------------------------------------------
Abstract extended visitor.
Supplies case behavior for every host.
-
Method Summary
-
Method Details
-
caseAt
Called by the host to run the appropriate processing for that host.- Parameters:
id
- The id of the hosthost
- The host itselfparams
- vararg list of input parameters that the algo might use.- Returns:
- the result of running the associated processing for the host.
-