Skip to content

Round Trip Time

Contractual roundTrip time defined in the SLA. If not specified, then best effort is assumed.

URI: gx:RoundTripTime

 classDiagram
    class RoundTripTime
    click RoundTripTime href "../RoundTripTime"
      QoSMetric <|-- RoundTripTime
        click QoSMetric href "../QoSMetric"

      RoundTripTime : guaranteed




    RoundTripTime --> "0..1" FloatPercentage : guaranteed
    click FloatPercentage href "../FloatPercentage"


      RoundTripTime : metric




    RoundTripTime --> "1" Time : metric
    click Time href "../Time"


Inheritance

Slots

Name Cardinality and Range Description Inheritance
metric 1
Time or 
QuantityKind or 
RdfsDatatype
Time taken for a round-trip QoSMetric
guaranteed 0..1
FloatPercentage
Minimum percentage of time where a performance-level is guaranteed to be met QoSMetric

Usages

used by used in type used
QoS roundTripTime range RoundTripTime

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/gaia-x/development#qos

LinkML Source

Direct

name: RoundTripTime
description: Contractual roundTrip time defined in the SLA. If not specified, then
  best effort is assumed.
title: Round Trip Time
from_schema: https://w3id.org/gaia-x/development#qos
is_a: QoSMetric
slot_usage:
  metric:
    name: metric
    description: Time taken for a round-trip.
    title: Metric
    range: Time
    required: true

Induced

name: RoundTripTime
description: Contractual roundTrip time defined in the SLA. If not specified, then
  best effort is assumed.
title: Round Trip Time
from_schema: https://w3id.org/gaia-x/development#qos
is_a: QoSMetric
slot_usage:
  metric:
    name: metric
    description: Time taken for a round-trip.
    title: Metric
    range: Time
    required: true
attributes:
  metric:
    name: metric
    description: Time taken for a round-trip.
    title: Metric
    from_schema: https://w3id.org/gaia-x/development#qos
    alias: metric
    owner: RoundTripTime
    domain_of:
    - QoSMetric
    range: Time
    required: true
    any_of:
    - range: QuantityKind
    - range: RdfsDatatype
  guaranteed:
    name: guaranteed
    description: Minimum percentage of time where a performance-level is guaranteed
      to be met.
    title: Guaranteed
    from_schema: https://w3id.org/gaia-x/development#qos
    rank: 1000
    alias: guaranteed
    owner: RoundTripTime
    domain_of:
    - QoSMetric
    range: FloatPercentage