Skip to content

Enum: ResolutionMethod

Methods for resolving conflicts

URI: revaise:ResolutionMethod

Permissible Values

Value Meaning Description
CONSENSUS_DISCUSSION None Resolution through discussion to reach consensus
THIRD_REVIEWER None Third reviewer makes the decision
SENIOR_REVIEWER None Senior reviewer makes the decision
MAJORITY_VOTE None Decision by majority vote
TEAM_MEETING None Resolution in team meeting
STATISTICAL_METHOD None Statistical method for resolution
PREDEFINED_RULE None Application of predefined rules
RE_REVIEW None Re-review of the material
EXTERNAL_EXPERT None Consultation with external expert
AUTOMATED_RULE None Automated rule-based resolution

Slots

Name Description
resolution_method Method used to resolve the conflict
method The resolution method
resolution_method Method used to resolve the conflict
method The resolution method

Identifier and Mapping Information

Schema Source

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

LinkML Source

name: ResolutionMethod
description: Methods for resolving conflicts
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/search
rank: 1000
permissible_values:
  CONSENSUS_DISCUSSION:
    text: CONSENSUS_DISCUSSION
    description: Resolution through discussion to reach consensus
  THIRD_REVIEWER:
    text: THIRD_REVIEWER
    description: Third reviewer makes the decision
  SENIOR_REVIEWER:
    text: SENIOR_REVIEWER
    description: Senior reviewer makes the decision
  MAJORITY_VOTE:
    text: MAJORITY_VOTE
    description: Decision by majority vote
  TEAM_MEETING:
    text: TEAM_MEETING
    description: Resolution in team meeting
  STATISTICAL_METHOD:
    text: STATISTICAL_METHOD
    description: Statistical method for resolution
  PREDEFINED_RULE:
    text: PREDEFINED_RULE
    description: Application of predefined rules
  RE_REVIEW:
    text: RE_REVIEW
    description: Re-review of the material
  EXTERNAL_EXPERT:
    text: EXTERNAL_EXPERT
    description: Consultation with external expert
  AUTOMATED_RULE:
    text: AUTOMATED_RULE
    description: Automated rule-based resolution