Skip to content

Class: Memory Reset Operation (MemoryResetOperation)

Memory reset operation can be performed on the asset

URI: base:MemoryResetOperation

 classDiagram
    class MemoryResetOperation
    click MemoryResetOperation href "../MemoryResetOperation/"
      AssetOperation <|-- MemoryResetOperation
        click AssetOperation href "../AssetOperation/"

      MemoryResetOperation : activation_flag

      MemoryResetOperation : operation_name

Inheritance

Slots

Name Cardinality and Range Description Inheritance
operation_name 1
String
Name of a device management operation AssetOperation
activation_flag 1
Boolean
Attribute for specifying if the operation is available in terms of true or fa... AssetOperation

Identifier and Mapping Information

Schema Source

  • from schema: https://industrial-assets.io/schemas/iah/base-schema/released/v1/iah-base-read.yaml

Mappings

Mapping Type Mapped Value
self base:MemoryResetOperation
native base:MemoryResetOperation

LinkML Source

Direct

name: MemoryResetOperation
description: Memory reset operation can be performed on the asset
title: Memory Reset Operation
from_schema: https://industrial-assets.io/schemas/iah/base-schema/released/v1/iah-base-read.yaml
is_a: AssetOperation
slot_usage:
  operation_name:
    name: operation_name
    equals_string: MemoryReset

Induced

name: MemoryResetOperation
description: Memory reset operation can be performed on the asset
title: Memory Reset Operation
from_schema: https://industrial-assets.io/schemas/iah/base-schema/released/v1/iah-base-read.yaml
is_a: AssetOperation
slot_usage:
  operation_name:
    name: operation_name
    equals_string: MemoryReset
attributes:
  operation_name:
    name: operation_name
    description: Name of a device management operation.
    from_schema: https://industrial-assets.io/schemas/iah/base-schema/released/v1/iah-base-read.yaml
    rank: 1000
    alias: operation_name
    owner: MemoryResetOperation
    domain_of:
    - AssetOperation
    range: string
    required: true
    equals_string: MemoryReset
  activation_flag:
    name: activation_flag
    description: Attribute for specifying if the operation is available in terms of
      true or false
    from_schema: https://industrial-assets.io/schemas/iah/base-schema/released/v1/iah-base-read.yaml
    rank: 1000
    alias: activation_flag
    owner: MemoryResetOperation
    domain_of:
    - AssetOperation
    range: boolean
    required: true

Any questions left?

Ask the community