|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmusic.MTSeqList
public class MTSeqList
An empty sequence list.
Field Summary | |
---|---|
private int |
repeatCount
|
Constructor Summary | |
---|---|
MTSeqList(int repeatCount)
|
Method Summary | |
---|---|
java.lang.Object |
execute(IPhraseVisitor algo,
java.lang.Object... params)
Executes (accepts) the visitor, calling the case associated with this host's index value. |
int |
getRepeat()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private int repeatCount
Constructor Detail |
---|
public MTSeqList(int repeatCount)
Method Detail |
---|
public int getRepeat()
public java.lang.Object execute(IPhraseVisitor algo, java.lang.Object... params)
IPhrase
execute
in interface IPhrase
algo
- The visitor to executeparams
- The input parameters supplied to the algo when its appropriate case is called.
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |