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.

URI: tvbo:SchedulerDirective

 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"
    

        
      

Class Properties

Property Value
Class URI tvbo:SchedulerDirective

Slots

Name Cardinality and Range Description Inheritance
name 1
xsd:string
Directive name without its flag prefix (e direct
value 1
xsd:string
Directive value (e direct

Usages

used by used in type used
WorkflowEngineConfig options range SchedulerDirective

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

Direct

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

Induced

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