Package org.jfugue.pattern
Interface PatternProducer
- All Known Implementing Classes:
Atom
,Chord
,ChordProgression
,Intervals
,Note
,Pattern
,Rhythm
,StaccatoParserListener
,Token
,TrackTable
public interface PatternProducer
Indicates that the implementing class can return a Pattern through the getPattern method
-
Method Summary
-
Method Details
-
getPattern
Pattern getPattern()Returns a pattern
-