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

    Modifier and Type
    Method
    Description
    Returns a pattern
  • Method Details

    • getPattern

      Pattern getPattern()
      Returns a pattern