Class SongPartParameter

java.lang.Object
org.jjazz.songstructure.api.SongPartParameter

public class SongPartParameter extends Object
Store a RP and its associated SongPart.
  • Constructor Details

  • Method Details

    • getSpt

      public SongPart getSpt()
      Returns:
      Return value can be null.
    • getRp

      public RhythmParameter<?> getRp()
      Returns:
      Return value can be null.
    • isEnumerableRp

      public boolean isEnumerableRp()
      True if the RhythmParameter is an instance of RP_Enumerable.
      Returns:
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object