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/autotag/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
ControlledOperation
Slots
Name |
Cardinality and Range |
Description |
Examples |
|---|---|---|---|
0..1 |
How the operation was controlled |
Identifier and Mapping Information
Schema Source
from schema: https://echemdb.github.io/metadata-schema/autotag
Mappings
Mapping Type |
Mapped Value |
|---|---|
self |
https://echemdb.github.io/metadata-schema/autotag/ControlledOperation |
native |
https://echemdb.github.io/metadata-schema/autotag/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/autotag
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/autotag
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