Class MetricParameters

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

@Generated(generator="eu.bandm.tools.umod", version="", timestamp="2025-01-13_23h08m30") 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.)

Generated on 2025-01-13_23h08m30
by program bandm model generator(=eu.bandm.tools.umod.Main), version 0.17
command line =
java eu.bandm.tools.umod.Main --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.