Class: BuildUtilityType
"A build utility type characterizes the tool used to convert from source code to executable code for a particular version of software."
 classDiagram
    class BuildUtilityType
      UcoInherentCharacterizationThing <|-- BuildUtilityType
      BuildUtilityType : _cpeid
      BuildUtilityType : _swid
      BuildUtilityType : buildUtilityName
Inheritance
- UcoThing
- UcoInherentCharacterizationThing
- BuildUtilityType
 
 
 - UcoInherentCharacterizationThing
 
Slots
| Name | Cardinality and Range | Description | Inheritance | 
|---|---|---|---|
| buildUtilityName | 0..1  String  | 
"The informally defined name of the utility used to build a particular softwa... | direct | 
| _cpeid | 0..1  String  | 
"Specifies the Common Platform Enumeration identifier for the software | direct | 
| _swid | 0..1  String  | 
"Specifies the SWID tag for the software | direct | 
Usages
| used by | used in | type | used | 
|---|---|---|---|
| BuildInformationType | buildUtility | range | BuildUtilityType | 
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/uco-master
 
Mappings
| Mapping Type | Mapped Value | 
|---|---|
| self | master:BuildUtilityType | 
| native | master:BuildUtilityType | 
LinkML Source
Direct
name: BuildUtilityType
description: '"A build utility type characterizes the tool used to convert from source
  code to executable code for a particular version of software."'
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: UcoInherentCharacterizationThing
slots:
- buildUtilityName
- _cpeid
- _swid
Induced
name: BuildUtilityType
description: '"A build utility type characterizes the tool used to convert from source
  code to executable code for a particular version of software."'
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: UcoInherentCharacterizationThing
attributes:
  buildUtilityName:
    name: buildUtilityName
    description: '"The informally defined name of the utility used to build a particular
      software."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: buildUtilityName
    owner: BuildUtilityType
    domain_of:
    - BuildUtilityType
    range: string
  _cpeid:
    name: _cpeid
    description: '"Specifies the Common Platform Enumeration identifier for the software."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: _cpeid
    owner: BuildUtilityType
    domain_of:
    - BuildUtilityType
    - CompilerType
    range: string
  _swid:
    name: _swid
    description: '"Specifies the SWID tag for the software."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: _swid
    owner: BuildUtilityType
    domain_of:
    - BuildUtilityType
    - CompilerType
    range: string