Experts in SMS and MMS Technology. NCLs Provato is an SMS/MMS Gateway supporting  WAP Push, EMS, MMS, SMS, Nokia Smart Messaging, SMPP, CIMD, UCP, MM7, M20, TC35 NCL Technologies Ltd
Provato - SMS MMS Gateway
Mobile Messaging in J2EE & .NET

SwiftNote - Java SMS Toolkit

ie.ncl.sms.nbs
Class Melody

java.lang.Object
  extended by ie.ncl.sms.nbs.Melody

public class Melody
extends java.lang.Object

A melody that is a collection of musical phrases.


Constructor Summary
Melody(java.lang.String name)
          Create a new Melody specifying the name.
 
Method Summary
 void add(Phrase phrase)
          Add a musical phrase to the melody.
 void add(Phrase phrase, int repeats)
          Add a musical phrase to the melody, specifing number of times it is repeated.
 Phrase getPhrase(int i)
          Get the Nth phrase in the melody.
 int getRepeat(int i)
          Get the Nth phrase repeat count in the melody.
static Melody sample()
           
 int size()
          Get the number of phrases in this melody.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Melody

public Melody(java.lang.String name)
Create a new Melody specifying the name.

Method Detail

add

public void add(Phrase phrase)
Add a musical phrase to the melody.

See Also:
Phrase

add

public void add(Phrase phrase,
                int repeats)
Add a musical phrase to the melody, specifing number of times it is repeated.

See Also:
Phrase

getPhrase

public Phrase getPhrase(int i)
Get the Nth phrase in the melody.

See Also:
Phrase

getRepeat

public int getRepeat(int i)
Get the Nth phrase repeat count in the melody.


size

public int size()
Get the number of phrases in this melody.


sample

public static Melody sample()

Experts in SMS and MMS Technology. NCLs Provato is an SMS/MMS Gateway supporting  WAP Push, EMS, MMS, SMS, Nokia Smart Messaging, SMPP, CIMD, UCP, MM7, M20, TC35 NCL Technologies Ltd
Provato - SMS MMS Gateway
Mobile Messaging in J2EE & .NET

SwiftNote - Java SMS Toolkit