a place holder plus flags
a place holder plus flags
Define inner Var class ----------------------------------------------------------------------- Horizontal view of DefaultSer.
Define inner Var class ----------------------------------------------------------------------- Horizontal view of DefaultSer. Is' a reference of one of the field vars.
Inner Var can only live in DefaultSer.
We define it as inner class of DefaultSer, to avoid bad usage, especially when its values is also managed by DefaultSer. We should make sure the operation on values, including add, delete actions will be consistant by cooperating with DefaultSer.
Append TVals to ser.
Append TVals to ser. To use this method, should define proper assignValue(value)
used only by InnerVar's constructor and AbstractIndicator's functions
used only by InnerVar's constructor and AbstractIndicator's functions
clear(long fromTime) instead of clear(int fromIndex) to avoid bad usage
clear(long fromTime) instead of clear(int fromIndex) to avoid bad usage
Ser may be used as the HashMap key, for efficient reason, we define equals and hashCode method as it:
Ser may be used as the HashMap key, for efficient reason, we define equals and hashCode method as it:
Export times and vars to map.
Export times and vars to map. Only Var with no-empty name can be exported. The key of times is always "."
usally a collection.Map[String, Array[_]]
The vars that will be exported by export(...)
The vars that will be exported by export(...)
horizonal grids of this indicator used to draw grid
horizonal grids of this indicator used to draw grid
Long description
Long description
Short description
Short description