provided.music
Interface IPhraseVisitor
- All Known Implementing Classes:
- APhraseVisitor
public interface IPhraseVisitor
Interface for a Phrase visitor.
Method Summary |
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. |
caseAt
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.
- 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.