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
FieldsModifier and TypeFieldDescriptionAdditional text parsed here.(package private) final EReached parameter value parsed here.(package private) final intThe parallel groups number.(package private) final EInitial parameter start value parsed here.(package private) final booleanWhether a "end of tendency" sign has been parsedTendency symbol parsed here. -
Constructor Summary
Constructors -
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