]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.history/src-isv/concepts.mediawiki
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.history / src-isv / concepts.mediawiki
1 =Concepts=
2 {| border="1" cellpadding="5" cellspacing="0" align="center"
3 |-
4 ! style="background: #efefef;" | Name !! style="background: #efefef;" |Description
5 |-
6 | HistoryManager || Manages a collection of items. 
7 |-
8 | (History) Item || An item of HistoryManager is ''a time-series'' collection of samples; a file or memory array. It's random-accessable, streamable and appendable. 
9 |-
10 | Sample || An entry in history item. It's a record that contains time and value, possibly other fields too.
11 |-
12 | (Sample)Format || The record type description of a sample.
13 |-
14 | Collector || Utility that samples a value from data source and writes to history items according to its configuration.
15 |-
16 | SamplingFormat (class) || Named description how a datasource's item is to be sampled by a collector. Used for Trend's history subscriptions.
17 |-
18 | Datasource || An information system that has variables. Provides values to Collector utility.
19 |-
20 | Variable || A variable in a datasource.
21 |}