Skip to content

Class: TestResultPKSet

Primary keys for a given ARA result set from a SmokeTest result for a given TestCase.

URI: ttm:TestResultPKSet

classDiagram class TestResultPKSet TestEntity <|-- TestResultPKSet TestResultPKSet : aragorn TestResultPKSet : arax TestResultPKSet : bte TestResultPKSet : description TestResultPKSet : id TestResultPKSet : improving TestResultPKSet : merged_pk TestResultPKSet : name TestResultPKSet : parent_pk TestResultPKSet : tags TestResultPKSet : test_runner_settings TestResultPKSet : unsecret

Inheritance

Slots

Name Cardinality and Range Description Inheritance
parent_pk 0..1
String
direct
merged_pk 0..1
String
direct
aragorn 0..1
String
direct
arax 0..1
String
direct
unsecret 0..1
String
direct
bte 0..1
String
direct
improving 0..1
String
direct
id 1..1
Uriorcurie
A unique identifier for a Test Entity TestEntity
name 0..1
String
A human-readable name for a Test Entity TestEntity
description 0..1
String
A human-readable description for a Test Entity TestEntity
tags 0..*
String
A human-readable tags for categorical memberships of a TestEntity (preferably... TestEntity
test_runner_settings 0..*
String
Scalar parameters for the TestRunner processing a given TestEntity TestEntity

Usages

used by used in type used
TestOutput pks range TestResultPKSet

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/TranslatorSRI/TranslatorTestingModel

Mappings

Mapping Type Mapped Value
self ttm:TestResultPKSet
native ttm:TestResultPKSet

LinkML Source

Direct

name: TestResultPKSet
description: Primary keys for a given ARA result set from a SmokeTest result for a
  given TestCase.
from_schema: https://w3id.org/TranslatorSRI/TranslatorTestingModel
is_a: TestEntity
slots:
- parent_pk
- merged_pk
- aragorn
- arax
- unsecret
- bte
- improving

Induced

name: TestResultPKSet
description: Primary keys for a given ARA result set from a SmokeTest result for a
  given TestCase.
from_schema: https://w3id.org/TranslatorSRI/TranslatorTestingModel
is_a: TestEntity
attributes:
  parent_pk:
    name: parent_pk
    from_schema: https://w3id.org/TranslatorSRI/TranslatorTestingModel
    rank: 1000
    alias: parent_pk
    owner: TestResultPKSet
    domain_of:
    - TestResultPKSet
    range: string
  merged_pk:
    name: merged_pk
    from_schema: https://w3id.org/TranslatorSRI/TranslatorTestingModel
    rank: 1000
    alias: merged_pk
    owner: TestResultPKSet
    domain_of:
    - TestResultPKSet
    range: string
  aragorn:
    name: aragorn
    from_schema: https://w3id.org/TranslatorSRI/TranslatorTestingModel
    rank: 1000
    alias: aragorn
    owner: TestResultPKSet
    domain_of:
    - TestResultPKSet
    range: string
  arax:
    name: arax
    from_schema: https://w3id.org/TranslatorSRI/TranslatorTestingModel
    rank: 1000
    alias: arax
    owner: TestResultPKSet
    domain_of:
    - TestResultPKSet
    range: string
  unsecret:
    name: unsecret
    from_schema: https://w3id.org/TranslatorSRI/TranslatorTestingModel
    rank: 1000
    alias: unsecret
    owner: TestResultPKSet
    domain_of:
    - TestResultPKSet
    range: string
  bte:
    name: bte
    from_schema: https://w3id.org/TranslatorSRI/TranslatorTestingModel
    rank: 1000
    alias: bte
    owner: TestResultPKSet
    domain_of:
    - TestResultPKSet
    range: string
  improving:
    name: improving
    from_schema: https://w3id.org/TranslatorSRI/TranslatorTestingModel
    rank: 1000
    alias: improving
    owner: TestResultPKSet
    domain_of:
    - TestResultPKSet
    range: string
  id:
    name: id
    description: A unique identifier for a Test Entity
    from_schema: https://w3id.org/TranslatorSRI/TranslatorTestingModel
    rank: 1000
    slot_uri: schema:identifier
    identifier: true
    alias: id
    owner: TestResultPKSet
    domain_of:
    - TestEntity
    range: uriorcurie
    required: true
  name:
    name: name
    description: A human-readable name for a Test Entity
    from_schema: https://w3id.org/TranslatorSRI/TranslatorTestingModel
    rank: 1000
    slot_uri: schema:name
    alias: name
    owner: TestResultPKSet
    domain_of:
    - TestEntity
    range: string
  description:
    name: description
    description: A human-readable description for a Test Entity
    from_schema: https://w3id.org/TranslatorSRI/TranslatorTestingModel
    rank: 1000
    slot_uri: schema:description
    alias: description
    owner: TestResultPKSet
    domain_of:
    - TestEntity
    range: string
  tags:
    name: tags
    description: A human-readable tags for categorical memberships of a TestEntity
      (preferably a URI or CURIE). Typically used to aggregate instances of TestEntity
      into formally typed or ad hoc lists.
    from_schema: https://w3id.org/TranslatorSRI/TranslatorTestingModel
    rank: 1000
    slot_uri: schema:additionalType
    multivalued: true
    alias: tags
    owner: TestResultPKSet
    domain_of:
    - TestEntity
    range: string
  test_runner_settings:
    name: test_runner_settings
    description: Scalar parameters for the TestRunner processing a given TestEntity.
    from_schema: https://w3id.org/TranslatorSRI/TranslatorTestingModel
    aliases:
    - Settings
    rank: 1000
    multivalued: true
    alias: test_runner_settings
    owner: TestResultPKSet
    domain_of:
    - TestEntity
    range: string
    required: false