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.
 

Method Detail

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 host
host - The host itself
params - vararg list of input parameters that the algo might use.
Returns:
the result of running the associated processing for the host.