Class MetricParameters

java.lang.Object
eu.bandm.music.entities.MetricParameters

public class MetricParameters extends Object
Umod main model class:
Several collections of configuration parameters. For cleanness of the code, these must be realized by algebraic = immutable data structures.
(This definition has been created by UMod from the source at SYSTEM "MetricParameters.umod":1.1-313.5, see this pretty print.)

Created on 2024-09-03_21h40m03
by program bandm/metatools/umod, version 0.17
command line =
java bandm/metatools/umod --monolithic true --xmlgen false /mnt/c/Users/post/Documents/sig//src eu.bandm.music.entities MetricParameters.umod
Cf. the pretty-printed UMod source text.

  • Method Details

    • toFormat

      public static Format toFormat(Object e0)
      Yields a pretty-print format for arbitrary objects.
      Parameters:
      e0 - the object to render.
    • toFormat

      public static Format toFormat(Object e0, Integer mode)
      Yields a pretty-print format for arbitrary objects.
      Parameters:
      e0 - the object to render.
      mode - an integer mode selector read by the $switch$mode.. construct in format definitions. This allows small variants in the generated pretty-print.