Skip to content

Commit

Permalink
Update 06-other-clauses.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-little authored Feb 8, 2024
1 parent ff741a0 commit 653cb86
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions abstract-specification/sections/06-other-clauses.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ TemporalReferenceSystem <|-- Calendar : is a
OrdinalTemporalReferenceSystem "1" o-- "(ordered)" Events : consists of
OrdinalTemporalReferenceSystem "1" o-- "0..1" Epoch : anchored by
OrdinalTemporalReferenceSystem "1" --> "1..*" Notation : represented be
TemporalCoordinateReferenceSystem "1" o-- "1" Epoch : anchored by
TemporalCoordinateReferenceSystem "1" o-- "0..1" Epoch : anchored by
TemporalCoordinateReferenceSystem "1" --> "1..*" Notation : represented by
TemporalCoordinateReferenceSystem "1" o-- "1" Timescale : has a
TemporalCoordinateReferenceSystem "1" o-- "1" Timescale : must have
Calendar "1" o-- "0..1" Epoch : anchored by
Calendar "1" --> "1..*" Notation : represented by
Calendar "1" o-- "1" Timeline : has a
Expand All @@ -53,20 +53,20 @@ class Timescale {
EndCount
arithmetic
}
Timescale "1" o-- "1" Clock : has a
Timescale "1" o-- "1" Clock : defined by a
Timescale "1" o-- "1" UnitOfMeasure : has a
class Clock {
}
Clock "1" o-- "1..*" Tick : has a
class Tick {
Clock "1" o-- "1..*" Ticks : counts
class Ticks {
}
class UnitOfMeasure {
Direction
}
class Algorithm {
}
Algorithm "1" o-- "2..*" Timescale : has a
Algorithm "1" o-- "2..*" Timescale : uses
class Timeline {
}
Timeline "1" o-- "2..*" Timescale : has a
Timeline "1" o-- "2..*" Timescale : constructed from
```

0 comments on commit 653cb86

Please sign in to comment.