Class: TUAData¶
Named TUA solution collection. Embedded in TrackProperties to associate TUA data with the host track.
classDiagram
class TUAData
click TUAData href "../../classes/TUAData/"
TUAData : host_track_name
TUAData : name
TUAData : solutions
TUAData --> "1..*" TUASolution : solutions
click TUASolution href "../../classes/TUASolution/"
Slots¶
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| name | 1 String |
TUA collection name | direct |
| host_track_name | 1 String |
Name of track this TUA set relates to | direct |
| solutions | 1..* TUASolution |
Array of TUA estimates | direct |
Usages¶
| used by | used in | type | used |
|---|---|---|---|
| TrackProperties | tuas | range | TUAData |
Identifier and Mapping Information¶
Schema Source¶
- from schema: https://debrief.info/schemas/debrief
Mappings¶
| Mapping Type | Mapped Value |
|---|---|
| self | debrief:TUAData |
| native | debrief:TUAData |
LinkML Source¶
Direct¶
name: TUAData
description: Named TUA solution collection. Embedded in TrackProperties to associate
TUA data with the host track.
from_schema: https://debrief.info/schemas/debrief
attributes:
name:
name: name
description: TUA collection name
from_schema: https://debrief.info/schemas/geojson
domain_of:
- SegmentMetadata
- SensorData
- TUAData
- PointMetadataEntry
- ReferenceLocationProperties
- Tool
- ToolParameter
- PlatformRecord
- LevelDefinition
- DatasetSeries
required: true
host_track_name:
name: host_track_name
description: Name of track this TUA set relates to
from_schema: https://debrief.info/schemas/geojson
rank: 1000
domain_of:
- TUAData
required: true
solutions:
name: solutions
description: Array of TUA estimates
from_schema: https://debrief.info/schemas/geojson
rank: 1000
domain_of:
- TUAData
range: TUASolution
required: true
multivalued: true
inlined: true
inlined_as_list: true
Induced¶
name: TUAData
description: Named TUA solution collection. Embedded in TrackProperties to associate
TUA data with the host track.
from_schema: https://debrief.info/schemas/debrief
attributes:
name:
name: name
description: TUA collection name
from_schema: https://debrief.info/schemas/geojson
alias: name
owner: TUAData
domain_of:
- SegmentMetadata
- SensorData
- TUAData
- PointMetadataEntry
- ReferenceLocationProperties
- Tool
- ToolParameter
- PlatformRecord
- LevelDefinition
- DatasetSeries
range: string
required: true
host_track_name:
name: host_track_name
description: Name of track this TUA set relates to
from_schema: https://debrief.info/schemas/geojson
rank: 1000
alias: host_track_name
owner: TUAData
domain_of:
- TUAData
range: string
required: true
solutions:
name: solutions
description: Array of TUA estimates
from_schema: https://debrief.info/schemas/geojson
rank: 1000
alias: solutions
owner: TUAData
domain_of:
- TUAData
range: TUASolution
required: true
multivalued: true
inlined: true
inlined_as_list: true