java.lang.ObjectComposer
public class Composer
Composer is to compose music
| Constructor Summary | |
|---|---|
Composer(Song[] songs)
Constructor for objects of class Composer |
|
| Method Summary | |
|---|---|
java.lang.String |
composeNode()
An example of a method - replace this comment with your own |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Composer(Song[] songs)
| Method Detail |
|---|
public java.lang.String composeNode()
y - a sample parameter for a method