dguitar.adaptors.song
Interface RepeatedSongPhrase

All Superinterfaces:
SongPhrase
All Known Implementing Classes:
RepeatedSongPhraseImpl

public interface RepeatedSongPhrase
extends SongPhrase

A RepeatedSongPhrase defines an underlying phrase and a repeat count.

Author:
Chris

Method Summary
 SongPhrase getPhrase()
           
 int getRepeatCount()
           
 
Methods inherited from interface dguitar.adaptors.song.SongPhrase
getPerformanceMeasure, getPerformanceMeasureCount, getScoreMeasure, getScoreMeasureCount
 

Method Detail

getPhrase

public SongPhrase getPhrase()

getRepeatCount

public int getRepeatCount()