Class: PathfinderPathNode
Represents an output path node
classDiagram
class PathfinderPathNode
PathfinderPathNode : ids
PathfinderPathNode : name
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| ids | 0..* String |
direct | |
| name | 0..1 String |
A human-readable name for a Test Entity | direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| PathfinderTestAsset | path_nodes | range | PathfinderPathNode |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/TranslatorSRI/TranslatorTestingModel
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | ttm:PathfinderPathNode |
| native | ttm:PathfinderPathNode |
LinkML Source
Direct
name: PathfinderPathNode
description: Represents an output path node
from_schema: https://w3id.org/TranslatorSRI/TranslatorTestingModel
slots:
- ids
- name
Induced
name: PathfinderPathNode
description: Represents an output path node
from_schema: https://w3id.org/TranslatorSRI/TranslatorTestingModel
attributes:
ids:
name: ids
from_schema: https://w3id.org/TranslatorSRI/TranslatorTestingModel
rank: 1000
slot_uri: schema:additionalType
multivalued: true
alias: ids
owner: PathfinderPathNode
domain_of:
- PathfinderPathNode
range: string
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: PathfinderPathNode
domain_of:
- TestEntity
- PathfinderPathNode
range: string