|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object eu.bandm.tscore.base.Reducer.Reactions
public static class Reducer.Reactions
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 |
---|
public Reducer.Reaction beatNotBeaten
Reducer.Reaction.reject
.
public Reducer.Reaction moreVoiceEventsPerColumn
Reducer.Reaction.warn
.
public Reducer.Reaction closingParenthesisBeyondRightTp
Reducer.Reaction.warn
.
public boolean cutParamTextByEventColumns
false
, ---
NOT YET USED.
Constructor Detail |
---|
public Reducer.Reactions()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |