]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.databoard/src-isv/Concepts.mediawiki
Migrated source code from Simantics SVN
[simantics/platform.git] / bundles / org.simantics.databoard / src-isv / Concepts.mediawiki
1 = Concepts =\r
2 {| border="1" cellpadding="5" cellspacing="0" align="center"\r
3 |-\r
4 ! style="background: #efefef;" | Name !! style="background: #efefef;" |Description\r
5 |-\r
6 | Datatype || There are 13 datatypes; 7 primitive and 6 structural \r
7 |-\r
8 | Binding || A class for handling, creating, reading and writing of datatypes in Java classes. Can be typecasted to one of the 13 datatype specific sub-classes.\r
9 |-\r
10 | Metadata || A string based key-value library in a datatype. Reserved keys are: unit, length, range, pattern, referable, \r
11 |-\r
12 | Accessor || An interface for reading and writing huge data sets partially. \r
13 |-\r
14 | Adapter || A class that converts values of different datatypes, and of different bindings.\r
15 |-\r
16 | Annotations || Attached to Record-like classes to express metadata, and to give specifics to its datatype.\r
17 |-\r
18 | [javadoc/org/simantics/databoard/util/Bean.html Bean] || A record class that harnesses databoard functionality by extending Bean-class.\r
19 |-\r
20 | Facade || A class that aggregates a set of services provided by the libarary.\r
21 |-\r
22 | Reference || A reference to a substructure of datatype or data value. Used with accessors.\r
23 |-\r
24 | Event || Content change event. Used with accessors.\r
25 |-\r
26 | Interest Set || A subscription to monitor changes in datavalue, or a sub-structure of a datavalue.\r
27 |}\r
28  \r