public interface IPhraseVisitor
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
caseAt(java.lang.String id,
IPhrase host,
java.lang.Object... params)
Called by the host to run the appropriate processing for that host.
|
java.lang.Object caseAt(java.lang.String id,
IPhrase host,
java.lang.Object... params)
id - The id of the hosthost - The host itselfparams - vararg list of input parameters that the algo might use.