# Class: SchedulerDirective 


_One engine-native scheduler directive passed through verbatim by the engine's emitter (e.g. a Slurm ``#SBATCH --<name>=<value>`` line). The open extension point of WorkflowEngineConfig: it carries any directive the typed fields do not name, so a new scheduler flag needs no schema change._



<div data-search-exclude markdown="1">



URI: [tvbo:SchedulerDirective](https://w3id.org/tvbo/SchedulerDirective)





```{mermaid}
 classDiagram
    class SchedulerDirective
    click SchedulerDirective href "./SchedulerDirective.html"
      SchedulerDirective : name
        
          
    
        
        
        SchedulerDirective --> "1" String : name
        click String href "../http://www.w3.org/2001/XMLSchema#string.html"
    

        
      SchedulerDirective : value
        
          
    
        
        
        SchedulerDirective --> "1" String : value
        click String href "../http://www.w3.org/2001/XMLSchema#string.html"
    

        
      
```




<!-- no inheritance hierarchy -->

## Class Properties

| Property | Value |
| --- | --- |
| Class URI | [tvbo:SchedulerDirective](https://w3id.org/tvbo/SchedulerDirective) |


## Slots

| Name | Cardinality and Range | Description | Inheritance |
| ---  | --- | --- | --- |
| [name](../slots/name.qmd) | 1 <br/> [xsd:string](http://www.w3.org/2001/XMLSchema#string) | Directive name without its flag prefix (e | direct |
| [value](../slots/value.qmd) | 1 <br/> [xsd:string](http://www.w3.org/2001/XMLSchema#string) | Directive value (e | direct |





## Usages

| used by | used in | type | used |
| ---  | --- | --- | --- |
| [WorkflowEngineConfig](../classes/WorkflowEngineConfig.qmd) | [options](../slots/options.qmd) | range | [SchedulerDirective](../classes/SchedulerDirective.qmd) |












## Identifier and Mapping Information





### Schema Source


* from schema: https://w3id.org/tvbo




## Mappings

| Mapping Type | Mapped Value |
| ---  | ---  |
| self | tvbo:SchedulerDirective |
| native | tvbo:SchedulerDirective |






## LinkML Source

<!-- TODO: investigate https://stackoverflow.com/questions/37606292/how-to-create-tabbed-code-blocks-in-mkdocs-or-sphinx -->

### Direct

<details>
```yaml
name: SchedulerDirective
description: 'One engine-native scheduler directive passed through verbatim by the
  engine''s emitter (e.g. a Slurm ``#SBATCH --<name>=<value>`` line). The open extension
  point of WorkflowEngineConfig: it carries any directive the typed fields do not
  name, so a new scheduler flag needs no schema change.'
from_schema: https://w3id.org/tvbo
attributes:
  name:
    name: name
    description: Directive name without its flag prefix (e.g. 'qos', 'constraint').
    from_schema: https://w3id.org/tvbo
    identifier: true
    domain_of:
    - BrainAtlas
    - CommonCoordinateSpace
    - ParcellationEntity
    - StudyLayout
    - StudyTemplate
    - StudyDirectory
    - StudyFile
    - DBSProtocol
    - ClinicalScale
    - ClinicalScore
    - SoftwarePackage
    - SoftwareRequirement
    - SoftwareEnvironment
    - Figure
    - Event
    - Tractogram
    - ResultEntity
    - Activity
    - CachedArray
    - MeasureSpec
    - NamedArray
    - GraphGenerator
    - Binding
    - ProcedureStep
    - File
    - StateValue
    - Observation
    - Dynamics
    - StateVariable
    - Distribution
    - Parameter
    - CouplingInput
    - Argument
    - Function
    - FunctionCall
    - Callable
    - DerivedParameter
    - DerivedVariable
    - DataSource
    - OptimizationStage
    - Exploration
    - Inference
    - Prior
    - Likelihood
    - UpdateRule
    - Algorithm
    - Option
    - BranchSwitch
    - Continuation
    - Coupling
    - EnvironmentVariable
    - SchedulerDirective
    - Reducer
    range: string
    required: true
  value:
    name: value
    description: Directive value (e.g. 'normal').
    from_schema: https://w3id.org/tvbo
    domain_of:
    - Digest
    - StateValue
    - Parameter
    - Argument
    - Option
    - EnvironmentVariable
    - SchedulerDirective
    - ResultBinding
    range: string
    required: true
class_uri: tvbo:SchedulerDirective

```
</details>

### Induced

<details>
```yaml
name: SchedulerDirective
description: 'One engine-native scheduler directive passed through verbatim by the
  engine''s emitter (e.g. a Slurm ``#SBATCH --<name>=<value>`` line). The open extension
  point of WorkflowEngineConfig: it carries any directive the typed fields do not
  name, so a new scheduler flag needs no schema change.'
from_schema: https://w3id.org/tvbo
attributes:
  name:
    name: name
    description: Directive name without its flag prefix (e.g. 'qos', 'constraint').
    from_schema: https://w3id.org/tvbo
    identifier: true
    owner: SchedulerDirective
    domain_of:
    - BrainAtlas
    - CommonCoordinateSpace
    - ParcellationEntity
    - StudyLayout
    - StudyTemplate
    - StudyDirectory
    - StudyFile
    - DBSProtocol
    - ClinicalScale
    - ClinicalScore
    - SoftwarePackage
    - SoftwareRequirement
    - SoftwareEnvironment
    - Figure
    - Event
    - Tractogram
    - ResultEntity
    - Activity
    - CachedArray
    - MeasureSpec
    - NamedArray
    - GraphGenerator
    - Binding
    - ProcedureStep
    - File
    - StateValue
    - Observation
    - Dynamics
    - StateVariable
    - Distribution
    - Parameter
    - CouplingInput
    - Argument
    - Function
    - FunctionCall
    - Callable
    - DerivedParameter
    - DerivedVariable
    - DataSource
    - OptimizationStage
    - Exploration
    - Inference
    - Prior
    - Likelihood
    - UpdateRule
    - Algorithm
    - Option
    - BranchSwitch
    - Continuation
    - Coupling
    - EnvironmentVariable
    - SchedulerDirective
    - Reducer
    range: string
    required: true
  value:
    name: value
    description: Directive value (e.g. 'normal').
    from_schema: https://w3id.org/tvbo
    owner: SchedulerDirective
    domain_of:
    - Digest
    - StateValue
    - Parameter
    - Argument
    - Option
    - EnvironmentVariable
    - SchedulerDirective
    - ResultBinding
    range: string
    required: true
class_uri: tvbo:SchedulerDirective

```
</details></div>