Skip to content

Class: Method

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

URI: basalt_schema:Method

 classDiagram
    class Method
    click Method href "../Method/"
      Method <|-- BulkDensityMethod
        click BulkDensityMethod href "../BulkDensityMethod/"
      Method <|-- ElementalAnalysisMethod
        click ElementalAnalysisMethod href "../ElementalAnalysisMethod/"
      Method <|-- EnzymeActivityMethod
        click EnzymeActivityMethod href "../EnzymeActivityMethod/"
      Method <|-- GravimetricWaterContentMethod
        click GravimetricWaterContentMethod href "../GravimetricWaterContentMethod/"
      Method <|-- HydraulicPropertiesMethod
        click HydraulicPropertiesMethod href "../HydraulicPropertiesMethod/"
      Method <|-- KuoMethod
        click KuoMethod href "../KuoMethod/"
      Method <|-- MicrobialBiomassMethod
        click MicrobialBiomassMethod href "../MicrobialBiomassMethod/"
      Method <|-- PHMethod
        click PHMethod href "../PHMethod/"
      Method <|-- RespirationMethod
        click RespirationMethod href "../RespirationMethod/"
      Method <|-- TOCTNMethod
        click TOCTNMethod href "../TOCTNMethod/"
      Method <|-- TextureMethod
        click TextureMethod href "../TextureMethod/"
      Method <|-- XrayComputedTomographyMethod
        click XrayComputedTomographyMethod href "../XrayComputedTomographyMethod/"

      Method : analytic

Inheritance

Slots

Name Cardinality and Range Description Inheritance
analytic 1
String
direct

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self basalt_schema:Method
native basalt_schema:Method

LinkML Source

Direct

name: Method
from_schema: https://EMSL-Computing.github.io/BASALT-Schema
abstract: true
slots:
- analytic

Induced

name: Method
from_schema: https://EMSL-Computing.github.io/BASALT-Schema
abstract: true
attributes:
  analytic:
    name: analytic
    todos:
    - what does this mean
    from_schema: https://EMSL-Computing.github.io/BASALT-Schema
    rank: 1000
    alias: analytic
    owner: Method
    domain_of:
    - Method
    range: string
    required: true