Package eu.bandm.tscore.base
Class TendencyCollector.TendencyCtrl
java.lang.Object
eu.bandm.tscore.base.TendencyCollector.TendencyCtrl
- Enclosing class:
- TendencyCollector<E extends Entity>
Intermediate storage, one instance for each tendency control command
attached to an event.
This format is only used internally, -- the output to the caller/user will be done
by copying this information to the external mapps supplied with
TendencyCollector.reify(MessageReceiver, Iterable,Map, Map, Map, Map, Map, Map, Map, Map)
.
All fields of this class are optional, because they only represent
the local parsing results.-
Field Summary
Modifier and TypeFieldDescriptionAdditional text parsed here.(package private) final E
Reached parameter value parsed here.(package private) final int
The parallel groups number.(package private) final E
Initial parameter start value parsed here.(package private) final boolean
Whether a "end of tendency" sign has been parsedTendency symbol parsed here. -
Constructor Summary
-
Method Summary
-
Field Details
-
startValue
Initial parameter start value parsed here. -
tendencySymbol
Tendency symbol parsed here. -
endValue
Reached parameter value parsed here. -
stopSymbol
final boolean stopSymbolWhether a "end of tendency" sign has been parsed -
number
final int numberThe parallel groups number. Defaults to zero(0). -
additionalText
Additional text parsed here.
-
-
Constructor Details