Package eu.bandm.music.entities
Interface MetrumIndication
- All Known Implementing Classes:
MetrumName
,MTree
,MTree_
,MTreeSpec
public interface MetrumIndication
Encodes the fact that the implementing type is some kind of metrum information.
Defines as a minimal set of functions.
-
Method Summary
Modifier and TypeMethodDescriptionDeliver the duration of a single measure in ths Metrum, iff this is a constant.
-
Method Details
-
constantRationalMeasureDuration
Deliver the duration of a single measure in ths Metrum, iff this is a constant. Ohterwise deliver null.
-