Uses of Enum Class
eu.bandm.tscore.base.Modifiers.Reaction
Package
Description
All fundamental entities for modeling music.
Generic and low level data types and transformation algorithms,
to be used by very different applications of the
tscore
framework.-
Uses of Modifiers.Reaction in eu.bandm.music.entities
Modifier and TypeMethodDescriptionMTreeSpec.initialize
(Modifiers.Reaction redundantDuration) Deprecated, for removal: This API element is subject to removal in a future version.MTreeSpec.initialize
(Modifiers.Reaction redundantDuration, MessageReceiver<SimpleMessage<?>> msg) May only be called for the topmost node, representing a complete metric tree/ measure.protected void
MTreeSpec.propagateToAlts
(Rational dura, Set<MTreeSpec> visited, Modifiers.Reaction redundantDuration, MessageReceiver<SimpleMessage<?>> msg) Distribute found duration to all alternatives,protected void
MTreeSpec.propagateToChilds
(Set<MTreeSpec> visited, Modifiers.Reaction redundantDuration, MessageReceiver<SimpleMessage<?>> msg) Either all children do not have a duration, then the duration is distributed equally among them, or only one child does not have a duration and gets the rest.protected void
MTreeSpec.react
(Modifiers.Reaction react, MessageReceiver<SimpleMessage<?>> msg, String txt, Object... args) Generates maybe a message with the given text and arguments, either as error or as warning, depending on "react". -
Uses of Modifiers.Reaction in eu.bandm.tscore.base
Modifier and TypeFieldDescriptionModifiers.beatNotBeaten
When an event appears few lines after a time line's beat column, but no event is exactly on this column, --- defaults toreject
.Modifiers.beatNotBeaten_narrow
When an event appears exactly one column after a time line beat column, but no event is exactly on this column, --- defaults toreject
.Modifiers.closingParenthesisBeyondRightTp
When the closing parenthesis is found right of the right-most column in the ruling time-line, --- defaults towarn
.Modifiers.emptyParameterLine
When a parameter name is followed by a blank input line defaults towarn
.Modifiers.eventOnRightmostTp
The possibility to write an event under the very last Tp of an accolade is only necessary when the Tps are STRICTLY increasing.Modifiers.nondetParameterValue
When more than one parse tree is found for a parameter value, defaults toreject
.Modifiers.repeatedParameterNames
When a particular parameter name appears more than once in the same voice, defaults towarn
.Modifier and TypeMethodDescriptionstatic Modifiers.Reaction
Returns the enum constant of this class with the specified name.static Modifiers.Reaction[]
Modifiers.Reaction.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionprotected void
RawParser.react
(Modifiers.Reaction react, eu.bandm.tools.location.Location<eu.bandm.tools.util.xml.XMLDocumentIdentifier> loc, String txt) Generates maybe a message with the given text and arguments, referring to the explicitly given location, either as error or as warning, depending on "react".protected void
RawParser.react
(Modifiers.Reaction react, eu.bandm.tools.location.Location<eu.bandm.tools.util.xml.XMLDocumentIdentifier> loc, String txt, Object... args) Generates maybe a message with the given text, arguments and location, either as error or as warning, depending on "react".protected void
RawParser.react
(Modifiers.Reaction react, String txt, Object... args) Generates maybe a message with the given text and arguments, referring to the next location, either as error or as warning, depending on "react".
MTreeSpec.initialize(Reaction, MessageReceiver)
instead.