jcaas.script_nodes
Class Melody

java.lang.Object
  extended by jcaas.script_nodes.Melody

public class Melody
extends java.lang.Object

Author:
reverend TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Constructor Summary
Melody(Note n, NumericValue num)
           
Melody(Note n, NumericValue num, Melody m)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Melody

public Melody(Note n,
              NumericValue num,
              Melody m)
Parameters:
n -
num -
m -

Melody

public Melody(Note n,
              NumericValue num)
Parameters:
n -
num -