Skip to content

Enum: ProtocolParameterType

An input, an operation parameter or switch, or an output for a protocol.

URI: kb_cdm:ProtocolParameterType

Permissible Values

Value Meaning Description
input None An input for an algorithmic protocol. Operational parameters or switches should also be captured here.
output None An output of an algorithmic protocol.

Slots

Name Description
parameter_type Whether the parameter applies to the protocol input or output.

Identifier and Mapping Information

Schema Source

  • from schema: http://kbase.github.io/cdm-schema/linkml/cdm_schema

LinkML Source

name: ProtocolParameterType
description: An input, an operation parameter or switch, or an output for a protocol.
from_schema: http://kbase.github.io/cdm-schema/linkml/cdm_schema
rank: 1000
permissible_values:
  input:
    text: input
    description: An input for an algorithmic protocol. Operational parameters or switches
      should also be captured here.
  output:
    text: output
    description: An output of an algorithmic protocol.