eu.bandm.tscore.base
Class Reducer.Reactions

java.lang.Object
  extended by eu.bandm.tscore.base.Reducer.Reactions
Enclosing class:
Reducer

public static class Reducer.Reactions
extends Object

An instance of this class is used to parametrize the call of Reducer.reduce(Document_file,Reactions) for defining the reactions to certain critical conditions in the input data. Also see Reducer.Reaction.


Field Summary
 Reducer.Reaction beatNotBeaten
          When an event appears after a time line beat column, but no event ON this column, --- defaults to Reducer.Reaction.reject.
 Reducer.Reaction closingParenthesisBeyondRightTp
          When the closing parenthesis is found right of the right-most column in the ruling time-line, --- defaults to Reducer.Reaction.warn.
 boolean cutParamTextByEventColumns
          Whether to ignore the "continguous" rule and cut parameter text at the event columns, defaults to false, --- NOT YET USED.
 Reducer.Reaction moreVoiceEventsPerColumn
          When more than one main parameter appears as event defining in a voice line, --- defaults to Reducer.Reaction.warn.
 
Constructor Summary
Reducer.Reactions()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

beatNotBeaten

public Reducer.Reaction beatNotBeaten
When an event appears after a time line beat column, but no event ON this column, --- defaults to Reducer.Reaction.reject.


moreVoiceEventsPerColumn

public Reducer.Reaction moreVoiceEventsPerColumn
When more than one main parameter appears as event defining in a voice line, --- defaults to Reducer.Reaction.warn.


closingParenthesisBeyondRightTp

public Reducer.Reaction closingParenthesisBeyondRightTp
When the closing parenthesis is found right of the right-most column in the ruling time-line, --- defaults to Reducer.Reaction.warn.


cutParamTextByEventColumns

public boolean cutParamTextByEventColumns
Whether to ignore the "continguous" rule and cut parameter text at the event columns, defaults to false, --- NOT YET USED.

Constructor Detail

Reducer.Reactions

public Reducer.Reactions()