Difference between revisions of "Tpso:Arc"
Megankatsumi (talk | contribs) |
Megankatsumi (talk | contribs) |
||
Line 27: | Line 27: | ||
|Definition Status=Approved | |Definition Status=Approved | ||
}} | }} | ||
− | {{Annotation Specification | + | {{Annotation Specification}} |
+ | {{Annotation Row | ||
|Annotation=rdfs:comment | |Annotation=rdfs:comment | ||
− | |Value= | + | |Value=test comment |
}} | }} | ||
− | {{Annotation | + | {{Annotation Row |
− | |Annotation=rdfs: | + | |Annotation=rdfs:label |
− | |Value= | + | |Value=test labl |
}} | }} | ||
{{Manchester Specification | {{Manchester Specification | ||
Line 47: | Line 48: | ||
|Figure=route_class_diagram.png, | |Figure=route_class_diagram.png, | ||
|Caption=another caption | |Caption=another caption | ||
+ | }} | ||
+ | {{Annotation Specification | ||
+ | |Annotation=rdfs:seeAlso | ||
+ | |Value=Arc | ||
}} | }} |
Revision as of 09:42, 4 June 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?).
A tpso:Arc is distinct from the concepts that describe the physical infrastructure in a transportation network. An Arc represents the abstract constraints and attributes that exist independent of the physical characteristics. A tpso:Arc is a kind of Manifestation; it represents an Arc at a specific moment in time. To support a representation of change over time, the same Arc object (an Arc_TimeVariant) have multiple tpso:Arc Manifestations, as depicted in the simplified example below.
<uml> @startuml
title Example Arc Manifestations
object Arc1_t1 object Arc1_t2 object Arc1_TimeVariant
Arc1_TimeVariant --> Arc1_t1 : hasManifestation
Arc1_TimeVariant --> Arc1_t2 : hasManifestation
Arc1_t1 : speed = 80kmph
Arc1_t2 : speed = 100kmph
@enduml
</uml>
Class Diagram Description
Required by Use Case(s)
(why is this specialized definition needed?)
CDM References
What other classes or properties reference this term?
Interface Specification References
This class has been associated with the following interface specification items:
Sources
Sources considered when developing the class:
Status
Approved
Has Subclass(es)
Annotations
Annotation | Value |
---|
|-
| rdfs:comment || test comment
|-
| rdfs:label || test labl
Manchester Syntax Specification
Property | Restriction | Value |
---|
Supplementary Figures
Figure | Caption |
---|
Supplementary Figures
Figure | Caption |
---|
Annotations
Annotation | Value |
---|