Package eu.bandm.music.entities
Class MetricParameters.Nota_tempusDividendum
java.lang.Object
eu.bandm.music.entities.MetricParameters.Nota_tempusDividendum
- All Implemented Interfaces:
Formattable
,Cloneable
- Enclosing class:
MetricParameters
@Generated(generator="eu.bandm.tools.umod",
version="",
timestamp="2025-01-13_23h08m30")
public static class MetricParameters.Nota_tempusDividendum
extends Object
implements Cloneable, Formattable
The parameters when MCover works in "auto-division
mode", which inserts new
alternative division child nodes nodes whenever necessary.
(This definition has been created by UMod
from the source at SYSTEM "MetricParameters.umod":204.3-229.6, see this pretty
print.)-
Field Summary
Modifier and TypeFieldDescriptionprotected static final int
protected boolean
The order of spontanuously generated n-plet-brackets.protected boolean
search strategy
(This definition has been created by UMod from the source at SYSTEM "MetricParameters.umod":208.6-209.6, see this pretty print.)
The type of this field is boolean(nevernull
)
Its value defaults tofalse
.protected boolean
Whether synthesized new divisions shall be memorized for reuse.
(This definition has been created by UMod from the source at SYSTEM "MetricParameters.umod":228.6-229.6, see this pretty print.)
The type of this field is boolean(nevernull
)
Its value defaults totrue
.protected Rational
Lower limit for the size of synthetic bi-sections.
(This definition has been created by UMod from the source at SYSTEM "MetricParameters.umod":225.6-226.6, see this pretty print.)
The type of this field isRational
(nevernull
)
Its value defaults toRational.valueOf(1, 4)
.protected boolean
Do not order bracket, but join them.protected boolean
Separate disjoint prime factors by bi-furcation more than once. -
Constructor Summary
ConstructorDescriptionSynthetic minimal constructor provided by the umod compiler. -
Method Summary
Modifier and TypeMethodDescriptiondoclone()
Clones this object.boolean
Generated by umod because this class isALGEBRAIC
.format()
Delivers a format object for pretty-printing by inheritance from some ancestor class.boolean
The order of spontanuously generated n-plet-brackets.boolean
search strategy
(This definition has been created by UMod from the source at SYSTEM "MetricParameters.umod":208.6-209.6, see this pretty print.)
Generated getter method.boolean
Whether synthesized new divisions shall be memorized for reuse.
(This definition has been created by UMod from the source at SYSTEM "MetricParameters.umod":228.6-229.6, see this pretty print.)
Generated getter method.Lower limit for the size of synthetic bi-sections.
(This definition has been created by UMod from the source at SYSTEM "MetricParameters.umod":225.6-226.6, see this pretty print.)
Generated getter method.boolean
Do not order bracket, but join them.boolean
Separate disjoint prime factors by bi-furcation more than once.int
hashCode()
Generated by umod because this class isALGEBRAIC
.Copies values of all common fields from the argument.with_finer_division_down_not_up
(boolean val) The order of spontanuously generated n-plet-brackets.with_first_fit_not_best_fit
(boolean val) search strategy
(This definition has been created by UMod from the source at SYSTEM "MetricParameters.umod":208.6-209.6, see this pretty print.)with_memo_synthesized_divisions
(boolean val) Whether synthesized new divisions shall be memorized for reuse.
(This definition has been created by UMod from the source at SYSTEM "MetricParameters.umod":228.6-229.6, see this pretty print.)Lower limit for the size of synthetic bi-sections.
(This definition has been created by UMod from the source at SYSTEM "MetricParameters.umod":225.6-226.6, see this pretty print.)with_prefer_one_bracket
(boolean val) Do not order bracket, but join them.with_recursive_separation
(boolean val) Separate disjoint prime factors by bi-furcation more than once.boolean
-
Field Details
-
BASE_HASH
protected static final int BASE_HASH -
first_fit_not_best_fit
protected boolean first_fit_not_best_fitsearch strategy(This definition has been created by UMod from the source at SYSTEM "MetricParameters.umod":208.6-209.6, see this pretty print.)
The type of this field is boolean(nevernull
)
Its value defaults tofalse
.- See Also:
-
finer_division_down_not_up
protected boolean finer_division_down_not_upThe order of spontanuously generated n-plet-brackets. If true, a division by 15 is realized by a 5-plet under a 3-plet.(This definition has been created by UMod from the source at SYSTEM "MetricParameters.umod":211.6-212.6, see this pretty print.)
The type of this field is boolean(nevernull
)
Its value defaults totrue
.- See Also:
-
prefer_one_bracket
protected boolean prefer_one_bracketDo not order bracket, but join them.(This definition has been created by UMod from the source at SYSTEM "MetricParameters.umod":216.6-217.6, see this pretty print.)
The type of this field is boolean(nevernull
)
Its value defaults tofalse
.- See Also:
-
recursive_separation
protected boolean recursive_separationSeparate disjoint prime factors by bi-furcation more than once. E.g. divide into 1/16 groups so that the first 1/16 must be divided by 3 and the second by 5, but no group by both factors.(This definition has been created by UMod from the source at SYSTEM "MetricParameters.umod":219.6-220.6, see this pretty print.)
The type of this field is boolean(nevernull
)
Its value defaults tofalse
.- See Also:
-
minimal_synthetic_bisection
Lower limit for the size of synthetic bi-sections.(This definition has been created by UMod from the source at SYSTEM "MetricParameters.umod":225.6-226.6, see this pretty print.)
The type of this field isRational
(nevernull
)
Its value defaults toRational.valueOf(1, 4)
.- See Also:
-
memo_synthesized_divisions
protected boolean memo_synthesized_divisionsWhether synthesized new divisions shall be memorized for reuse.(This definition has been created by UMod from the source at SYSTEM "MetricParameters.umod":228.6-229.6, see this pretty print.)
The type of this field is boolean(nevernull
)
Its value defaults totrue
.- See Also:
-
-
Constructor Details
-
Nota_tempusDividendum
public Nota_tempusDividendum()Synthetic minimal constructor provided by the umod compiler.
Constructor with minimal set of arguments, supplied automatically by the umod compiler, not explicitly by user.
(All object fields are set to their default values.)
-
-
Method Details
-
doclone
Clones this object. Method never fails, sinceCloneable
is known to be implemented.- Returns:
- a fresh copy.
-
format
Delivers a format object for pretty-printing by inheritance from some ancestor class.- Specified by:
format
in interfaceFormattable
- Returns:
- a format that represents this object in a pretty-printable way
-
equals
Generated by umod because this class isALGEBRAIC
. -
x_equals
-
hashCode
public int hashCode()Generated by umod because this class isALGEBRAIC
. -
initFrom
Copies values of all common fields from the argument. All fields of this class definition are copied, iff the argument is of this class. Then the superclass method is invoked with the same argument. -
get_first_fit_not_best_fit
public boolean get_first_fit_not_best_fit()search strategy(This definition has been created by UMod from the source at SYSTEM "MetricParameters.umod":208.6-209.6, see this pretty print.)
Generated getter method.- Returns:
- The current field value of type boolean(never
null
) - See Also:
-
with_first_fit_not_best_fit
search strategy(This definition has been created by UMod from the source at SYSTEM "MetricParameters.umod":208.6-209.6, see this pretty print.)
- Parameters:
val
- the new value of type boolean(nevernull
)- Returns:
- a new instance of the algebraic/immutable data type, with the addressed field set to the new value.
- See Also:
-
get_finer_division_down_not_up
public boolean get_finer_division_down_not_up()The order of spontanuously generated n-plet-brackets. If true, a division by 15 is realized by a 5-plet under a 3-plet.(This definition has been created by UMod from the source at SYSTEM "MetricParameters.umod":211.6-212.6, see this pretty print.)
Generated getter method.- Returns:
- The current field value of type boolean(never
null
) - See Also:
-
with_finer_division_down_not_up
The order of spontanuously generated n-plet-brackets. If true, a division by 15 is realized by a 5-plet under a 3-plet.(This definition has been created by UMod from the source at SYSTEM "MetricParameters.umod":211.6-212.6, see this pretty print.)
- Parameters:
val
- the new value of type boolean(nevernull
)- Returns:
- a new instance of the algebraic/immutable data type, with the addressed field set to the new value.
- See Also:
-
get_prefer_one_bracket
public boolean get_prefer_one_bracket()Do not order bracket, but join them.(This definition has been created by UMod from the source at SYSTEM "MetricParameters.umod":216.6-217.6, see this pretty print.)
Generated getter method.- Returns:
- The current field value of type boolean(never
null
) - See Also:
-
with_prefer_one_bracket
Do not order bracket, but join them.(This definition has been created by UMod from the source at SYSTEM "MetricParameters.umod":216.6-217.6, see this pretty print.)
- Parameters:
val
- the new value of type boolean(nevernull
)- Returns:
- a new instance of the algebraic/immutable data type, with the addressed field set to the new value.
- See Also:
-
get_recursive_separation
public boolean get_recursive_separation()Separate disjoint prime factors by bi-furcation more than once. E.g. divide into 1/16 groups so that the first 1/16 must be divided by 3 and the second by 5, but no group by both factors.(This definition has been created by UMod from the source at SYSTEM "MetricParameters.umod":219.6-220.6, see this pretty print.)
Generated getter method.- Returns:
- The current field value of type boolean(never
null
) - See Also:
-
with_recursive_separation
Separate disjoint prime factors by bi-furcation more than once. E.g. divide into 1/16 groups so that the first 1/16 must be divided by 3 and the second by 5, but no group by both factors.(This definition has been created by UMod from the source at SYSTEM "MetricParameters.umod":219.6-220.6, see this pretty print.)
- Parameters:
val
- the new value of type boolean(nevernull
)- Returns:
- a new instance of the algebraic/immutable data type, with the addressed field set to the new value.
- See Also:
-
get_minimal_synthetic_bisection
Lower limit for the size of synthetic bi-sections.(This definition has been created by UMod from the source at SYSTEM "MetricParameters.umod":225.6-226.6, see this pretty print.)
Generated getter method.- Returns:
- The current field value of type
Rational
(nevernull
) - See Also:
-
with_minimal_synthetic_bisection
Lower limit for the size of synthetic bi-sections.(This definition has been created by UMod from the source at SYSTEM "MetricParameters.umod":225.6-226.6, see this pretty print.)
- Parameters:
val
- the new value of typeRational
(nevernull
)- Returns:
- a new instance of the algebraic/immutable data type, with the addressed field set to the new value.
- See Also:
-
get_memo_synthesized_divisions
public boolean get_memo_synthesized_divisions()Whether synthesized new divisions shall be memorized for reuse.(This definition has been created by UMod from the source at SYSTEM "MetricParameters.umod":228.6-229.6, see this pretty print.)
Generated getter method.- Returns:
- The current field value of type boolean(never
null
) - See Also:
-
with_memo_synthesized_divisions
Whether synthesized new divisions shall be memorized for reuse.(This definition has been created by UMod from the source at SYSTEM "MetricParameters.umod":228.6-229.6, see this pretty print.)
- Parameters:
val
- the new value of type boolean(nevernull
)- Returns:
- a new instance of the algebraic/immutable data type, with the addressed field set to the new value.
- See Also:
-