Skip to content

Class: WindowsThreadFacet

"A Windows thread facet is a grouping os characteristics unique to a single thread of execution within a Windows process."

URI: master:WindowsThreadFacet

classDiagram class WindowsThreadFacet Facet <|-- WindowsThreadFacet WindowsThreadFacet : context WindowsThreadFacet : creationFlags WindowsThreadFacet : creationTime WindowsThreadFacet : parameterAddress WindowsThreadFacet : priority WindowsThreadFacet : runningStatus WindowsThreadFacet : securityAttributes WindowsThreadFacet : stackSize WindowsThreadFacet : startAddress WindowsThreadFacet : threadID

Inheritance

Slots

Name Cardinality and Range Description Inheritance
creationTime 0..1
Datetime
direct
parameterAddress 0..1
HexBinaryType
direct
startAddress 0..1
HexBinaryType
direct
priority 0..1
String
"The priority of the email direct
stackSize 0..1
NonNegativeIntegerType
direct
threadID 0..1
NonNegativeIntegerType
direct
context 0..1
String
A description of particular contextual affinity direct
runningStatus 0..1
String
direct
securityAttributes 0..1
String
direct
creationFlags 0..1
UnsignedIntegerType
direct

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/lmodel/uco-master

Mappings

Mapping Type Mapped Value
self master:WindowsThreadFacet
native master:WindowsThreadFacet

LinkML Source

Direct

name: WindowsThreadFacet
description: '"A Windows thread facet is a grouping os characteristics unique to a
  single thread of execution within a Windows process."'
in_subset:
- microsoft
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: Facet
slots:
- creationTime
- parameterAddress
- startAddress
- priority
- stackSize
- threadID
- context
- runningStatus
- securityAttributes
- creationFlags
slot_usage:
  parameterAddress:
    name: parameterAddress
    multivalued: true
    domain_of:
    - WindowsThreadFacet
  startAddress:
    name: startAddress
    multivalued: true
    domain_of:
    - WindowsThreadFacet
  stackSize:
    name: stackSize
    multivalued: true
    domain_of:
    - WindowsThreadFacet
  threadID:
    name: threadID
    multivalued: true
    domain_of:
    - WindowsThreadFacet
  creationFlags:
    name: creationFlags
    multivalued: true
    domain_of:
    - WindowsThreadFacet

Induced

name: WindowsThreadFacet
description: '"A Windows thread facet is a grouping os characteristics unique to a
  single thread of execution within a Windows process."'
in_subset:
- microsoft
from_schema: https://w3id.org/lmodel/uco-master
rank: 1000
is_a: Facet
slot_usage:
  parameterAddress:
    name: parameterAddress
    multivalued: true
    domain_of:
    - WindowsThreadFacet
  startAddress:
    name: startAddress
    multivalued: true
    domain_of:
    - WindowsThreadFacet
  stackSize:
    name: stackSize
    multivalued: true
    domain_of:
    - WindowsThreadFacet
  threadID:
    name: threadID
    multivalued: true
    domain_of:
    - WindowsThreadFacet
  creationFlags:
    name: creationFlags
    multivalued: true
    domain_of:
    - WindowsThreadFacet
attributes:
  creationTime:
    name: creationTime
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: creationTime
    owner: WindowsThreadFacet
    domain_of:
    - WindowsThreadFacet
    range: datetime
  parameterAddress:
    name: parameterAddress
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    multivalued: true
    alias: parameterAddress
    owner: WindowsThreadFacet
    domain_of:
    - WindowsThreadFacet
    range: hex binary type
  startAddress:
    name: startAddress
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    multivalued: true
    alias: startAddress
    owner: WindowsThreadFacet
    domain_of:
    - WindowsThreadFacet
    range: hex binary type
  priority:
    name: priority
    description: '"The priority of the email."'
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: priority
    owner: WindowsThreadFacet
    domain_of:
    - EmailMessageFacet
    - WindowsProcessFacet
    - WindowsTaskFacet
    - WindowsThreadFacet
    union_of:
    - '{''range'': ''TaskPriorityVocab''}'
    - '{''range'': ''integer''}'
    - '{''range'': ''string type''}'
    range: string
  stackSize:
    name: stackSize
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    multivalued: true
    alias: stackSize
    owner: WindowsThreadFacet
    domain_of:
    - WindowsThreadFacet
    range: non negative integer type
  threadID:
    name: threadID
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    multivalued: true
    alias: threadID
    owner: WindowsThreadFacet
    domain_of:
    - WindowsThreadFacet
    range: non negative integer type
  context:
    name: context
    description: A description of particular contextual affinity.
    from_schema: https://w3id.org/lmodel/uco-master
    exact_mappings:
    - NCIT:C63325
    - wikidata:Q813912
    related_mappings:
    - wikidata:Q2141565
    narrow_mappings:
    - wikidata:Q196626
    rank: 1000
    alias: context
    owner: WindowsThreadFacet
    domain_of:
    - Grouping
    - WindowsThreadFacet
    range: string
  runningStatus:
    name: runningStatus
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: runningStatus
    owner: WindowsThreadFacet
    domain_of:
    - WindowsThreadFacet
    range: string
  securityAttributes:
    name: securityAttributes
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    alias: securityAttributes
    owner: WindowsThreadFacet
    domain_of:
    - WindowsThreadFacet
    range: string
  creationFlags:
    name: creationFlags
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    multivalued: true
    alias: creationFlags
    owner: WindowsThreadFacet
    domain_of:
    - WindowsThreadFacet
    range: unsigned integer type