File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 12
12
## Background
13
13
14
14
The medium of data exchange between a host and a manager is a logically
15
- opaque data blob, i.e. a ` TraitsData ` object. In order to extract
16
- information
17
- from this object, Trait and/or Specification view classes must be
18
- used[ ^ 1 ] . These classes wrap a ` TraitsData ` instance, and provide a
19
- suite of accessor and mutator methods that are relevant to the target
20
- trait. The classes are generated from a YAML schema (e.g. see
15
+ opaque data blob, i.e. a ` TraitsData ` object. In order to add/extract
16
+ information to/from this object, Trait and/or Specification view classes
17
+ must be used[ ^ 1 ] . These classes wrap a ` TraitsData ` instance, and
18
+ provide a suite of accessor and mutator methods that are relevant to the
19
+ target trait. The classes are generated from a YAML schema (e.g. see
21
20
[ traits.yml] ( ../traits.yml ) ).
22
21
23
22
Hosts and managers may use different versions of the schema, and hence
You can’t perform that action at this time.
0 commit comments