Class: TransformationOperation

* __NOTE__: this is an abstract class and should not be instantiated directly URI: [linkmlmap:TransformationOperation](https://w3id.org/linkml/transformer/TransformationOperation)
 classDiagram
    class TransformationOperation
    click TransformationOperation href "../TransformationOperation/"
      TransformationOperation <|-- AggregationOperation
        click AggregationOperation href "../AggregationOperation/"
      TransformationOperation <|-- GroupingOperation
        click GroupingOperation href "../GroupingOperation/"
      TransformationOperation <|-- PivotOperation
        click PivotOperation href "../PivotOperation/"
## Inheritance * **TransformationOperation** * [AggregationOperation](AggregationOperation.md) * [GroupingOperation](GroupingOperation.md) * [PivotOperation](PivotOperation.md) ## Slots | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | ## Identifier and Mapping Information ### Schema Source * from schema: https://w3id.org/linkml/transformer ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | linkmlmap:TransformationOperation | | native | linkmlmap:TransformationOperation | ## LinkML Source ### Direct
name: TransformationOperation
from_schema: https://w3id.org/linkml/transformer
abstract: true
### Induced
name: TransformationOperation
from_schema: https://w3id.org/linkml/transformer
abstract: true