Changes between Version 2 and Version 3 of DataModelmarkhscratch
- Timestamp:
- 03/04/13 03:38:11 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DataModelmarkhscratch
v2 v3 73 73 The one potential !DomainAxis and the collection of explicit !DomainAxes together provide the degrees of freedom for the Field in its current state and provide the facility to expand the degrees of freedom by altering the Field. The potential !DomainAxis provides an flexible pool of Explicit !DomainAxes of size 1, which may be created or removed without changing the data and metadata values of the Field. 74 74 75 This enables a Field's dimensionality to be changed, e.g. by collapsing an explicit !DomainAxis or by stacking using the potential !DomainAxis to create a new explicit!DomainAxis. 75 This enables a Field's dimensionality to be changed, e.g.: 76 * by collapsing an explicit !DomainAxis and aggregating the values 77 * by stacking using the potential !DomainAxis and a single valued !OrderedCoord instance to create a new explicit !DomainAxis. 76 78 77 79