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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Pattern
getPattern()
Returns a pattern
-
-
-
Method Detail
-
getPattern
Pattern getPattern()
Returns a pattern
-
-