Difference between revisions of "Interval"
(Created page with "{{Class Definition |Description=An Interval represents an interval in time (i.e., a temporal entity with some duration). |Definition Status=Pending Approval }} {{Annotation Sp...") |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Class Definition | {{Class Definition | ||
− | |Description=An Interval represents an interval in time (i.e., a temporal entity with some duration). | + | |Subclass Of=Time:Interval |
+ | |Description=An Interval represents an interval in time (i.e., a temporal entity with some duration).Core properties are: | ||
+ | o inside: specifies an Instant that exists “inside” (during) the Interval | ||
+ | |Class Diagram Description=The diagram below illustrates the use of the Time Pattern to capture time instant and interval objects. Intervals can be associated with intervals according to various properties such as hasBeginning, hasEnd, and inside. Data properties, such as inXSDDateTimeStamp can be used to identify the data values associated with a particular object. | ||
|Definition Status=Pending Approval | |Definition Status=Pending Approval | ||
}} | }} | ||
Line 11: | Line 14: | ||
}} | }} | ||
}} | }} | ||
− | {{Supplementary Figures}} | + | {{Supplementary Figures |
+ | |Figure Row={{Figure Row | ||
+ | |Figure=time2 | ||
+ | |Caption=Example use of the Time Pattern. | ||
+ | }} | ||
+ | }} |
Latest revision as of 14:40, 9 August 2021
Pattern
This class has been associated with the following pattern:
Subclass Of
Description
An English description of the definition (what distinguishes this sense of the term?).
An Interval represents an interval in time (i.e., a temporal entity with some duration).Core properties are: o inside: specifies an Instant that exists “inside” (during) the Interval
Class Diagram Description
The diagram below illustrates the use of the Time Pattern to capture time instant and interval objects. Intervals can be associated with intervals according to various properties such as hasBeginning, hasEnd, and inside. Data properties, such as inXSDDateTimeStamp can be used to identify the data values associated with a particular object.
Required by Use Case(s)
(why is this specialized definition needed?)
CDM References
What other classes or properties reference this term?
- Contract (← links)
- Pattern:Time Pattern (← links)
Interface Specification References
This class has been associated with the following interface specification items:
Sources
Sources considered when developing the class:
Status
Pending Approval
Has Subclass(es)
Annotations
Annotation | Value |
---|
Manchester Syntax Specification
Property | Restriction | Value |
---|---|---|
Inside | only | Instant |
Supplementary Figures
Figure | Caption |
---|---|
Example use of the Time Pattern. |