Class Composer

java.lang.Object
  extended by Composer

public class Composer
extends java.lang.Object

Composer is to compose music

Version:
0.10
Author:
K S NG

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

Composer

public Composer(Song[] songs)
Constructor for objects of class Composer

Method Detail

composeNode

public java.lang.String composeNode()
An example of a method - replace this comment with your own

Parameters:
y - a sample parameter for a method
Returns:
the sum of x and y