dguitar.adaptors.song
Interface SongPhraseList

All Superinterfaces:
SongPhrase
All Known Subinterfaces:
Song
All Known Implementing Classes:
SongImpl, SongPhraseListImpl

public interface SongPhraseList
extends SongPhrase

A SongPhraseList is a list of separate SongPhrases that are played one after the other.

Author:
Chris

Method Summary
 void addPhrase(SongPhrase phrase)
           
 SongPhrase getPhrase(int index)
           
 int getPhraseCount()
           
 
Methods inherited from interface dguitar.adaptors.song.SongPhrase
getPerformanceMeasure, getPerformanceMeasureCount, getScoreMeasure, getScoreMeasureCount
 

Method Detail

addPhrase

public void addPhrase(SongPhrase phrase)

getPhrase

public SongPhrase getPhrase(int index)

getPhraseCount

public int getPhraseCount()