music
Class NoteCollection

java.lang.Object
  extended by music.NoteCollection
All Implemented Interfaces:
INote, IPhrase
Direct Known Subclasses:
Chord, Triplet, Tuplet

public abstract class NoteCollection
extends java.lang.Object
implements INote

A collection of multiple notes


Field Summary
protected  Note[] notes
           
 
Constructor Summary
NoteCollection(Note... notes)
           
 
Method Summary
 Note[] getNotes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface music.IPhrase
execute
 

Field Detail

notes

protected Note[] notes
Constructor Detail

NoteCollection

public NoteCollection(Note... notes)
Method Detail

getNotes

public Note[] getNotes()