Skip to content

Enum: ConflictResolutionMethod

Methods for resolving conflicts

URI: revaise:ConflictResolutionMethod

Permissible Values

Value Meaning Description
CONSENSUS None Resolved through consensus discussion
THIRD_REVIEWER None Third reviewer makes decision
MAJORITY_VOTE None Majority vote among reviewers
SENIOR_REVIEWER None Senior reviewer makes decision
TEAM_MEETING None Resolved in team meeting
INCLUDE_BY_DEFAULT None Include when in doubt
EXCLUDE_BY_DEFAULT None Exclude when in doubt

Slots

Name Description
screening_resolution_method Method used to resolve the conflict
conflict_resolution_strategy Default strategy for resolving conflicts
screening_resolution_method Method used to resolve the conflict
conflict_resolution_strategy Default strategy for resolving conflicts

Identifier and Mapping Information

Schema Source

  • from schema: https://open-and-sustainable.github.io/revaise-model/schema

LinkML Source

name: ConflictResolutionMethod
description: Methods for resolving conflicts
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
permissible_values:
  CONSENSUS:
    text: CONSENSUS
    description: Resolved through consensus discussion
  THIRD_REVIEWER:
    text: THIRD_REVIEWER
    description: Third reviewer makes decision
  MAJORITY_VOTE:
    text: MAJORITY_VOTE
    description: Majority vote among reviewers
  SENIOR_REVIEWER:
    text: SENIOR_REVIEWER
    description: Senior reviewer makes decision
  TEAM_MEETING:
    text: TEAM_MEETING
    description: Resolved in team meeting
  INCLUDE_BY_DEFAULT:
    text: INCLUDE_BY_DEFAULT
    description: Include when in doubt
  EXCLUDE_BY_DEFAULT:
    text: EXCLUDE_BY_DEFAULT
    description: Exclude when in doubt