Skip to content

Class: TestEntityParameter

A single 'tag = value' pair (where 'value' is a simple string).

URI: ttm:TestEntityParameter

classDiagram class TestEntityParameter TestEntityParameter <|-- Qualifier TestEntityParameter : parameter TestEntityParameter : value

Inheritance

Slots

Name Cardinality and Range Description Inheritance
parameter 0..1
String
Name of a TestParameter direct
value 0..1
String
(String) value of a TestParameter direct

Usages

used by used in type used
TestMetadata test_annotations range TestEntityParameter
TestRunSession test_run_parameters range TestEntityParameter

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: TestEntityParameter
description: A single 'tag = value' pair (where 'value' is a simple string).
from_schema: https://w3id.org/TranslatorSRI/TranslatorTestingModel
slots:
- parameter
- value

Induced

name: TestEntityParameter
description: A single 'tag = value' pair (where 'value' is a simple string).
from_schema: https://w3id.org/TranslatorSRI/TranslatorTestingModel
attributes:
  parameter:
    name: parameter
    description: Name of a TestParameter.
    from_schema: https://w3id.org/TranslatorSRI/TranslatorTestingModel
    rank: 1000
    alias: parameter
    owner: TestEntityParameter
    domain_of:
    - TestEntityParameter
    range: string
  value:
    name: value
    description: (String) value of a TestParameter.
    from_schema: https://w3id.org/TranslatorSRI/TranslatorTestingModel
    rank: 1000
    alias: value
    owner: TestEntityParameter
    domain_of:
    - TestEntityParameter
    range: string