Skip to content

Commit

Permalink
Update 06-abstract_model.adoc
Browse files Browse the repository at this point in the history
spelling
  • Loading branch information
chris-little authored Oct 11, 2023
1 parent ef8eedf commit bdf89d9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions 23-049/sections/06-abstract_model.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -341,13 +341,13 @@ The duration of a tick is a constant. The length of a tick is specified using a
[[timescale_section]]
==== Timescale

A Timescale is a linear measurement (one dimension) used to measure or count monotonic events.
A Timescale is a linear measurement (one dimension) used to measure or count monotonic events. Timescale has three attributes:

. Arithmetic: an indicator of whether this Timescale contains counted integers or measured real/floating point numbers.
. StartCount: the lowest value in a Timescale. The data type of this attribues is specified by the 'arithmetic' attribute.
. EndCount: the greatest value in a Timescale. The data type of this attribues is specified by the 'arithmetic' attribute.
. StartCount: the lowest value in a Timescale. The data type of this attribute is specified by the 'arithmetic' attribute.
. EndCount: the greatest value in a Timescale. The data type of this attribute is specified by the 'arithmetic' attribute.

In addition to the attributes, the Timescale class matains associations with two other classes to complete its definition.
In addition to the attributes, the Timescale class maintains associations with two other classes to complete its definition.

. Clock: A Timescale 'has a' one <<clock_section,clock>>. This is the process which generates the 'tick' which is counted or measured for the Timescale.
. UnitOfMeasure: A timescale 'has a' one <<unitsOfMeasure_section,UnitOfMeasure>>. This class specifies the units of the clock measurement as well as the direction of increase of that measurement.
Expand Down

0 comments on commit bdf89d9

Please sign in to comment.