test.songs
Class SongComponent

java.lang.Object
  extended bytest.songs.SongComponent
Direct Known Subclasses:
RepeatedSongComponent

public class SongComponent
extends java.lang.Object

Author:
crnash

Field Summary
(package private)  int denominator
           
(package private)  int end
           
(package private)  int numerator
           
(package private)  int start
           
 
Constructor Summary
SongComponent(int numerator, int denominator, int start, int end)
           
 
Method Summary
 int getMeasureCount()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

numerator

int numerator

denominator

int denominator

start

int start

end

int end
Constructor Detail

SongComponent

public SongComponent(int numerator,
                     int denominator,
                     int start,
                     int end)
Method Detail

getMeasureCount

public int getMeasureCount()
Returns:
the measure count