Class: ControlledOperation

Base class for a controlled operation characterised by one or more quantities, sharing a single control block.

  • NOTE: this is an abstract class and should not be instantiated directly

URI: https://echemdb.github.io/metadata-schema/echemdb_package/ControlledOperation

         classDiagram
    class ControlledOperation
    click ControlledOperation href "../ControlledOperation/"
      ControlledOperation <|-- Rotation
        click Rotation href "../Rotation/"
      ControlledOperation <|-- Flow
        click Flow href "../Flow/"
      ControlledOperation <|-- Stirring
        click Stirring href "../Stirring/"
      ControlledOperation <|-- Ultrasound
        click Ultrasound href "../Ultrasound/"
      
      ControlledOperation : control
        
          
    
        
        
        ControlledOperation --> "0..1" Control : control
        click Control href "../Control/"
    

        
      
    

Inheritance

Slots

Name

Cardinality and Range

Description

Examples

control

0..1
Control

How the operation was controlled

Identifier and Mapping Information

Schema Source

  • from schema: https://echemdb.github.io/metadata-schema/echemdb_package

Mappings

Mapping Type

Mapped Value

self

https://echemdb.github.io/metadata-schema/echemdb_package/ControlledOperation

native

https://echemdb.github.io/metadata-schema/echemdb_package/ControlledOperation

LinkML Source

Direct

```yaml name: ControlledOperation description: Base class for a controlled operation characterised by one or more quantities, sharing a single control block. from_schema: https://echemdb.github.io/metadata-schema/echemdb_package abstract: true attributes: control: name: control description: How the operation was controlled. from_schema: https://echemdb.github.io/metadata-schema/experimental/operation domain_of: - ControlledQuantity - ControlledOperation range: Control inlined: true
</details>

### Induced

<details>
```yaml
name: ControlledOperation
description: Base class for a controlled operation characterised by one or more quantities,
  sharing a single control block.
from_schema: https://echemdb.github.io/metadata-schema/echemdb_package
abstract: true
attributes:
  control:
    name: control
    description: How the operation was controlled.
    from_schema: https://echemdb.github.io/metadata-schema/experimental/operation
    alias: control
    owner: ControlledOperation
    domain_of:
    - ControlledQuantity
    - ControlledOperation
    range: Control
    inlined: true