|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmusic.NoteCollection
music.Tuplet
public class Tuplet
Field Summary |
---|
Fields inherited from class music.NoteCollection |
---|
notes |
Constructor Summary | |
---|---|
Tuplet(Note... notes)
|
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. |
java.lang.String |
toString()
|
Methods inherited from class music.NoteCollection |
---|
getNotes |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Tuplet(Note... notes)
Method Detail |
---|
public java.lang.Object execute(IPhraseVisitor algo, java.lang.Object... params)
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 |