provided.music
Class MTSeqList

java.lang.Object
  extended by provided.music.MTSeqList
All Implemented Interfaces:
IPhrase, ISeqList

public class MTSeqList
extends java.lang.Object
implements ISeqList

An empty sequence list.


Field Summary
static MTSeqList Singleton
          Singleton instance of the class
 
Constructor Summary
private MTSeqList()
          private constructor
 
Method Summary
 java.lang.Object execute(IPhraseVisitor algo, java.lang.Object... params)
          Calls the "MTSeqList" case of the visitor.
 java.lang.String toString()
          Returns "{}" return "{}" always.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

Singleton

public static final MTSeqList Singleton
Singleton instance of the class

Constructor Detail

MTSeqList

private MTSeqList()
private constructor

Method Detail

execute

public java.lang.Object execute(IPhraseVisitor algo,
                                java.lang.Object... params)
Calls the "MTSeqList" case of the visitor.

Specified by:
execute in interface IPhrase
Parameters:
algo - The visitor to execute
params - The input parameters supplied to the algo when its appropriate case is called.
Returns:
The return value from executing the appropriate case on the visitor.

toString

public java.lang.String toString()
Returns "{}" return "{}" always.

Overrides:
toString in class java.lang.Object